summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/sigmon.meta
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2008-05-12 14:09:18 -0700
committerJim Keniston <jkenisto@us.ibm.com>2008-05-12 14:09:18 -0700
commitd1e750063b97a968cb3ae86afaa25646f32b4b71 (patch)
treeb73f9fbaba8048c1d327c5e00fa2df16b44b8ea6 /testsuite/systemtap.examples/sigmon.meta
parentc7fe0041d2132e801f72e158854d54da50fc651d (diff)
parent77042bd72b98a29a89ccdb32c6eb69b3705664d4 (diff)
downloadsystemtap-steved-d1e750063b97a968cb3ae86afaa25646f32b4b71.tar.gz
systemtap-steved-d1e750063b97a968cb3ae86afaa25646f32b4b71.tar.xz
systemtap-steved-d1e750063b97a968cb3ae86afaa25646f32b4b71.zip
PR 4311 - Function boundary tracing without debuginfo: Phases I and II
Diffstat (limited to 'testsuite/systemtap.examples/sigmon.meta')
-rw-r--r--testsuite/systemtap.examples/sigmon.meta14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/sigmon.meta b/testsuite/systemtap.examples/sigmon.meta
new file mode 100644
index 00000000..18834997
--- /dev/null
+++ b/testsuite/systemtap.examples/sigmon.meta
@@ -0,0 +1,14 @@
+title: System-Wide Count of Syscalls by PID
+name: syscalls_by_pid.stp
+version: 1.0
+author: IBM
+keywords: signals
+subsystem: signals
+status: experimental
+exit: user-controlled
+output: trace
+scope: pid
+description: The script watches for a particular signal sent to a specific process. When that signal is sent to the specified process, the script prints out the PID and executable of the process sending the signal, the PID and executable name of the process receiving the signal, and the signal number and name.
+arg_1: The name of the signal to look for on selected process.
+test_check: stap -p4 sigmon.stp SIGKILL
+test_installcheck: stap sigmon.stp -c "sleep 1" SIGKILL