All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/5] perf/core improvements
@ 2011-01-31 21:29 Arnaldo Carvalho de Melo
  2011-01-31 21:29 ` [PATCH 1/5] perf evlist: Move evlist methods to evlist.c Arnaldo Carvalho de Melo
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Arnaldo Carvalho de Melo @ 2011-01-31 21:29 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Arnaldo Carvalho de Melo, Frederic Weisbecker,
	Ingo Molnar, Mike Galbraith, Paul Mackerras, Peter Zijlstra,
	Stephane Eranian, Tom Zanussi, Arnaldo Carvalho de Melo

Hi Ingo,

        Please consider pulling from:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (5):
  perf evlist: Move evlist methods to evlist.c
  perf evlist: Store pointer to the cpu and thread maps
  perf top: Move display agnostic routines to util/top.[ch]
  perf tools: Don't fallback to setup_pager unconditionally
  perf top: Introduce slang based TUI

 tools/perf/Makefile               |    6 +
 tools/perf/builtin-annotate.c     |    2 +-
 tools/perf/builtin-record.c       |   44 ++--
 tools/perf/builtin-report.c       |    2 +-
 tools/perf/builtin-stat.c         |   45 ++--
 tools/perf/builtin-test.c         |    6 +-
 tools/perf/builtin-top.c          |  530 ++++++++++++-------------------------
 tools/perf/python/twatch.py       |    4 +-
 tools/perf/util/cache.h           |    7 +-
 tools/perf/util/evlist.c          |  185 +++++++++++++-
 tools/perf/util/evlist.h          |   28 ++-
 tools/perf/util/evsel.c           |  144 +----------
 tools/perf/util/evsel.h           |    4 -
 tools/perf/util/python.c          |   25 +-
 tools/perf/util/top.c             |  217 +++++++++++++++
 tools/perf/util/top.h             |   80 ++++++
 tools/perf/util/ui/browsers/top.c |  136 ++++++++++
 tools/perf/util/ui/setup.c        |    5 +-
 18 files changed, 887 insertions(+), 583 deletions(-)
 create mode 100644 tools/perf/util/top.c
 create mode 100644 tools/perf/util/top.h
 create mode 100644 tools/perf/util/ui/browsers/top.c


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-02-01 14:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 21:29 [GIT PULL 0/5] perf/core improvements Arnaldo Carvalho de Melo
2011-01-31 21:29 ` [PATCH 1/5] perf evlist: Move evlist methods to evlist.c Arnaldo Carvalho de Melo
2011-01-31 21:29 ` [PATCH 2/5] perf evlist: Store pointer to the cpu and thread maps Arnaldo Carvalho de Melo
2011-01-31 21:29 ` [PATCH 3/5] perf top: Move display agnostic routines to util/top.[ch] Arnaldo Carvalho de Melo
2011-01-31 21:29 ` [PATCH 4/5] perf tools: Don't fallback to setup_pager unconditionally Arnaldo Carvalho de Melo
2011-01-31 21:29 ` [PATCH 5/5] perf top: Introduce slang based TUI Arnaldo Carvalho de Melo
2011-02-01  9:14 ` [GIT PULL 0/5] perf/core improvements Ingo Molnar
2011-02-01 14:28   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.