Re: [PATCH] perf stat: fix cvs output format

From: Andi Kleen
Date: Tue Mar 06 2018 - 12:53:40 EST


> Here is the output from your own commit:
>
> 423470,,stalled-cycles-frontend,509102,100.00,65.69,frontend cycles idle
> <not supported>,,stalled-cycles-backend,0,100.00,,,,
>
> so line 1 has 7 fields, line 2 has 9 fields, and this is expected?

If you had metrics on line 1 it would be correct.

So you just shifted it to break that case.

If you always want to have the same number of fields
you need to add two empty fields to the normal output
when there are no metrics.

-Andi