blob: e3a5e55d54ff6706f620e9517d1a33f4b991364c [file] [log] [blame]
Tom Zanussi4d161f02010-01-27 02:27:58 -06001#!/bin/bash
2# description: system-wide failed syscalls
3# args: [comm]
Tom Zanussi00b21a02010-04-01 23:59:24 -05004if [ $# -gt 0 ] ; then
Tom Zanussic3f5fd22010-05-09 23:46:52 -05005 if ! expr match "$1" "-" > /dev/null ; then
Tom Zanussi00b21a02010-04-01 23:59:24 -05006 comm=$1
7 shift
8 fi
9fi
10perf trace $@ -s ~/libexec/perf-core/scripts/perl/failed-syscalls.pl $comm