From e3d60aa77d09e22b1f6c856d808842199f927e4f Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 1 Aug 2012 21:48:16 +0200 Subject: [PATCH] Add explicit build-id grep from vmlinux and debuginfo to stap-report. --- stap-report | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stap-report b/stap-report index 5ab958a36..b2b9b243e 100755 --- a/stap-report +++ b/stap-report @@ -27,6 +27,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 "eu-readelf -n /boot/vmlinuz-`uname -r` | grep Build" +run "eu-readelf -n /usr/lib/debug/lib/modules/`uname -r`/vmlinux | grep Build" run "hexdump -C /sys/kernel/notes" for file in /sys/module/*/notes/.*build* do -- 2.43.5