repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'ntb-5.11' of git://github.com/jonmason/ntb
[linux/fpc-iii.git]
/
tools
/
perf
/
scripts
/
python
/
bin
/
syscall-counts-record
blob
d6940841e54fc391fb7b7779d1adaa560f0d2e3a
1
#!/bin/bash
2
(
perf record
-e
raw_syscalls
:
sys_enter $@ || \
3
perf record
-e
syscalls
:
sys_enter $@
)
2
> /
dev
/
null