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.
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
2 matches
Mail list logo