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 13:23, Neo Jia wrote:
> Ananth,
> 
> Not i386, I am working on the arch as x86_64 SMP, this is the reason why
> I have to try 2.6.11 not 2.6.9.
> 
> Yes, the KPROBES is enabled in the .config. 
> 
> And, I even find the register_kprobe in the Module.symvers file.
> 
> I attached the .c file I just wrote FYI in this attachment.
> 
> Thanks,
> Neo

Have you tried adding this line to the end of your .c file?

MODULE_LICENSE("GPL");

I don't have an x86_64 system immediately available, but that made a
difference on my i386 system.

Jim Keniston


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