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