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: no match while resolving probe point kernel.mark


beginner966 <nitin966@gmail.com> writes:

> [...]
> I had put some static markers in the kernel, but later after recompilation,
> when I tried to run a script to probe them, following errors were generated:
> semantic error: no match while resolving probe point
> kernel.mark("__migrate_task_cpu_offline")
> [...]

OK.

> When I tried to use :
> # cat Module.markers
> Nothing was printed on the screen.

That explains the previous error.

> The kernel was compiled and installed.

Maybe there is a working build-side copy of Module.markers.  Maybe
CONFIG_MARKERS were not turned on during the build.  Maybe there was a
modpost bug that prevented the Module.markers file's correct creation.


- FChE


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