GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / tools / perf / scripts / python / bin / failed-syscalls-by-pid-report
blob30293545fcc2864f0f577669ed88a40353c1f4a9
1 #!/bin/bash
2 # description: system-wide failed syscalls, by pid
3 # args: [comm]
4 if [ $# -gt 0 ] ; then
5 if ! expr match "$1" "-" > /dev/null ; then
6 comm=$1
7 shift
8 fi
9 fi
10 perf trace $@ -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $comm