[GIT PULL 0/5] perf/core improvements

From: Arnaldo Carvalho de Melo
Date: Mon Jan 31 2011 - 16:29:40 EST


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

--
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/