Re: [PATCH 2/3] perf tools: Introduce struct hist_browser_timer

From: David Ahern
Date: Mon Nov 05 2012 - 10:25:30 EST


On 11/1/12 11:50 PM, Namhyung Kim wrote:
From: Namhyung Kim <namhyung.kim@xxxxxxx>

Currently various hist browser functions receive 3 arguments for
refreshing histogram but only used from a few places. Also it's only
for perf top command so that it can be NULL for other (and probably
most) cases. Pack them into a struct in order to reduce number of
those unused arguments.

This is a mechanical change and does not intend a functional change.

Cc: David Ahern <dsahern@xxxxxxxxx>
Cc: Irina Tirdea <irina.tirdea@xxxxxxxxx>
Signed-off-by: Namhyung Kim <namhyung@xxxxxxxxxx>
---
tools/perf/builtin-annotate.c | 2 +-
tools/perf/builtin-report.c | 4 ++--
tools/perf/builtin-top.c | 9 +++++---
tools/perf/ui/browsers/annotate.c | 27 +++++++++++-------------
tools/perf/ui/browsers/hists.c | 43 +++++++++++++++++----------------------
tools/perf/ui/gtk/browser.c | 4 +---
tools/perf/util/annotate.h | 8 ++++----
tools/perf/util/hist.h | 28 ++++++++++++-------------
8 files changed, 58 insertions(+), 67 deletions(-)

Tested-by: David Ahern <dsahern@xxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/