Re: [PATCH] perf report: Fix calculation of the symbol column width

From: Namhyung Kim
Date: Fri Mar 16 2012 - 04:27:08 EST


Hi,

2012-03-16 2:34 AM, Arnaldo Carvalho de Melo wrote:
Em Tue, Mar 13, 2012 at 02:09:29PM +0900, Namhyung Kim escreveu:
The calculation of each column width is determining longest string or
number in the data (including header). However printing symbol column
doesn't honor the width. This is fine if symbol column is printed at
last (default behavior), but if user changes the order using -s option
the output will be messed up:

This one is clashing with b5387528:

"perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK"

Ingo merged it recently, can you please respin this patch on perf/core?


Hmm.. It was already fixed by the commit above. Please feel free to ignore this.

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/