linux/kernel/trace
Steven Rostedt a7b1374333 ring_buffer: add paranoid check for buffer page
If for some strange reason the buffer_page gets bigger, or the page struct
gets smaller, I want to know this ASAP.  The best way is to not let the
kernel compile.

This patch adds code to test the size of the struct buffer_page against the
page struct and will cause compile issues if the buffer_page ever gets bigger
than the page struct.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-10-14 10:38:55 +02:00
..
Kconfig tracing: unified trace buffer 2008-10-14 10:38:54 +02:00
Makefile tracing: unified trace buffer 2008-10-14 10:38:54 +02:00
ftrace.c ftrace: warn on failure to disable mcount callers 2008-10-14 10:38:11 +02:00
ring_buffer.c ring_buffer: add paranoid check for buffer page 2008-10-14 10:38:55 +02:00
trace.c tracing/ftrace: make tracing suitable to run the boot tracer 2008-10-14 10:38:48 +02:00
trace.h tracing/ftrace: add the boot tracer 2008-10-14 10:38:47 +02:00
trace_boot.c tracing/ftrace: don't consume unhandled entries by boot tracer 2008-10-14 10:38:52 +02:00
trace_functions.c ftrace: use current CPU for function startup 2008-07-11 15:49:21 +02:00
trace_irqsoff.c ftrace: fix modular build 2008-07-26 15:08:22 +02:00
trace_mmiotrace.c mmiotrace: handle TRACE_PRINT entries 2008-10-14 10:37:14 +02:00
trace_nop.c tracing/ftrace: replace none tracer by nop tracer 2008-10-14 10:38:09 +02:00
trace_sched_switch.c ftrace: port to tracepoints 2008-10-14 10:32:26 +02:00
trace_sched_wakeup.c ftrace: port to tracepoints 2008-10-14 10:32:26 +02:00
trace_selftest.c ftrace: give time for wakeup test to run 2008-10-14 10:38:53 +02:00
trace_selftest_dynamic.c ftrace: fix dynamic ftrace selftest 2008-05-23 21:13:23 +02:00
trace_stack.c ftrace: stack trace add indexes 2008-10-14 10:36:28 +02:00
trace_sysprof.c hrtimer: prevent migration of per CPU hrtimers 2008-09-29 17:09:14 +02:00