This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] save parameter registers and restore them for jprobe handling


When jprobe is hit, the function parameters of the original function
should be saved before jprobe handler is executed, and restored it after
jprobe handler is executed, because jprobe handler might change the
register values.

Here is a patch against 2.6.14-mm1.

Signed-off-by: Zhang Yanmin <yanmin.zhang@intel.com>


Attachment: jprobe_protect_out_reg_ia64_v2.patch
Description: jprobe_protect_out_reg_ia64_v2.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]