2 # SPDX-License-Identifier: GPL-2.0
6 if perf
test -vv -F "Symbols" 2>&1 |
grep "[[:space:]]$1$"; then
7 echo "perf does have symbol '$1'"
10 echo "perf does not have symbol '$1'"
14 skip_test_missing_symbol
()
16 if ! perf_has_symbol
"$1" ; then
17 echo "perf is missing symbols - skipping test"