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: seek help--where is kretprobe


Hi -


> [...]
> BTW, in runtime/probes.c
> there is " unsigned long (*_stp_lookup_name)(char *name)=(void
> *)KALLSYMS_LOOKUP_NAME"
> 
> Could u please tell me where KALLSYMS_LOOKUP_NAME is defined?
> [...]

You must not be using the translator, which #defines-away that symbol.
For writing non-systemtap probes using the runtime/ routines, you will
need to build your modules the same way as the samples under
runtime/probes/.

- FChE


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