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: Follow-up to [Bug translator/14596] New: probe module enhancement request


Hi -

> [...]
> Here's the output:
> 
> Processing probedrm.stp
> [...]
> parse '*', func '*'
> semantic error: while resolving probe point: identifier 'module' at probedrm.stp:1:7
> source: probe module("drm").function("*") [...]

Hm, so a drm.ko file was not even found apparently. 

What does % strace stap .... 2>&1 | grep -i drm.ko    say?
What about   % stap .... -L 'module("*").function("*")' ?


- FChE


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