Prev: xfrm: check bundle policy existance before dereferencing it
Next: [PATCH 7/7] perf: Report lost events in perf trace debug mode
From: Frederic Weisbecker on 24 Jun 2010 17:50 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 (6): hw_breakpoints: Fix per task breakpoint tracking x86: Set resume bit before returning from breakpoint exception x86: Support for instruction breakpoints perf: Don't use 4 bytes as a default instruction breakpoint length perf: Don't print traces when debugging ordering perf: Report lost events in perf trace debug mode Nobuhiro Iwamatsu (1): perf: Fix argument of perf_arch_fetch_caller_regs arch/x86/include/asm/hw_breakpoint.h | 2 +- arch/x86/kernel/hw_breakpoint.c | 51 ++++++++++++++++------- include/linux/perf_event.h | 8 ++- kernel/hw_breakpoint.c | 78 ++++++++++++++++++---------------- tools/perf/builtin-trace.c | 32 ++++++++++++-- tools/perf/util/parse-events.c | 11 ++++- 6 files changed, 119 insertions(+), 63 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |