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]

Re: Why can't probe do_page_fault?


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


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