Lines Matching full:per
89 echo -n "Checking json output: per core "
95 perf stat -j --per-core -a -o "${stat_output}" true
96 $PYTHON $pythonchecker --per-core --file "${stat_output}"
102 echo -n "Checking json output: per thread "
108 perf stat -j --per-thread -p $$ -o "${stat_output}" true
109 $PYTHON $pythonchecker --per-thread --file "${stat_output}"
115 echo -n "Checking json output: per cache_instance "
121 perf stat -j --per-cache -a true 2>&1 | $PYTHON $pythonchecker --per-cache
127 echo -n "Checking json output: per cluster "
133 perf stat -j --per-cluster -a true 2>&1 | $PYTHON $pythonchecker --per-cluster
139 echo -n "Checking json output: per die "
145 perf stat -j --per-die -a -o "${stat_output}" true
146 $PYTHON $pythonchecker --per-die --file "${stat_output}"
152 echo -n "Checking json output: per node "
158 perf stat -j --per-node -a -o "${stat_output}" true
159 $PYTHON $pythonchecker --per-node --file "${stat_output}"
165 echo -n "Checking json output: per socket "
171 perf stat -j --per-socket -a -o "${stat_output}" true
172 $PYTHON $pythonchecker --per-socket --file "${stat_output}"
176 # The perf stat options for per-socket, per-core, per-die