]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/perf/scripts/python/bin/syscall-counts-by-pid-report
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
[mirror_ubuntu-hirsute-kernel.git] / tools / perf / scripts / python / bin / syscall-counts-by-pid-report
CommitLineData
4d161f03
TZ
1#!/bin/bash
2# description: system-wide syscall counts, by pid
3# args: [comm]
00b21a01 4if [ $# -gt 0 ] ; then
79e653f1 5 if ! expr match "$1" "-" > /dev/null ; then
00b21a01
TZ
6 comm=$1
7 shift
8 fi
9fi
10perf trace $@ -s ~/libexec/perf-core/scripts/python/syscall-counts-by-pid.py $comm