aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# description: system-wide syscall counts
# 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.py $comm
2014-12-22clean: typofixAlexander Kuleshov1-1/+1 2014-12-17Git 2.2.1v2.2.1Junio C Hamano4-3/+38 2014-12-17Git 2.1.4v2.1.4Junio C Hamano4-3/+38 2014-12-17Git 2.0.5v2.0.5Junio C Hamano4-3/+38 2014-12-17Git 1.9.5v1.9.5Junio C Hamano4-3/+38 2014-12-17Git 1.8.5.6v1.8.5.6Junio C Hamano4-3/+38 2014-12-17fsck: complain about NTFS ".git" aliases in treesJohannes Schindelin2-3/+9 2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin7-0/+34 2014-12-17path: add is_ntfs_dotgit() helperJohannes Schindelin2-0/+34 2014-12-17fsck: complain about HFS+ ".git" aliases in treesJeff King2-4/+7 2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King8-5/+45 2014-12-17utf8: add is_hfs_dotgit() helperJeff King2-0/+72 2014-12-17fsck: notice .git case-insensitivelyJeff King2-1/+2 2014-12-17t1450: refactor ".", "..", and ".git" fsck testsJeff King1-30/+27 2014-12-17verify_dotfile(): reject .git case-insensitivelyJeff King2-2/+4