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