Lines Matching refs:stat
39 perf stat -j -o "${stat_output}" true
52 perf stat -j -a -o "${stat_output}" true
65 perf stat -j -A -a --no-merge -o "${stat_output}" true
73 perf stat -j -I 1000 -o "${stat_output}" true
82 perf stat -j -e cpu-clock -o "${stat_output}" true
95 perf stat -j --per-core -a -o "${stat_output}" true
108 perf stat -j --per-thread -p $$ -o "${stat_output}" true
121 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache
133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster
145 perf stat -j --per-die -a -o "${stat_output}" true
158 perf stat -j --per-node -a -o "${stat_output}" true
171 perf stat -j --per-socket -a -o "${stat_output}" true
184 perf stat -j --metric-only -e instructions,cycles -o "${stat_output}" true