aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAge
* ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-06-07
* ftrace: Fix possible undefined return codeGuoWen Li2011-06-06
* ftrace: Add internal recursive checksSteven Rostedt2011-05-25
* ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-25
* ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-25
* ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-18
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-18
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-18
* ftrace: Free hash with call_rcu_sched()Steven Rostedt2011-05-18
* ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt2011-05-18
* ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt2011-05-18
* ftrace: Add enabled_functions fileSteven Rostedt2011-05-18
* ftrace: Use counters to enable functions to traceSteven Rostedt2011-05-18
* ftrace: Separate hash allocation and assignmentSteven Rostedt2011-05-18
* ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2011-05-18
* ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-18
* ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-18
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-05-01
|\
| * ftrace: Consolidate the function match routines for normal and modsSteven Rostedt2011-04-29
| * ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt2011-04-29
| * ftrace: Move record update for normal and modules into a separate functionSteven Rostedt2011-04-29
| * ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt2011-04-29
| * ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt2011-04-29
| * ftrace: Remove failures fileSteven Rostedt2011-04-29
| * ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-04-29
| * ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt2011-04-29
* | ftrace: Only update the function code on write to filter filesSteven Rostedt2011-04-29
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* tracing: Fix set_ftrace_filter probe function displayJiri Olsa2011-03-22
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-02-11
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | tracing/trivial: Remove cast from void*matt mooney2010-10-18
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-15
|\ \
| * | tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt2010-09-14
| * | tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt2010-09-14
| * | tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt2010-09-14
| * | tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt2010-09-14
| |/
| * tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright2010-09-09
* | tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt2010-09-14
|/
* tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt2010-09-08
* tracing: Fix a race in function profileLi Zefan2010-08-31
* tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-03
* tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-14
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-14
|\
| * sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-07
* | tracing: Fix sleep time function profilingSteven Rostedt2010-04-27
* | tracing: Show sample std dev in function profilingChase Douglas2010-04-27
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-13
|\