Is it possible to use Systemtap without debuginfo?
Frank Ch. Eigler
fche@redhat.com
Sat Feb 19 01:27:00 GMT 2011
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
More information about the Systemtap
mailing list