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