This is the mail archive of the systemtap@sources.redhat.com 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: register_kprobe undefined symbol on 2.6.11 of X86_64


On Wed, 2005-07-06 at 14:23, Neo Jia wrote:
> Jim,
...
> Currently, I am monitoring the do_fork function. Is it too sensitive to
> be monitored?

No, I've probed do_fork().  It should work fine.

> When I get rid of the function address of the kp,
> everything is OK.

As Martin said, it's best not to use a hard-coded hex address. 
Something like kallsyms_lookup_name("do_fork") would be better.

> 
> BTW, how can I remove that module? rmmod cannot work?

1. Try the -f (--force) option of rmmod...
2. or reboot...
3. or rename the module's .c file, rebuild, and try again. :-)

> 
> Thanks,
> Neo

Jim


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