aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-24tracing: adding function timings to function profilerSteven Rostedt1-0/+10
2009-03-20ftrace: ensure every event gets an idPeter Zijlstra1-0/+5
2009-03-19tracing: make print_(b)printk_msg_only globalSteven Rostedt1-0/+32
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt1-6/+12
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-6/+51
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-7/+7
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-58/+12
2009-03-06tracing: infrastructure for supporting binary recordLai Jiangshan1-0/+75
2009-03-04tracing: remove extra latency_trace method from trace structureSteven Rostedt1-32/+0
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-3/+3
2009-02-07trace: remove deprecated entry->cpuSteven Rostedt1-3/+3
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo1-2/+11
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo1-21/+31
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo1-72/+51
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo1-77/+62
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker1-0/+107
2009-01-16trace: clean up format errors in calls to trace_seq_printfSteven Rostedt1-1/+1
2009-01-16ftrace: fix trace_outputLai Jiangshan1-34/+31
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt1-0/+467
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-0/+365