Lines Matching refs:stat
2 # perf stat JSON output linter
4 # Checks various perf stat JSON output commands for the
49 perf stat -j -o "${stat_output}" true
62 perf stat -j -a -o "${stat_output}" true
75 perf stat -j -A -a --no-merge -o "${stat_output}" true
83 perf stat -j -I 1000 -o "${stat_output}" true
92 perf stat -j -e cpu-clock -o "${stat_output}" true
105 perf stat -j --per-core -a -o "${stat_output}" true
118 perf stat -j --per-thread -a -o "${stat_output}" true
131 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache
143 perf stat -j --per-die -a -o "${stat_output}" true
156 perf stat -j --per-node -a -o "${stat_output}" true
169 perf stat -j --per-socket -a -o "${stat_output}" true
174 # The perf stat options for per-socket, per-core, per-die