Re: [GIT PULL v5] hw-breakpoints: Rewrite on top of perf events v5

From: K.Prasad
Date: Sun Nov 08 2009 - 12:30:07 EST


On Fri, Nov 06, 2009 at 03:28:55AM +0100, Frederic Weisbecker wrote:

<snipped>

> arch/Kconfig | 3 +
> arch/x86/include/asm/Kbuild | 1 +
> arch/x86/include/asm/debugreg.h | 11 +-
> arch/x86/include/asm/hw_breakpoint.h | 58 +++--
> arch/x86/include/asm/processor.h | 12 +-
> arch/x86/kernel/hw_breakpoint.c | 391 ++++++++++++++--------
> arch/x86/kernel/process.c | 9 +-
> arch/x86/kernel/process_32.c | 26 +--
> arch/x86/kernel/process_64.c | 26 +--
> arch/x86/kernel/ptrace.c | 182 +++++++----
> arch/x86/kernel/smpboot.c | 3 -
> arch/x86/kvm/x86.c | 18 +-
> arch/x86/power/cpu.c | 6 -
> include/asm-generic/hw_breakpoint.h | 139 --------
> include/linux/hw_breakpoint.h | 131 ++++++++
> include/linux/perf_event.h | 37 ++-
> kernel/exit.c | 5 +
> kernel/hw_breakpoint.c | 602 +++++++++++++++++++++-------------
> kernel/perf_event.c | 136 ++++++++-
> kernel/trace/trace.h | 1 -
> kernel/trace/trace_entries.h | 6 +-
> kernel/trace/trace_ksym.c | 126 ++++----
> kernel/trace/trace_selftest.c | 4 +-
> 23 files changed, 1194 insertions(+), 739 deletions(-)

Please make changes to samples/hw_breakpoint/data_breakpoint.c
simultaneously....it breaks the build if CONFIG_SAMPLE_HW_BREAKPOINT is
selected.

Thanks,
K.Prasad

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