How to list current active systemtap probes

769 views Asked by At

Could anyone please tell me how to list current active systemtap probes in the system?

I guess there might be some infomation from the "/proc".

2

There are 2 answers

0
Brian Cain On

sysfs has a registry of the active probes:

cat /sys/kernel/debug/kprobes/list
1
fche On

Brian is correct, to the extent of kprobes (kernel., kprobe.). There is no run-time catalog of all the other types of probes that may be in use (timers, perf counters, user-space probes, ...). If such a facility would be useful, please consider opening a request for enhancement over at http://sourceware.org/bugzilla