linux/kernel/trace
Steven Rostedt 0588fa30db tracing: Convert trace_printk() formats for module to const char *
The trace_printk() formats for modules do not show up in the
debugfs/tracing/printk_formats file. Only the formats that are
for trace_printk()s that are in the kernel core.

To facilitate the change to add trace_printk() formats from modules
into that file as well, we need to convert the structure that
holds the formats from char fmt[], into const char *fmt,
and allocate them separately.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2011-04-04 12:18:24 -04:00
..
blktrace.c blktrace: Use rq->cmd_flags directly in blk_add_trace_rq. 2011-03-11 20:11:59 +01:00
ftrace.c tracing: Fix set_ftrace_filter probe function display 2011-03-22 12:52:03 -04:00
Kconfig trace, documentation: Fix branch profiling location in debugfs 2011-03-17 09:10:45 +01:00
Makefile
power-traces.c
ring_buffer_benchmark.c
ring_buffer.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 2011-03-18 10:37:40 -07:00
trace_branch.c
trace_clock.c
trace_entries.h tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup 2011-03-10 10:34:16 -05:00
trace_event_perf.c
trace_events_filter.c trace, filters: Initialize the match variable in process_ops() properly 2011-03-18 14:41:27 +01:00
trace_events.c tracing: Export trace_set_clr_event() 2011-03-10 10:34:51 -05:00
trace_export.c
trace_functions_graph.c
trace_functions.c
trace_irqsoff.c
trace_kdb.c
trace_kprobe.c tracing/kprobe: Fix NULL pointer deref check 2011-02-14 12:09:53 +01:00
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: Adjust conditional expression latency formatting. 2011-03-10 10:34:35 -05:00
trace_output.h
trace_printk.c tracing: Convert trace_printk() formats for module to const char * 2011-04-04 12:18:24 -04:00
trace_sched_switch.c tracing: Remove obsolete sched_switch tracer 2011-02-08 17:14:56 -05:00
trace_sched_wakeup.c
trace_selftest_dynamic.c
trace_selftest.c
trace_stack.c
trace_stat.c
trace_stat.h
trace_syscalls.c tracing/syscalls: Early terminate search for sys_ni_syscall 2011-02-07 21:30:14 -05:00
trace_workqueue.c
trace.c tracing: Fix irqoff selftest expanding max buffer 2011-03-10 10:34:58 -05:00
trace.h tracing: Align 4 byte ints together in struct tracer 2011-03-10 10:34:54 -05:00