Re: [PATCH 06/14] perf tools: show NMI overhead

From: Andi Kleen
Date: Thu Nov 24 2016 - 19:21:33 EST


> how about we display the overhead information same way the main perf output:
>
> CPU NMI NMI time MTX MTX time SB SB time
> ... ..... ........ ..... ........ ...... ........
> 6 27 111379 0 0 57 90045
>
>
> would be just matter of adding new sort objects

The problem with making overhead a standard sort key is that you have
to chose between an output format that makes sense for overhead
and one that makes sense for normal samples.

But overhead is more "auxillary" information, so it should be possible
to access it together with normal sampling information in a single
output file.

So I think it's better handled separately.

-Andi