aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2013-06-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt
2013-06-13tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-04-16tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-12ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-03-28tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-01-27ftrace: Be first to run code modification on modulesSteven Rostedt
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-02-03ftrace: Fix unregister ftrace_ops accountingJiri Olsa
2012-02-03ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt
2012-02-03ftrace: Balance records when updating the hashSteven Rostedt
2011-10-16ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt
2011-10-16ftrace: Fix regression of :mod:module function enablingSteven Rostedt
2011-06-07ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqsSteven Rostedt
2011-06-06ftrace: Fix possible undefined return codeGuoWen Li
2011-05-25ftrace: Add internal recursive checksSteven Rostedt
2011-05-25ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt
2011-05-25ftrace: Have ftrace_startup() return failure codeSteven Rostedt
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt
2011-05-01Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-04-29ftrace: Consolidate the function match routines for normal and modsSteven Rostedt
2011-04-29ftrace: Consolidate updating of ftrace_trace_functionSteven Rostedt
2011-04-29ftrace: Move record update for normal and modules into a separate functionSteven Rostedt
2011-04-29ftrace: Remove FTRACE_FL_CONVERTED flagSteven Rostedt
2011-04-29ftrace: Remove FTRACE_FL_FAILED flagSteven Rostedt
2011-04-29ftrace: Remove failures fileSteven Rostedt
2011-04-29ftrace: Remove unnecessary disabling of irqsSteven Rostedt
2011-04-29ftrace: Make FTRACE_WARN_ON() work in if conditionSteven Rostedt
2011-04-29ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22tracing: Fix set_ftrace_filter probe function displayJiri Olsa
2011-02-11ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-18tracing/trivial: Remove cast from void*matt mooney
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt