xref: /linux/tools/perf/scripts/python/bin/syscall-counts-by-pid-report (revision 8b1935e6a36b0967efc593d67ed3aebbfbc1f5b1)
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