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