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: Is it possible to use Systemtap without debuginfo?


Hi -

> I was able to run the command "stap -ve 'probe begin { log("hello
> world") exit() }'". This was achieved by installing systemtap-1.4.

OK, good.  See if this also works:

stap -tve '
 probe kernel.function("sys_open") {}
 probe process("stap").function("main") {}
' -c 'stap -V'

> Previously it was failing for systemtap-0.2.2. Please help on this. 

Systemtap 0.2.2 was our very first release, almost six years ago, so
failures with that would not be surprising.  Perhaps you meant 1.2?
Anyway, stick to 1.4 if you can.

- FChE


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