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