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: support for install


> kallsyms_lookup_name is normally declared in
> <include/linux/kallsyms.h>, and defined in <kernel/kallsyms.c>.
> It may not be MODULE_EXPORT'd in an older version of the kernel.

Well, by adding:
EXPORT_SYMBOL_GPL(kallsyms_lookup_name);

in file <kernel/kallsyms.c>, I am now able to use systemtap.

Thank you for your support!
Best regards,
Seb.


-- 
Sebastien Decugis
Bull S.A.


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