xref: /openbmc/linux/tools/perf/tests/shell/lib/probe.sh (revision c4c8f39a57bf5057fc51a848d42b7e348ecfa31d)
1# Arnaldo Carvalho de Melo <acme@kernel.org>, 2017
2
3skip_if_no_perf_probe() {
4	perf probe 2>&1 | grep -q 'is not a perf-command' && return 2
5	return 0
6}
7