ftrace: fix build failure
[safe/jmp/linux-2.6] / kernel / trace / ftrace.c
2008-10-14 Stephen Rothwellftrace: fix build failure
2008-10-14 Steven Rostedtftrace: add necessary locking for ftrace records
2008-10-14 Steven Rostedtftrace: do not init module on ftrace disabled
2008-10-14 Steven Rostedtftrace: remove old pointers to mcount
2008-10-14 Steven Rostedtftrace: do not show freed records in available_filter_f...
2008-10-14 Steven Rostedtftrace: enable mcount recording for modules
2008-10-14 Steven Rostedtftrace: mcount call site on boot nops core
2008-07-28 Rusty Russellstop_machine: fix up ftrace.c
2008-07-11 Ingo Molnarftrace: build fix for ftraced_suspend
2008-07-11 Steven Rostedtftrace: add ftrace_kill_atomic
2008-07-03 Abhishek Sagarftrace: prevent ftrace modifications while being kprobe...
2008-06-23 Abhishek Sagarftrace: avoid modifying kprobe'd records
2008-06-23 Abhishek Sagarftrace: freeze kprobe'd records
2008-06-23 Abhishek Sagarftrace: store mcount address in rec->ip
2008-06-16 Ingo Molnarnamespacecheck: fixes
2008-06-14 Abhishek Sagarftrace: fix "notrace" filtering priority
2008-06-10 Abhishek Sagarftrace: prevent freeing of all failed updates
2008-06-10 Abhishek Sagarftrace: add debugfs entry 'failures'
2008-06-10 Abhishek Sagarftrace: remove ftrace_ip_converted()
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-26 Abhishek Sagarftrace: fix updating of ftrace_update_cnt
2008-05-26 Abhishek Sagarftrace: safe traversal of ftrace_hash hlist
2008-05-26 Steven Rostedtftrace: set_ftrace_notrace feature
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Ingo Molnarftrace: fix mcount export bug
2008-05-23 David Millerftrace: remove packed attribute on ftrace_page.
2008-05-23 Steven Rostedtftrace: use raw_smp_processor_id for mcount functions
2008-05-23 Steven Rostedtftrace: add UNINTERRUPTIBLE state for kftraced on disable
2008-05-23 Ingo Molnarftrace: remove notrace
2008-05-23 Steven Rostedtftrace: remove address of function names
2008-05-23 Ingo Molnarftrace: cleanups
2008-05-23 Steven Rostedtftrace: disable tracing on failure
2008-05-23 Steven Rostedtftrace - fix dynamic ftrace memory leak
2008-05-23 Ingo Molnarftrace: timestamp syncing, prepare
2008-05-23 Ingo Molnarftrace: cleanups
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 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 Arnaldo Carvalho... ftrace: add basic support for gcc profiler instrumentation