summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/syscall-counts-report
blob: 0f0e9d453bb48a606b3c6522a104bd16499fede8 (plain)
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
an title='2018-06-29 12:04:28 +0100'>2018-06-29ASoC: pxa: remove the dmaengine compat needRobert Jarzmik 2018-06-18ASoC: pxa: add devicetree supportRobert Jarzmik 2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-04ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnosticRobert Jarzmik 2017-08-23ALSA: aaci: constify ac97_pcm structuresArvind Yadav 2017-08-19ALSA: arm: constify snd_pcm_ops structuresArvind Yadav 2017-08-17ALSA: arm: make snd_pcm_hardware constBhumika Goyal