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