aboutsummaryrefslogtreecommitdiff
path: root/src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report')
-rw-r--r--src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report b/src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report
deleted file mode 100644
index 16eb8d6..0000000
--- a/src/tools/perf/scripts/python/bin/syscall-counts-by-pid-report
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-# description: system-wide syscall counts, by pid
-# args: [comm]
-if [ $# -gt 0 ] ; then
- if ! expr match "$1" "-" > /dev/null ; then
- comm=$1
- shift
- fi
-fi
-perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm