diff options
author | Jim Keniston <jkenisto@us.ibm.com> | 2008-05-12 14:09:18 -0700 |
---|---|---|
committer | Jim Keniston <jkenisto@us.ibm.com> | 2008-05-12 14:09:18 -0700 |
commit | d1e750063b97a968cb3ae86afaa25646f32b4b71 (patch) | |
tree | b73f9fbaba8048c1d327c5e00fa2df16b44b8ea6 /testsuite/systemtap.examples/sig_by_proc.meta | |
parent | c7fe0041d2132e801f72e158854d54da50fc651d (diff) | |
parent | 77042bd72b98a29a89ccdb32c6eb69b3705664d4 (diff) | |
download | systemtap-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/sig_by_proc.meta')
-rw-r--r-- | testsuite/systemtap.examples/sig_by_proc.meta | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/sig_by_proc.meta b/testsuite/systemtap.examples/sig_by_proc.meta new file mode 100644 index 00000000..eea42be4 --- /dev/null +++ b/testsuite/systemtap.examples/sig_by_proc.meta @@ -0,0 +1,13 @@ +title: Signal Counts by Process Name +name: sig_by_proc.stp +version: 1.0 +author: IBM +keywords: signals +subsystem: signals +status: experimental +exit: user-controlled +output: sorted-list on-exit +scope: system-wide +description: Print signal counts by process name in descending order. +test_check: stap -p4 sig_by_proc.stp +test_installcheck: stap sig_by_proc.stp -c "sleep 1" |