aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt2013-06-131-13/+13
* tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-06-131-5/+5
* tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-05-071-1/+2
* tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-05-071-1/+1
* tracing: Fix double free when function profile init failedNamhyung Kim2013-04-161-1/+0
* ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-121-6/+2
* tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-281-2/+2
* ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-03-041-14/+32
* ftrace: Be first to run code modification on modulesSteven Rostedt2013-01-271-1/+1
* ftrace: Clear bits properly in reset_iter_read()Dan Carpenter2012-12-171-1/+1
* ftrace: Fix unregister ftrace_ops accountingJiri Olsa2012-02-031-14/+13
* ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt2012-02-031-0/+4
* ftrace: Balance records when updating the hashSteven Rostedt2012-02-031-16/+33
* ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt2011-10-161-2/+28
* ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-10-161-9/+3
* ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-06-071-0/+7
* ftrace: Fix possible undefined return codeGuoWen Li2011-06-061-1/+1
* ftrace: Add internal recursive checksSteven Rostedt2011-05-251-1/+12
* ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-251-1/+5
* ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-251-6/+8
* ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt2011-05-181-2/+44
* ftrace: Allow dynamically allocated function tracersSteven Rostedt2011-05-181-7/+30
* ftrace: Implement separate user function filteringSteven Rostedt2011-05-181-38/+155
* ftrace: Free hash with call_rcu_sched()Steven Rostedt2011-05-181-27/+28
* ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt2011-05-181-16/+53
* ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt2011-05-181-14/+14
* ftrace: Add enabled_functions fileSteven Rostedt2011-05-181-2/+49
* ftrace: Use counters to enable functions to traceSteven Rostedt2011-05-181-16/+142
* ftrace: Separate hash allocation and assignmentSteven Rostedt2011-05-181-42/+233
* ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2011-05-181-19/+46
* ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2011-05-181-82/+69
* ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2011-05-181-26/+150
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-05-011-209/+138
|\
| * ftrace: Consolidate the function match routines for normal and modsSteven Rostedt2011-04-291-62/+36
| * ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt2011-04-291-61/+34
| * ftrace: Move record update for normal and modules into a separate functionSteven Rostedt2011-04-291-8/+11
| * ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt2011-04-291-8/+4
| * ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt2011-04-291-29/+47
| * ftrace: Remove failures fileSteven Rostedt2011-04-291-37/+2
| * ftrace: Remove unnecessary disabling of irqsSteven Rostedt2011-04-291-4/+0
| * ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt2011-04-291-6/+10
* | ftrace: Only update the function code on write to filter filesSteven Rostedt2011-04-291-5/+7
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* tracing: Fix set_ftrace_filter probe function displayJiri Olsa2011-03-221-2/+1
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-02-111-7/+45
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* | tracing/trivial: Remove cast from void*matt mooney2010-10-181-2/+2
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-151-29/+78
|\ \
| * | tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt2010-09-141-3/+3