From: Ingo Molnar on

* Arnaldo Carvalho de Melo <acme(a)infradead.org> wrote:

> From: Arnaldo Carvalho de Melo <acme(a)redhat.com>
>
> Hi Ingo,
>
> Please consider pulling from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf
>
> Now there are 7 patches in that repo.
>
> Regards,
>
> - Arnaldo
>
> Arnaldo Carvalho de Melo (2):
> perf symbols: Add machine helper routines
> perf test: Initial regression testing command
>
> tools/perf/Documentation/perf-test.txt | 22 +++
> tools/perf/Makefile | 1 +
> tools/perf/builtin-kmem.c | 2 +-
> tools/perf/builtin-test.c | 281 ++++++++++++++++++++++++++++++++
> tools/perf/builtin.h | 1 +
> tools/perf/command-list.txt | 1 +
> tools/perf/perf.c | 1 +
> tools/perf/util/map.h | 25 +++-
> tools/perf/util/symbol.c | 77 +++++++---
> tools/perf/util/symbol.h | 7 +
> 10 files changed, 393 insertions(+), 25 deletions(-)
> create mode 100644 tools/perf/Documentation/perf-test.txt
> create mode 100644 tools/perf/builtin-test.c

Pulled, thanks a lot Arnaldo!

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