Sign in
gem5
/
arm
/
linux
/
27c4a1c5ef61b6d4a9aeae68b24419b4319b97ed
/
.
/
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