From 1ba5b4b28a852a332e3f3f3fa7a44c63d6969d36 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 29 Nov 2013 11:32:50 -0500 Subject: [PATCH] stap-report: also report running stap processes --- stap-report | 1 + 1 file changed, 1 insertion(+) diff --git a/stap-report b/stap-report index 592d0723e..52ab146aa 100755 --- a/stap-report +++ b/stap-report @@ -108,6 +108,7 @@ run "find /debugfs /proc /sys /dev /sys/kernel/debug -path '*kprobe*' -o -path ' run "lsmod" run "avahi-browse -r -t _stap._tcp" run "ifconfig -a" +run "ps awux | grep stap" for file in /boot/vmlinuz-`uname -r` /usr/lib/debug/lib/modules/`uname -r`/vmlinux /lib/modules/`uname -r`/build/vmlinux do if [ -f $file ]; then -- 2.43.5