cperl icon indicating copy to clipboard operation
cperl copied to clipboard

add systemtap probe support

Open rurban opened this issue 8 years ago • 0 comments

See https://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps similar to dtrace. primitive support exists via https://github.com/agentzh/perl-systemtap-toolkit also. see also https://docs.python.org/3.6/howto/instrumentation.html

$usesystemtap (sys/sdt.h)

use the same DTRACE macros.

rurban avatar Jan 06 '17 13:01 rurban