Home
last modified time | relevance | path

Searched refs:FOUND_TIDS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dcoresight.sh102 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
107 if test -z "$FOUND_TIDS"; then
108 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
118 for TIDHEX in $FOUND_TIDS; do