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