summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-02-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)
2014-02-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-02-13ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-01-09ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
2013-12-04ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-09-03ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)
2013-07-31ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)
2013-07-30ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-07-02ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)
2013-06-20ftrace: Fix stddev calculation in function profilerJuri Lelli
2013-06-11ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt
2013-05-29ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt
2013-05-10ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)
2013-05-10ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)
2013-05-10ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)
2013-05-10ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu
2013-05-10ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu
2013-05-09ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-13ftrace: Get rid of ftrace_profile_bitsNamhyung Kim
2013-04-13tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim
2013-04-13tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-04-12ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-09tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-04-09tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-09kernel: tracing: Use strlcpy instead of strncpyChen Gang
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)
2013-04-08ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-08ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang
2013-03-15ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-15ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)
2013-03-15ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)
2013-03-14Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-02-19ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-01-23tracing: Avoid unnecessary multiple recursion checksSteven Rostedt
2013-01-23ftrace: Add context level recursion bit checkingSteven Rostedt
2013-01-23ftrace: Optimize the function tracer list loopSteven Rostedt
2013-01-23ftrace: Fix global function tracers that are not recursion safeSteven Rostedt
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu
2013-01-21ftrace: Be first to run code modification on modulesSteven Rostedt
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers