[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100503065032.GC15241@elte.hu>
Date: Mon, 3 May 2010 08:50:32 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Frederic Weisbecker <fweisbec@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...hat.com>,
Steven Rostedt <rostedt@...dmis.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [GIT PULL] perf and breakpoints updates
* Frederic Weisbecker <fweisbec@...il.com> wrote:
> Ingo,
>
> Please pull the perf/core branch that can be found at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
> perf/core
>
> Thanks,
> Frederic
> ---
>
> Frederic Weisbecker (8):
> perf: Remove leftover useless options to record trace events from scripts
> perf: Fix warning while reading ring buffer headers
> hw-breakpoints: Tag ptrace breakpoint as exclude_kernel
> hw-breakpoints: Check disabled breakpoints again
> hw-breakpoints: Change/Enforce some breakpoints policies
> hw-breakpoints: Separate constraint space for data and instruction breakpoints
> hw-breakpoints: Handle breakpoint weight in allocation constraints
> hw-breakpoints: Get the number of available registers on boot dynamically
>
>
> arch/Kconfig | 11 +
> arch/sh/Kconfig | 1 +
> arch/sh/include/asm/hw_breakpoint.h | 10 +-
> arch/sh/kernel/hw_breakpoint.c | 34 +---
> arch/sh/kernel/ptrace_32.c | 2 +-
> arch/x86/Kconfig | 1 +
> arch/x86/include/asm/hw_breakpoint.h | 10 +-
> arch/x86/kernel/hw_breakpoint.c | 41 +----
> arch/x86/kernel/ptrace.c | 2 +-
> include/linux/hw_breakpoint.h | 25 +++-
> kernel/hw_breakpoint.c | 196 +++++++++++++++-----
> kernel/trace/trace_ksym.c | 26 +--
> tools/perf/Documentation/perf-trace-perl.txt | 6 +-
> tools/perf/Documentation/perf-trace-python.txt | 10 +-
> .../perf/scripts/perl/bin/check-perf-trace-record | 2 +-
> tools/perf/scripts/perl/bin/failed-syscalls-record | 2 +-
> tools/perf/scripts/perl/bin/rw-by-file-record | 2 +-
> tools/perf/scripts/perl/bin/rw-by-pid-record | 2 +-
> tools/perf/scripts/perl/bin/rwtop-record | 2 +-
> tools/perf/scripts/perl/bin/wakeup-latency-record | 2 +-
> tools/perf/scripts/perl/bin/workqueue-stats-record | 2 +-
> .../python/bin/failed-syscalls-by-pid-record | 2 +-
> tools/perf/scripts/python/bin/sctop-record | 2 +-
> .../python/bin/syscall-counts-by-pid-record | 2 +-
> .../perf/scripts/python/bin/syscall-counts-record | 2 +-
> tools/perf/util/trace-event-parse.c | 89 ---------
> tools/perf/util/trace-event-read.c | 12 +-
> tools/perf/util/trace-event.h | 1 -
> 28 files changed, 243 insertions(+), 256 deletions(-)
Pulled, thanks a lot Frederic!
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists