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

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 <dsah...@gmail.com>
Cc: Irina Tirdea <irina.tir...@gmail.com>
Signed-off-by: Namhyung Kim <namhy...@kernel.org>
---
  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 <dsah...@gmail.com>

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

Reply via email to