tracing/fastboot: move boot tracer structs and funcs into their own header.
[safe/jmp/linux-2.6] / include / linux / ftrace.h
2008-11-12 Frederic Weisbeckertracing/fastboot: move boot tracer structs and funcs...
2008-11-11 Frederic Weisbeckertracing, x86: add low level support for ftrace return...
2008-11-08 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/fastboot...
2008-11-06 Steven Rostedtftrace: split out hardirq ftrace code into own header
2008-11-06 Steven Rostedtftrace: soft tracing stop and start
2008-11-06 Steven Rostedtftrace: add quick function trace stop
2008-11-04 Frederic Weisbeckertracing/fastboot: Enable boot tracing only during initcalls
2008-11-03 Steven Rostedtftrace: fix hardirq header for non ftrace archs
2008-11-03 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/markers'...
2008-10-31 Steven Rostedtftrace: nmi safe code clean ups
2008-10-30 Ingo MolnarMerge branch 'linus' into tracing/ftrace
2008-10-27 Steven Rostedtftrace: ftrace dump on oops control
2008-10-23 Steven Rostedtftrace: remove ftrace hash
2008-10-23 Steven Rostedtftrace: remove mcount set
2008-10-23 Steven Rostedtftrace: only have ftrace_kill atomic
2008-10-23 Steven Rostedtftrace: return error on failed modified text.
2008-10-20 Steven Rostedtftrace: rename FTRACE to FUNCTION_TRACER
2008-10-14 Tim Birdtracing/fastboot: add better resolution to initcall...
2008-10-14 Frederic Weisbeckertracing/fastboot: only trace non-module initcalls
2008-10-14 Steven Noonanftrace: ktime.h not included in ftrace.h
2008-10-14 Ingo Molnartracing/fastboot: build fix
2008-10-14 Frederic Weisbeckertracing/fastboot: get the initcall name before it disap...
2008-10-14 Frederic Weisbeckertracing/fastboot: change the printing of boot tracer...
2008-10-14 Frédéric Weisbeckertracing/ftrace: add the boot tracer
2008-10-14 Steven Rostedtftrace: use ftrace_release for all dynamic ftrace functions
2008-10-14 Huang Yingftrace: fix incorrect comment style of __ftrace_enabled...
2008-10-14 Ingo Molnarftrace: ftrace_kill_atomic() build fix
2008-10-14 Ingo Molnarftrace: build fix
2008-10-14 Steven Rostedtftrace: dump out ftrace buffers to console on panic
2008-10-14 Steven Rostedtftrace: ftrace_printk doc moved
2008-10-14 Steven Rostedtftrace: printk formatting infrastructure
2008-10-14 Steven Rostedtftrace: remove old pointers to mcount
2008-10-14 Steven Rostedtftrace: enable mcount recording for modules
2008-10-14 Steven Rostedtftrace: mcount call site on boot nops core
2008-08-15 Huang Yingkexec jump: __ftrace_enabled_save/restore
2008-07-11 Steven Rostedtftrace: add ftrace_kill_atomic
2008-06-23 Abhishek Sagarftrace: freeze kprobe'd records
2008-06-23 Abhishek Sagarftrace: store mcount address in rec->ip
2008-06-10 Abhishek Sagarftrace: prevent freeing of all failed updates
2008-06-02 Steven Rostedtftrace: user update and disable dynamic ftrace daemon
2008-05-27 Ingo Molnarftrace: fix merge
2008-05-26 Steven Rostedtftrace: set_ftrace_notrace feature
2008-05-23 Ingo Molnarftrace: fix build bug
2008-05-23 Ingo Molnarftrace: fix include file dependency
2008-05-23 Ingo Molnarftrace: stacktrace fix
2008-05-23 Ingo Molnarftrace: add stack tracing
2008-05-23 Ingo Molnarftrace: build fix
2008-05-23 Steven Rostedtftrace: disable tracing on failure
2008-05-23 Steven Rostedtftrace - fix dynamic ftrace memory leak
2008-05-23 Steven Rostedtftrace: startup tester on dynamic tracing.
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Steven Rostedtftrace: force recording
2008-05-23 Ingo Molnarftrace: fix kexec
2008-05-23 Steven Rostedtftrace: add filter select functions to trace
2008-05-23 Steven Rostedtftrace: use dynamic patching for updating mcount calls
2008-05-23 Steven Rostedtftrace: move memory management out of arch code
2008-05-23 Steven Rostedtftrace: add ftrace_enabled sysctl to disable mcount...
2008-05-23 Steven Rostedtftrace: dynamic enabling/disabling of function calls
2008-05-23 Steven Rostedtftrace: trace preempt off critical timings
2008-05-23 Steven Rostedtftrace: trace irq disabled critical timings
2008-05-23 Steven Rostedtftrace: tracer for scheduler wakeup latency
2008-05-23 Arnaldo Carvalho... ftrace: add basic support for gcc profiler instrumentation