Re: [GIT PULL 00/11] perf/core performance improvements

From: Ingo Molnar
Date: Wed Dec 01 2010 - 03:22:54 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxx> 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 (2):
> perf events: Precalculate the header space for PERF_SAMPLE_ fields
> perf debug: Simplify trace_event
>
> Thomas Gleixner (9):
> perf session: Fix list sort algorithm
> perf session: Use appropriate pointer type instead of silly typecasting
> perf session: Cleanup __perf_session__process_events()
> perf session: Move ui_progress_update in __perf_session__process_events()
> perf session: Simplify termination checks
> perf session: Use sensible mmap size
> perf session: Keep file mmaped instead of malloc/memcpy
> perf session: Cache sample objects
> perf session: Allocate chunks of sample objects
>
> include/linux/perf_event.h | 2 +
> kernel/perf_event.c | 150 ++++++++++++++---------
> tools/perf/util/debug.c | 41 ++-----
> tools/perf/util/session.c | 289 ++++++++++++++++++++++++--------------------
> tools/perf/util/session.h | 8 +-
> 5 files changed, 269 insertions(+), 221 deletions(-)

Pulled, thanks a lot guys!

I also merged the followup fixes.

Note: I also merged the perf trace -> perf script rename commit that we tested in
-tip for some time, into perf/core - please double check any 'perf script' fallout.

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