Sign in
kunit
/
linux
/
09cbfeaf1a5a67bfb3201e0c83c810cecb2efa5a
/
.
/
tools
/
perf
/
scripts
/
python
/
bin
/
sctop-record
blob: d6940841e54fc391fb7b7779d1adaa560f0d2e3a [
file
] [
log
] [
blame
]
#!/bin/bash
(
perf record
-
e raw_syscalls
:
sys_enter $@
||
\
perf record
-
e syscalls
:
sys_enter $@
)
2
>
/
dev
/
null