Re: [PATCH 4/5] perf ui/browser: Use perf_hpp__format functions

2012-09-11 Thread Namhyung Kim
On Sat, 08 Sep 2012 23:05:43 +0900, Namhyung Kim wrote: > On Fri, 7 Sep 2012 17:32:18 -0700, Arnaldo Carvalho de Melo wrote: >> I folded the patch below so that we have the lines starting at column 1 >> like before, i.e. we were using " %5.2f" for the overhead and now you >> changed it to "%5.2f".

Re: [PATCH 4/5] perf ui/browser: Use perf_hpp__format functions

2012-09-08 Thread Namhyung Kim
On Fri, 7 Sep 2012 17:32:18 -0700, Arnaldo Carvalho de Melo wrote: > Em Mon, Sep 03, 2012 at 11:53:09AM +0900, Namhyung Kim escreveu: >> From: Namhyung Kim >> >> Override hpp->color functions for TUI. Because line coloring is done >> outside of the function, it just sets the percent value and pas

Re: [PATCH 4/5] perf ui/browser: Use perf_hpp__format functions

2012-09-07 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 03, 2012 at 11:53:09AM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Override hpp->color functions for TUI. Because line coloring is done > outside of the function, it just sets the percent value and pass it. > > Signed-off-by: Namhyung Kim > --- > tools/perf/ui/browsers/h

[PATCH 4/5] perf ui/browser: Use perf_hpp__format functions

2012-09-02 Thread Namhyung Kim
From: Namhyung Kim Override hpp->color functions for TUI. Because line coloring is done outside of the function, it just sets the percent value and pass it. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 94 -- tools/perf/ui/tui/setup.c

[PATCH 4/5] perf ui/browser: Use perf_hpp__format functions

2012-08-21 Thread Namhyung Kim
From: Namhyung Kim Override hpp->color functions for TUI. Because line coloring is done outside of the function, it just sets the percent value and pass it. Signed-off-by: Namhyung Kim --- tools/perf/ui/browsers/hists.c | 94 -- tools/perf/ui/tui/setup.c