Lines Matching refs:stat
10 if ! perf stat true 2>&1 | grep -E -q "Performance counter stats for 'true':"
21 if ! perf stat record -o - true | perf stat report -i - 2>&1 | \
33 if ! perf stat record -o - true | perf script -i - 2>&1 | \
45 if ! perf stat -e '{cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles}' \
51 …if ! perf stat -r2 -e '{cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles}:W' \
65 if ! perf stat -e '{slots,topdown-retiring}' true > /dev/null 2>&1
74 if perf stat -e "$events" true 2>&1 | grep -E -q "<not supported>"
126 if ! perf stat --no-merge -e "$ok_grouping" true > /dev/null 2>&1
132 if perf stat --no-merge -e "$group_needs_break" true 2>&1 | grep -E -q "<not supported>"
146 if perf stat --cputype="123" -e instructions true > /dev/null 2>&1
164 if perf stat -e "$i_base/instructions/" true > /dev/null 2>&1
177 if ! perf stat --cputype="$pmu" -e instructions true 2>&1 | grep -E -q "instructions"
199 cycles_events=$(perf stat -- true 2>&1 | grep -E "/cycles/[uH]*| cycles[:uH]* " -c)