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
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
[linux/fpc-iii.git]
/
tools
/
perf
/
scripts
/
perl
/
bin
/
failed-syscalls-record
blob
74685f318379ae597986f4b768f55edd2a07e125
1
#!/bin/bash
2
(
perf record
-e
raw_syscalls
:
sys_exit $@ || \
3
perf record
-e
syscalls
:
sys_exit $@
)
2
> /
dev
/
null