Sign in
android-kvm
/
linux
/
973e5405f2f67ddbb2bf07b3ffc71908a37fea8e
/
.
/
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