/usr/share/systemtap/examples/apps
NameSizeModeActions
gmalloc_watch.meta5130644editdlrm
gmalloc_watch.stp2610755editdlrm
hello.php210644editdlrm
libguestfs_log.meta7640644editdlrm
libguestfs_log.stp4490755editdlrm
php-trace.meta4990644editdlrm
php-trace.stp26000755editdlrm
stap_time.meta10310644editdlrm
stap_time.stp17010755editdlrm
Edit: /usr/share/systemtap/examples/apps/libguestfs_log.meta (764B)
title: Trace libguestfs startup name: libguestfs_log.stp application: libguestfs requires: libguestfs keywords: application trace bpf exit: user-controlled output: trace scope: system-wide description: The libguestfs_log.stp script prints a log of when various libgueststartup steps are encountered. The first column is microseconds since the script started. The second column is the time elapsed in microseconds between the previous and current events and the third column is the event name. test_support: stap -L 'process("/usr/lib*/libguestfs.so.0*").mark("*")' test_check: stap -p4 libguestfs_log.stp test_installcheck: stap libguestfs_log.stp -T 1 test_check_bpf: stap --bpf -p4 libguestfs_log.stp test_installcheck_bpf: stap --bpf libguestfs_log.stp -T 1