Lines Matching full:per
99 echo -n "Checking json output: per core "
105 perf stat -j --per-core -a -o "${stat_output}" true
106 $PYTHON $pythonchecker --per-core --file "${stat_output}"
112 echo -n "Checking json output: per thread "
118 perf stat -j --per-thread -a -o "${stat_output}" true
119 $PYTHON $pythonchecker --per-thread --file "${stat_output}"
125 echo -n "Checking json output: per cache_instance "
131 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache
137 echo -n "Checking json output: per die "
143 perf stat -j --per-die -a -o "${stat_output}" true
144 $PYTHON $pythonchecker --per-die --file "${stat_output}"
150 echo -n "Checking json output: per node "
156 perf stat -j --per-node -a -o "${stat_output}" true
157 $PYTHON $pythonchecker --per-node --file "${stat_output}"
163 echo -n "Checking json output: per socket "
169 perf stat -j --per-socket -a -o "${stat_output}" true
170 $PYTHON $pythonchecker --per-socket --file "${stat_output}"
174 # The perf stat options for per-socket, per-core, per-die