summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_output.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt2009-09-111-6/+24
* tracing: add lock depth to entriesSteven Rostedt2009-09-111-1/+9
* tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-1/+1
* tracing: Fix trace_print_seq()Xiao Guangrong2009-07-021-2/+1
* tracing: add protection around module events unloadSteven Rostedt2009-06-091-3/+12
* tracing: add trace_seq_vprint interfaceSteven Rostedt2009-06-091-0/+32
* tracing: add annotation to what type of stack trace is recordedSteven Rostedt2009-06-031-2/+2
* tracing: fix multiple use of __print_flags and __print_symbolicSteven Whitehouse2009-06-031-6/+4
* tracing/events: fix output format of user stackwalimis2009-06-031-4/+7
* tracing/events: fix output format of kernel stackwalimis2009-06-031-7/+7
* tracing: add exports to use __print_symbolic and __print_flags from a moduleSteven Whitehouse2009-06-011-0/+3
* tracing: add __print_symbolic to trace eventsSteven Rostedt2009-05-261-0/+25
* tracing: add __print_flags for eventsSteven Rostedt2009-05-261-0/+39
* tracing: add trace_event_read_lock()Lai Jiangshan2009-05-251-7/+18
* tracing: stop stack trace on first empty entrySteven Rostedt2009-05-141-0/+2
* tracing: trace_output.c, fix false positive compiler warningJaswinder Singh Rajput2009-05-061-1/+1
* tracing/events: reuse trace event ids after overflowSteven Rostedt2009-04-241-11/+60
* tracing: increase size of number of possible eventsSteven Rostedt2009-04-231-0/+2
* tracing/events: add export symbols for trace events in modulesSteven Rostedt2009-04-141-0/+3
* Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-071-1/+1
|\
| * tracing: fix incorrect return type of ns2usecs()Lai Jiangshan2009-04-071-1/+1
* | Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-3/+16
|\ \ | |/
| * trace: make argument 'mem' of trace_seq_putmem() constLi Zefan2009-03-311-3/+3
| * tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu2009-03-311-0/+13
* | tracing: adding function timings to function profilerSteven Rostedt2009-03-241-0/+10
|/
* ftrace: ensure every event gets an idPeter Zijlstra2009-03-201-0/+5
* tracing: make print_(b)printk_msg_only globalSteven Rostedt2009-03-191-0/+32
* tracing: protect reader of cmdline outputSteven Rostedt2009-03-161-6/+12
* tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker2009-03-121-6/+51
* tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-7/+7
* tracing/core: drop the old trace_printk() implementation in favour of trace_b...Frederic Weisbecker2009-03-061-58/+12
* tracing: infrastructure for supporting binary recordLai Jiangshan2009-03-061-0/+75
* tracing: remove extra latency_trace method from trace structureSteven Rostedt2009-03-041-32/+0
* Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar2009-02-091-3/+3
|\
| * trace: remove deprecated entry->cpuSteven Rostedt2009-02-071-3/+3
* | trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo2009-02-051-2/+11
|/
* trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo2009-02-041-21/+31
* trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo2009-02-041-72/+51
* trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo2009-02-031-77/+62
* trace: better manage the context info for eventsFrederic Weisbecker2009-02-031-0/+107
* trace: clean up format errors in calls to trace_seq_printfSteven Rostedt2009-01-161-1/+1
* ftrace: fix trace_outputLai Jiangshan2009-01-161-34/+31
* ftrace: change trace.c to use registered eventsSteven Rostedt2008-12-291-0/+467
* ftrace: set up trace event hash infrastructureSteven Rostedt2008-12-291-0/+365
OpenPOWER on IntegriCloud