summaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/shell/lib/probe.sh
blob: 61da3b2c9bcabd676316886f64b17c56af0e5066 (plain) (blame)
1
2
3
4
5
6
# Arnaldo Carvalho de Melo <acme@kernel.org>, 2017

skip_if_no_perf_probe() {
	perf probe |& grep -q 'is not a perf-command' && return 2
	return 0
}