]> sourceware.org Git - systemtap.git/commitdiff
stap-report: also add a dummy "stap -vv -p4 ..." run
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 26 Jan 2011 13:32:00 +0000 (08:32 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 26 Jan 2011 13:32:00 +0000 (08:32 -0500)
stap-report

index 379c4fd77ea5c456b9354e3e95af75f9df49ba27..f74e330f7512b6d1ecc9473a3f4408c613d1533f 100755 (executable)
@@ -9,6 +9,7 @@ run "stap -V"
 run "which stap"
 run "locate --regex '/stap(run)?$' | xargs ls -ald"
 run "printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*=|^XDG_DATA.*='"
+run "stap -vv -p4 -e 'probe begin {exit()}'"
 run "gcc -v"
 run "uname -a"
 run "dmesg | egrep 'stap|systemtap' | tail -n 10"
This page took 0.024622 seconds and 5 git commands to generate.