perf tools: Make __hpp__fmt() receive an additional len argument
authorNamhyung Kim <namhyung@kernel.org>
Thu, 31 Jul 2014 05:47:36 +0000 (14:47 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Aug 2014 15:03:05 +0000 (12:03 -0300)
commitd675107ce6fa988102851e0b0ef06e46c8aa7ac6
tree202b4df2114ddd4ca6d6f796f4a523996d2e71d7
parent8246de88e95ddef7508f5601d7af85c3ab9e476b
perf tools: Make __hpp__fmt() receive an additional len argument

So that it can properly handle alignment requirements later.  To do
that, add percent_color_len_snprintf() fucntion to help coloring of
overhead columns.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1406785662-5534-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c
tools/perf/ui/gtk/hists.c
tools/perf/ui/hist.c
tools/perf/util/color.c
tools/perf/util/color.h
tools/perf/util/hist.h
This page took 0.024956 seconds and 5 git commands to generate.