aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09tracing: Add full state to trace_seqJohannes Berg1-11/+50
2009-12-09tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt1-3/+11
2009-10-24tracing: Fix trace_seq_printf() return valueJiri Olsa1-1/+4
2009-10-07tracing: fix transposed numbers of lock_depth and preempt_countSteven Rostedt1-6/+8
2009-10-06trace: Fix missing assignment in trace_ctxwake_*Hiroshi Shimamoto1-2/+2
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt1-6/+24
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-1/+9
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-1/+1
2009-07-02tracing: Fix trace_print_seq()Xiao Guangrong1-2/+1
2009-06-09tracing: add protection around module events unloadSteven Rostedt1-3/+12
2009-06-09tracing: add trace_seq_vprint interfaceSteven Rostedt1-0/+32
2009-06-03tracing: add annotation to what type of stack trace is recordedSteven Rostedt1-2/+2
2009-06-03tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse1-6/+4
2009-06-03tracing/events: fix output format of user stackwalimis1-4/+7
2009-06-03tracing/events: fix output format of kernel stackwalimis1-7/+7
2009-06-01tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse1-0/+3
2009-05-26tracing: add __print_symbolic to trace eventsSteven Rostedt1-0/+25
2009-05-26tracing: add __print_flags for eventsSteven Rostedt1-0/+39
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan1-7/+18
2009-05-14tracing: stop stack trace on first empty entrySteven Rostedt1-0/+2
2009-05-06tracing: trace_output.c, fix false positive compiler warningJaswinder Singh Rajput1-1/+1
2009-04-24tracing/events: reuse trace event ids after overflowSteven Rostedt1-11/+60
2009-04-23tracing: increase size of number of possible eventsSteven Rostedt1-0/+2
2009-04-14tracing/events: add export symbols for trace events in modulesSteven Rostedt1-0/+3
2009-04-07Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar1-1/+1
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan1-1/+1
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar1-3/+16
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan1-3/+3
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu1-0/+13
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