[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1273878577-12578-1-git-send-email-acme@infradead.org>
Date:	Fri, 14 May 2010 20:09:33 -0300
From:	Arnaldo Carvalho de Melo <acme@...radead.org>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org,
	Arnaldo Carvalho de Melo <acme@...radead.org>,
	Frédéric Weisbecker <fweisbec@...il.com>,
	Mike Galbraith <efault@....de>,
	Paul Mackerras <paulus@...ba.org>,
	Peter Zijlstra <a.p.zijlstra@...llo.nl>,
	Tom Zanussi <tzanussi@...il.com>
Subject: [GIT PULL 0/4] perf tools improvements
Hi Ingo,
        Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
Regards,
- Arnaldo
Arnaldo Carvalho de Melo (4):
  perf hist: Make event__totals per hists
  perf hist: Clarify events_stats fields usage
  perf report: Report number of events, not samples
  perf newt: Make <- zoom out filters
 tools/perf/Makefile           |    2 +
 tools/perf/builtin-annotate.c |    2 +-
 tools/perf/builtin-diff.c     |    8 ++--
 tools/perf/builtin-report.c   |   44 +++++++++++-----
 tools/perf/builtin-sched.c    |   17 ++----
 tools/perf/builtin-trace.c    |    2 +-
 tools/perf/util/event.c       |   19 ++++++-
 tools/perf/util/event.h       |    2 +
 tools/perf/util/hist.c        |  121 +++++++++++++++++++++++++----------------
 tools/perf/util/hist.h        |   24 +++++++-
 tools/perf/util/newt.c        |   46 +++++++++++++---
 tools/perf/util/pstack.c      |   75 +++++++++++++++++++++++++
 tools/perf/util/pstack.h      |   12 ++++
 tools/perf/util/session.c     |   36 +------------
 tools/perf/util/session.h     |    8 ++-
 tools/perf/util/sort.h        |   11 ++--
 tools/perf/util/util.c        |   22 ++++++++
 tools/perf/util/util.h        |    1 +
 18 files changed, 322 insertions(+), 130 deletions(-)
 create mode 100644 tools/perf/util/pstack.c
 create mode 100644 tools/perf/util/pstack.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists