![]() |
|
|||
0001 #!/bin/bash 0002 # description: system-wide failed syscalls, by pid 0003 # args: [comm] 0004 if [ $# -gt 0 ] ; then 0005 if ! expr match "$1" "-" > /dev/null ; then 0006 comm=$1 0007 shift 0008 fi 0009 fi 0010 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |