]> sourceware.org Git - systemtap.git/commitdiff
stap-report: also report kernel+module build-ids
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Jul 2012 19:03:04 +0000 (15:03 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 23 Jul 2012 19:03:04 +0000 (15:03 -0400)
stap-report

index c329af6fe0a5aaf354cad784f5557e9b36c429ab..420b58f130984f0181b96619010a4f8c74c3292d 100755 (executable)
@@ -24,3 +24,8 @@ run "find /debugfs /proc /sys /dev -name '*kprobes*' 2>/dev/null | xargs grep ."
 run "lsmod"
 run "avahi-browse -r -t _stap._tcp"
 run "ifconfig -a"
+run "hexdump -C /sys/kernel/notes"
+for file in /sys/module/*/notes/.*build*
+do
+    run "hexdump -C $file"
+done
This page took 0.029934 seconds and 5 git commands to generate.