aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/syscall-counts-by-pid-report
blob: 16eb8d65c54335e08d1a95e7068e6d0df55be6b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/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
g/?h=v5.1-rc1'>v5.1-rc1Linus Torvalds1-2/+2 2019-03-17perf/x86/intel: Make dev_attr_allow_tsx_force_abort statickbuild test robot1-1/+1 2019-03-17kconfig: remove stale lxdialog/.gitignoreMasahiro Yamada1-4/+0 2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada29-47/+18 2019-03-17kbuild: warn redundant generic-yMasahiro Yamada12-13/+6 2019-03-17Revert "modsign: Abort modules_install when signing fails"Douglas Anderson1-1/+1 2019-03-17kbuild: Make NOSTDINC_FLAGS a simply expanded variableDouglas Anderson1-1/+1 2019-03-17kbuild: deb-pkg: avoid implicit effectsArseny Maslennikov1-1/+4