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
6331c86940407dae0'>pmdomain: rockchip: reduce indentation in rockchip_pd_powerSebastian Reichel 2025-02-28pmdomain: rockchip: forward rockchip_do_pmu_set_power_domain errorsSebastian Reichel 2025-02-28pmdomain: rockchip: cleanup mutex handling in rockchip_pd_powerSebastian Reichel 2025-02-24pmdomain: rockchip: Fix build errorUlf Hansson 2025-02-19pmdomain: rockchip: Check if SMC could be handled by TAShawn Lin 2025-02-13pmdomain: rockchip: Add smc call to inform firmwareShawn Lin 2024-09-13pmdomain: rockchip: Add gating masks for rk3576Detlev Casanova 2024-09-13pmdomain: rockchip: Add gating supportDetlev Casanova 2024-09-13pmdomain: rockchip: Simplify dropping OF node referenceKrzysztof Kozlowski 2024-09-13pmdomain: rockchip: Simplify locking with guard()Krzysztof Kozlowski 2024-09-13pmdomain: rockchip: Simplify with scoped for each OF child loopKrzysztof Kozlowski 2024-08-20pmdomain: rockchip: Add support for RK3576 SoCFinley Xiao