Sign in
gem5
/
arm
/
linux
/
3e64fcbdbd10e46dede502d507dbcc104837cd59
/
.
/
tools
/
perf
/
scripts
/
perl
/
bin
/
failed-syscalls-record
blob: 74685f318379ae597986f4b768f55edd2a07e125 [
file
] [
log
] [
blame
]
#!/bin/bash
(
perf record
-
e raw_syscalls
:
sys_exit $@
||
\
perf record
-
e syscalls
:
sys_exit $@
)
2
>
/
dev
/
null