tracing/fastboot: move boot tracer structs and funcs into their own header.
[safe/jmp/linux-2.6] / kernel / trace / trace.h
2008-11-12 Frederic Weisbeckertracing/fastboot: move boot tracer structs and funcs...
2008-11-11 Frederic Weisbeckertracing: add a tracer to catch execution time of kernel...
2008-11-08 Steven Rostedtftrace: display start of CPU buffer in trace output
2008-11-08 Steven Rostedtftrace: remove trace array ctrl
2008-11-08 Steven Rostedtftrace: remove ctrl_update method
2008-11-08 Steven Rostedtftrace: fix sched_switch API
2008-11-08 Steven Rostedtftrace: fix boot trace sched startup
2008-11-06 Steven Rostedtftrace: restructure tracing start/stop infrastructure
2008-11-06 Ingo MolnarMerge branch 'tracing/fastboot' into tracing/ftrace
2008-11-04 Frederic Weisbeckertracing/fastboot: use sched switch tracer from boot...
2008-11-04 Steven Rostedtftrace: function tracer with irqs disabled
2008-11-04 Steven Rostedtftrace: introduce ftrace_preempt_disable()/enable()
2008-10-30 Steven Rostedtftrace: handle archs that do not support irqs_disabled_...
2008-10-20 Steven Rostedtftrace: rename FTRACE to FUNCTION_TRACER
2008-10-14 Steven Rostedtftrace: preempt disable over interrupt disable
2008-10-14 Steven Rostedtftrace: type cast filter+verifier
2008-10-14 Frederic Weisbeckertracing/ftrace: change the type of the print_line callback
2008-10-14 Steven Rostedtftrace: take advantage of variable length entries
2008-10-14 Steven Rostedtftrace: make work with new ring buffer
2008-10-14 Frédéric Weisbeckertracing/ftrace: add the boot tracer
2008-10-14 Frédéric Weisbeckertracing/ftrace: replace none tracer by nop tracer
2008-10-14 Steven Noonantrace: remove pointless ifdefs
2008-10-14 Steven Noonanftrace: add nop tracer
2008-10-14 Pekka Paalanenftrace: inject markers via trace_marker file
2008-10-14 Pekka Paalanenmmiotrace: handle TRACE_PRINT entries
2008-10-14 Pekka Paalanenftrace: add trace_vprintk()
2008-10-14 Pekka Paalanenftrace: move mmiotrace functions out of trace.c
2008-10-14 Peter Zijlstraftrace: sched_switch: show the wakee's cpu
2008-10-14 Peter Zijlstraftrace: make ftrace_printk usable with the other tracers
2008-10-14 Steven Rostedtftrace: printk formatting infrastructure
2008-10-14 Steven Rostedtftrace: new continue entry - separate out from trace_entry
2008-07-14 Ingo MolnarMerge branch 'tracing/ftrace' into auto-ftrace-next
2008-07-11 Steven Rostedtftrace: define function trace nop
2008-07-10 Ingo MolnarMerge branch 'tracing/sysprof' into auto-ftrace-next
2008-07-10 Ingo MolnarMerge branch 'tracing/mmiotrace' into auto-ftrace-next
2008-05-26 Steven Rostedtftrace: fix up cmdline recording
2008-05-24 Pekka Paalanenftrace: mmiotrace, updates
2008-05-23 Ingo Molnarftrace: sysprof updates
2008-05-23 Ingo Molnarftrace: sysprof-plugin, add self-tests
2008-05-23 Ingo Molnarftrace: stacktrace fix
2008-05-23 Mathieu DesnoyersPort ftrace to markers
2008-05-23 Pekka Paalanenftrace: add readpos to struct trace_seq; add trace_seq_...
2008-05-23 Steven Rostedtftrace: add trace pipe header pluggin
2008-05-23 Steven Rostedtftrace: add logic to record overruns
2008-05-23 Steven Rostedtftrace: fix comm on function trace output
2008-05-23 Steven Rostedtftrace: comment code
2008-05-23 Thomas Gleixnerftrace: move enums to ftrace.h and make helper function...
2008-05-23 Steven Rostedtftrace: user raw_spin_lock in tracing
2008-05-23 Steven Rostedtftrace: fix dynamic ftrace selftest
2008-05-23 Peter Zijlstraftrace: trace next state
2008-05-23 Ingo Molnarftrace: trace scheduler rbtree
2008-05-23 Ingo Molnarftrace: sched tracer, trace full rbtree
2008-05-23 Ingo Molnarftrace: add stack tracing
2008-05-23 Ingo Molnarftrace: add wakeup events to sched tracer
2008-05-23 Ingo Molnarftrace: remove notrace
2008-05-23 Steven Rostedtftrace: add trace_function api for other tracers to use
2008-05-23 Ingo Molnarftrace: add trace_special()
2008-05-23 Ingo Molnarftrace: remove-idx-sync
2008-05-23 Ingo Molnarftrace: timestamp syncing, prepare
2008-05-23 Ingo Molnarftrace: fix locking
2008-05-23 Steven Rostedtftrace: user run time file reading
2008-05-23 Steven Rostedtftrace: add a buffer for output
2008-05-23 Steven Rostedtftrace: change buffers to producer consumer
2008-05-23 Ingo Molnarftrace: fix time offset
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Steven Rostedtftrace: add self-tests
2008-05-23 Steven Rostedtftrace: convert single large buffer into single pages.
2008-05-23 Steven Rostedtftrace: latency tracer infrastructure