2 # perf stat csv summary test
3 # SPDX-License-Identifier: GPL-2.0
8 # 1.001364330 9224197 cycles 8012885033 100.00
9 # summary 9224197 cycles 8012885033 100.00
11 perf stat
-e cycles
-x' ' -I1000 --interval-count 1 --summary 2>&1 | \
13 while read summary _ _ _ _
15 if [ $summary != "summary" ]; then
21 # 1.001360298 9148534 cycles 8012853854 100.00
22 #9148534 cycles 8012853854 100.00
24 perf stat
-e cycles
-x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \