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