Sign in
kunit
/
linux
/
d54a197964e7eb636a0c64fb0dbdd67759eb71f2
/
.
/
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