Why can't probe do_page_fault?
Frank Ch. Eigler
fche@redhat.com
Wed Apr 1 16:19:00 GMT 2009
Hi -
do_page_fault is marked "__kprobes" in many kernel versions,
precluding kprobes from being placed there at run time. The
translator knows this and prevents even the attempt.
> besides,I can't not get the $tsk out of the function
> notify_exit(struct *tsk);
You'll need to give more specifics about your kernel version, exact
error messages, etc. See the "HowToReportBugs" wiki page.
- FChE
More information about the Systemtap
mailing list