Sign in
gbmc
/
linux
/
c61feaee68b9735be06f162bc046c7f1959efb0c
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a [
file
]
#!/bin/bash
(
perf record
-
e raw_syscalls
:
sys_enter $@
||
\
perf record
-
e syscalls
:
sys_enter $@
)
2
>
/
dev
/
null