Re: [PATCH v6 4/4] perf diff: color the Weighted Diff column

2013-12-29 Thread Ramkumar Ramachandra
Ramkumar Ramachandra wrote: > diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c > index c07cd3c..9c69620 100644 > --- a/tools/perf/builtin-diff.c > +++ b/tools/perf/builtin-diff.c > @@ -777,6 +777,7 @@ static int __hpp__color_compare(struct perf_hpp_fmt *fmt, > cont

[PATCH v6 4/4] perf diff: color the Weighted Diff column

2013-12-29 Thread Ramkumar Ramachandra
In $ perf diff -c wdiff:M,N color the numbers in the Weighted Diff column using value_color_snprintf(). Cc: Jiri Olsa Cc: Arnaldo Carvalho de Melo Signed-off-by: Ramkumar Ramachandra --- tools/perf/builtin-diff.c | 21 + 1 file changed, 21 insertions(+) diff --git a/to