Searched hist:"1155 de47cd66d0c496d5a6fb2223e980ef1285b2" (Results 1 – 2 of 2) sorted by relevance
/linux/kernel/trace/ |
H A D | ring_buffer.c | diff 1155de47cd66d0c496d5a6fb2223e980ef1285b2 Thu Jun 25 07:30:12 CEST 2009 Paul Mundt <lethal@linux-sh.org> ring-buffer: Make it generally available
In hunting down the cause for the hwlat_detector ring buffer spew in my failed -next builds it became obvious that folks are now treating ring_buffer as something that is generic independent of tracing and thus, suitable for public driver consumption.
Given that there are only a few minor areas in ring_buffer that have any reliance on CONFIG_TRACING or CONFIG_FUNCTION_TRACER, provide stubs for those and make it generally available.
Signed-off-by: Paul Mundt <lethal@linux-sh.org> Cc: Jon Masters <jcm@jonmasters.org> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <20090625053012.GB19944@linux-sh.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | trace.h | diff 1155de47cd66d0c496d5a6fb2223e980ef1285b2 Thu Jun 25 07:30:12 CEST 2009 Paul Mundt <lethal@linux-sh.org> ring-buffer: Make it generally available
In hunting down the cause for the hwlat_detector ring buffer spew in my failed -next builds it became obvious that folks are now treating ring_buffer as something that is generic independent of tracing and thus, suitable for public driver consumption.
Given that there are only a few minor areas in ring_buffer that have any reliance on CONFIG_TRACING or CONFIG_FUNCTION_TRACER, provide stubs for those and make it generally available.
Signed-off-by: Paul Mundt <lethal@linux-sh.org> Cc: Jon Masters <jcm@jonmasters.org> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <20090625053012.GB19944@linux-sh.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|