Lines Matching refs:stat
10 if ! perf stat true 2>&1 | grep -E -q "Performance counter stats for 'true':"
21 if ! perf stat --null true 2>&1 | grep -E -q "Performance counter stats for 'true':"
47 if ! perf stat "-C$cpu" -e cycles true 2>&1 | grep -E -q "No supported events found."
58 if ! perf stat record -e task-clock -o - true | perf stat report -i - 2>&1 | \
70 if ! perf stat record -e task-clock -o - true | perf script -i - 2>&1 | \
82 if ! perf stat -e '{cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles}' \
88 …if ! perf stat -r2 -e '{cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles,cycles}:W' \
102 if ! perf stat -e '{slots,topdown-retiring}' true > /dev/null 2>&1
111 if perf stat -e "$events" true 2>&1 | grep -E -q "<not supported>"
163 if ! perf stat --no-merge -e "$ok_grouping" true > /dev/null 2>&1
169 if perf stat --no-merge -e "$group_needs_break" true 2>&1 | grep -E -q "<not supported>"
183 if perf stat --cputype="123" -e instructions true > /dev/null 2>&1
201 if perf stat -e "$i_base/instructions/" true > /dev/null 2>&1
214 if ! perf stat --cputype="$pmu" -e instructions true 2>&1 | grep -E -q "instructions"
236 …cycles_events=$(perf stat -a -- sleep 0.1 2>&1 | grep -E "/cpu-cycles/[uH]*| cpu-cycles[:uH]* " …