summaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-221-61/+154
|\
| * ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-01-131-26/+32
| * ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-01-131-1/+44
| * ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-01-091-15/+72
| * tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-021-19/+6
* | ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-161-1/+1
|/
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-11-261-29/+35
* tracing: Make register/unregister_ftrace_command __initTom Zanussi2013-11-051-2/+10
* ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)2013-11-051-0/+9
* ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-181-0/+33
* ftrace: Narrow down the protected area of graph_lockNamhyung Kim2013-10-181-13/+9
* ftrace: Introduce struct ftrace_graph_dataNamhyung Kim2013-10-181-19/+62
* ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-181-5/+1
* ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-031-1/+16
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-301-9/+62
* ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-291-6/+10
* ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-241-4/+14
* ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)2013-07-011-0/+5
* ftrace: Fix stddev calculation in function profilerJuri Lelli2013-06-191-2/+8
* ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2013-06-111-2/+21
* ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt2013-05-281-9/+9
* ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-091-1/+5
* ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-091-1/+1
* ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-091-4/+6
* ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-091-27/+32
* ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-091-21/+52
* ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-091-1/+1
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-291-29/+69
|\
| * ftrace: Get rid of ftrace_profile_bitsNamhyung Kim2013-04-121-11/+4
| * tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim2013-04-121-5/+0
| * tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-04-121-1/+2
| * tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-04-091-1/+1
| * kernel: tracing: Use strlcpy instead of strncpyChen Gang2013-04-091-2/+2
| * ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)2013-03-151-6/+13
| * ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-151-3/+3
| * ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)2013-03-151-2/+46
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-141-2/+2
|\ \
| * | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-081-2/+2
* | | ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-04-121-14/+14
* | | tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-121-5/+5
* | | tracing: Fix double free when function profile init failedNamhyung Kim2013-04-091-1/+0
* | | ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)2013-04-081-2/+3
* | | ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-081-6/+2
|/ /
* | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2013-03-141-2/+2
|\|
| * tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-131-2/+2
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-14/+10
|/
* ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)2013-02-181-14/+32
* tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2013-01-221-31/+9
* ftrace: Add context level recursion bit checkingSteven Rostedt2013-01-221-7/+33
* ftrace: Optimize the function tracer list loopSteven Rostedt2013-01-221-22/+26