]> sourceware.org Git - systemtap.git/commitdiff
stap-report: dump more state
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 26 Jan 2011 13:21:57 +0000 (08:21 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 26 Jan 2011 13:21:57 +0000 (08:21 -0500)
$XDG_DATA_* since that can interfere, and /proc*/*/kprobes*, for completeness

stap-report

index 944609cfd5f593572e49ecba75da079d0465f039..379c4fd77ea5c456b9354e3e95af75f9df49ba27 100755 (executable)
@@ -8,7 +8,7 @@ run(){
 run "stap -V"
 run "which stap"
 run "locate --regex '/stap(run)?$' | xargs ls -ald"
-run "printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*='"
+run "printenv | egrep '^PATH=|^LD_LIBRARY_PATH=|^SYSTEMTAP_.*=|^XDG_DATA.*='"
 run "gcc -v"
 run "uname -a"
 run "dmesg | egrep 'stap|systemtap' | tail -n 10"
@@ -19,3 +19,4 @@ else
   run "rpm -qa --qf '%{name}-%{version} %{release}.%{arch}\\n' | egrep 'systemtap|elfutils|kernel|gcc' | sort"
 fi
 run "egrep 'PROBE|TRACE|MARKER|_DEBUG_' /lib/modules/`uname -r`/build/.config | grep -v not.set | sort | fmt -w 80"
+run "find /debugfs /proc /sys /dev -name '*kprobes*' 2>/dev/null | xargs grep ."
This page took 0.027441 seconds and 5 git commands to generate.