Re: [PATCH 3/3] perf ui/browser: Fix stale output of sorted result

2012-09-24 Thread Namhyung Kim
Hi Arnaldo, It seems it's not merged into your tree as I still can see this issue. Would you consider applying? Thanks, Namhyung On Fri, 14 Sep 2012 17:35:29 +0900, Namhyung Kim wrote: > From: Namhyung Kim > > The hist_entry__sort_snprintf() can return 0 if all of the sort keys > are elided.

[PATCH 3/3] perf ui/browser: Fix stale output of sorted result

2012-09-14 Thread Namhyung Kim
From: Namhyung Kim The hist_entry__sort_snprintf() can return 0 if all of the sort keys are elided. In this case a buffer which used for the function would contain old message or a garbage and printed like below: $ perf record -g -e cycles:u abc $ perf --report -s comm -c abc (...) + 10