xref: /linux/tools/perf/scripts/python/bin/syscall-counts-by-pid-report (revision 4d161f0360d00d46a89827b3fd6da395f00c5d90)
1#!/bin/bash
2# description: system-wide syscall counts, by pid
3# args: [comm]
4perf trace -s ~/libexec/perf-core/scripts/python/syscall-counts-by-pid.py $1
5