[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1272682436-10682-1-git-send-regression-fweisbec@gmail.com>
Date: Sat, 1 May 2010 04:53:47 +0200
From: Frederic Weisbecker <fweisbec@...il.com>
To: Ingo Molnar <mingo@...e.hu>
Cc: LKML <linux-kernel@...r.kernel.org>,
Frederic Weisbecker <fweisbec@...il.com>,
Paul Mackerras <paulus@...ba.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [GIT PULL] perf and breakpoints updates
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(-)
--
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