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