Prev: [PATCH 4/7] tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set
Next: [PATCH 1/7] tracing: Convert some signal events to DEFINE_TRACE
From: Steven Rostedt on 31 Mar 2010 23:20 Ingo, Please pull the latest tip/tracing/core tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/tracing/core Li Zefan (3): tracing: Convert some signal events to DEFINE_TRACE tracing: Update comments tracing: Remove side effect from module tracepoints that caused a GPF Steven Rostedt (4): tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set ring-buffer: Add place holder recording of dropped events tracing: Show the lost events in the trace_pipe output ring-buffer: Add lost event count to end of sub buffer ---- drivers/oprofile/cpu_buffer.c | 4 +- include/linux/ftrace_event.h | 1 + include/linux/module.h | 6 +- include/linux/ring_buffer.h | 6 +- include/trace/events/module.h | 18 ++++-- include/trace/events/signal.h | 52 +++++++---------- include/trace/ftrace.h | 33 ++++++----- kernel/module.c | 8 +- kernel/trace/ring_buffer.c | 101 ++++++++++++++++++++++++++++++++-- kernel/trace/ring_buffer_benchmark.c | 2 +- kernel/trace/trace.c | 30 +++++++--- kernel/trace/trace_functions_graph.c | 5 +- kernel/trace/trace_selftest.c | 2 +- 13 files changed, 187 insertions(+), 81 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/ |