Sign in
kunit
/
linux
/
1a59d1b8e05ea6ab45f7e18897de1ef0e6bc3da6
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
failed-syscalls-by-pid-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 [
file
] [
log
] [
blame
]
#!/bin/bash
(
perf record
-
e raw_syscalls
:
sys_exit $@
||
\
perf record
-
e syscalls
:
sys_exit $@
)
2
>
/
dev
/
null