repo.or.cz
/
cris-mirror.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 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
tools
/
perf
/
tests
/
shell
/
lib
/
probe.sh
blob
6293cc6609470966c1d173a722bc3744b0863e5c
1
# Arnaldo Carvalho de Melo <acme@kernel.org>, 2017
2
3
skip_if_no_perf_probe
() {
4
perf probe
2
>&
1
|
grep
-q
'is not a perf-command'
&&
return
2
5
return
0
6
}