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
teproc.c?id=e3865c85385aa0c882702039a66f8e1c973bd55c'>remoteproc: k3-r5: Refactor mbox request code in startSuman Anna 2021-12-01remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCsHari Nagalla 2021-10-15remoteproc: Fix spelling mistake "atleast" -> "at least"Colin Ian King 2021-05-27remoteproc: k3-r5: Fix an error messageChristophe JAILLET 2021-05-27remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCsSuman Anna 2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan 2020-11-25remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCsSuman Anna 2020-11-25remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCsSuman Anna 2020-10-26remoteproc: ti_k3: fix -Wcast-function-type warningArnd Bergmann