5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
|
#!/bin/bash
|
||
|
# description: system-wide failed syscalls, by pid
|
||
|
# args: [comm]
|
||
|
perf trace -s ~/libexec/perf-core/scripts/python/failed-syscalls-by-pid.py $1
|