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