2010-08-26 00:07:58

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: [GIT PULL 0/6] perf/core new features and improvements

Hi Ingo,

Please pull from:

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

Regards,

- Arnaldo

Arnaldo Carvalho de Melo (4):
perf hists: Fix hist_entry__init_have_children
perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()
perf hists browser: Init the has_children fields just once
perf hists browser: Introduce "expand/collapse all callchains" action

Srikar Dronamraju (1):
perf symbols: List symbols in a dso in ascending name order

Tom Zanussi (1):
perf tools: Fix linking errors with --as-needed flag

tools/perf/Makefile | 21 ++++--
tools/perf/util/symbol.c | 14 ++++
tools/perf/util/symbol.h | 1 +
tools/perf/util/ui/browsers/hists.c | 139 +++++++++++++++++++++++++++++------
4 files changed, 145 insertions(+), 30 deletions(-)


2010-08-30 06:53:10

by Ingo Molnar

[permalink] [raw]
Subject: Re: [GIT PULL 0/6] perf/core new features and improvements


* Arnaldo Carvalho de Melo <[email protected]> wrote:

> Hi Ingo,
>
> Please pull from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 perf/core
>
> Regards,
>
> - Arnaldo
>
> Arnaldo Carvalho de Melo (4):
> perf hists: Fix hist_entry__init_have_children
> perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT()
> perf hists browser: Init the has_children fields just once
> perf hists browser: Introduce "expand/collapse all callchains" action
>
> Srikar Dronamraju (1):
> perf symbols: List symbols in a dso in ascending name order
>
> Tom Zanussi (1):
> perf tools: Fix linking errors with --as-needed flag
>
> tools/perf/Makefile | 21 ++++--
> tools/perf/util/symbol.c | 14 ++++
> tools/perf/util/symbol.h | 1 +
> tools/perf/util/ui/browsers/hists.c | 139 +++++++++++++++++++++++++++++------
> 4 files changed, 145 insertions(+), 30 deletions(-)

Pulled, thanks a lot Arnaldo!

Ingo