aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/ftrace.c
Commit message (Expand)AuthorAge
* ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)2014-04-28
* ftrace: Constify ftrace_text_reservedSasha Levin2014-03-11
* ftrace: Fix compilation warning about control_ops_freeJiri Slaby2014-03-11
* ftrace: Warn on error when modifying ftrace functionPetr Mladek2014-03-07
* ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-07
* ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-07
* ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby2014-03-07
* ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby2014-03-07
* ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)2014-02-20
* ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)2014-02-20
* ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)2014-02-20
* ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)2014-02-20
* Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-01-22
|\
| * ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)2014-01-13
| * ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)2014-01-13
| * ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)2014-01-09
| * tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)2014-01-02
* | ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie2013-12-16
|/
* ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)2013-11-26
* tracing: Make register/unregister_ftrace_command __initTom Zanussi2013-11-05
* ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)2013-11-05
* ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-18
* ftrace: Narrow down the protected area of graph_lockNamhyung Kim2013-10-18
* ftrace: Introduce struct ftrace_graph_dataNamhyung Kim2013-10-18
* ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim2013-10-18
* ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)2013-09-03
* ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)2013-07-30
* ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)2013-07-29
* ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)2013-07-24
* ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)2013-07-01
* ftrace: Fix stddev calculation in function profilerJuri Lelli2013-06-19
* ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt2013-06-11
* ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt2013-05-28
* ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-09
* ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-09
* ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-09
* ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-09
* ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-09
* ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)2013-05-09
* Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2013-04-29
|\
| * ftrace: Get rid of ftrace_profile_bitsNamhyung Kim2013-04-12
| * tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim2013-04-12
| * tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-04-12
| * tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-04-09
| * kernel: tracing: Use strlcpy instead of strncpyChen Gang2013-04-09
| * ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)2013-03-15
| * ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)2013-03-15
| * ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)2013-03-15
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-14
|\ \
| * | ftrace: Fix strncpy() use, use strlcpy() instead of strncpy()Chen Gang2013-04-08