summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/syscalls_by_proc.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/syscalls_by_proc.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/syscalls_by_proc.meta')
-rw-r--r--testsuite/systemtap.examples/syscalls_by_proc.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/syscalls_by_proc.meta b/testsuite/systemtap.examples/syscalls_by_proc.meta
new file mode 100644
index 00000000..79aa3e87
--- /dev/null
+++ b/testsuite/systemtap.examples/syscalls_by_proc.meta
@@ -0,0 +1,13 @@
+title: System-Wide Count of Syscalls by Executable
+name: syscalls_by_proc.stp
+version: 1.0
+author: anonymous
+keywords: syscall
+subsystem: syscall
+status: production
+exit: user-controlled
+output: sorted-list on-exit
+scope: system-wide
+description: The script watches all syscall on the system. On exit the script prints a list showing the number of systemcalls executed by each executable ordered from greates to least number of syscalls.
+test_check: stap -p4 syscalls_by_proc.stp
+test_installcheck: stap syscalls_by_proc.stp -c "sleep 1"