[Bug kprobes/2064] Support pagepoint probes
jkenisto at us dot ibm dot com
sourceware-bugzilla@sourceware.org
Mon Dec 19 19:05:00 GMT 2005
------- Additional Comments From jkenisto at us dot ibm dot com 2005-12-19 18:45 -------
Note from Andi Kleen <ak@suse.de>:
> Pagepoint probes would presumably be implemented by fussing the permission bits
> on the probed page(s) and hooking the page-fault handler (or exploiting the
> existing kprobes hook).
Wouldn't that require either an x86 interpreter or SMP races when you
then replay the instruction? (when you temporarily unprotect the page)
Xen seems to have gone the first path for similar needs, but it always
looked quite bad to me (they seem to grow a new variant of x86
interpretation every month and even the original one seems to be quite
incomplete) Probably not a good idea to duplicate.
-Andi
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2064
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list