summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)1-23/+4
2014-03-12ftrace: Constify ftrace_text_reservedSasha Levin1-1/+1
2014-03-12ftrace: Fix compilation warning about control_ops_freeJiri Slaby1-5/+5
2014-03-07ftrace: Warn on error when modifying ftrace functionPetr Mladek1-5/+12
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-5/+2
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-4/+2
2014-03-07ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby1-19/+6
2014-03-07ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby1-17/+8
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)1-1/+7
2014-02-20ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)1-5/+34
2014-02-20ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)1-4/+8
2014-02-20ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)1-9/+8
2014-01-23Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-61/+154
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)1-26/+32
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)1-1/+44
2014-01-10ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)1-15/+72
2014-01-03tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)1-19/+6
2013-12-16ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie1-1/+1
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-11-06tracing: Make register/unregister_ftrace_command __initTom Zanussi1-2/+10
2013-11-06ftrace: Have control op function callback only trace when RCU is watchingSteven Rostedt (Red Hat)1-0/+9
2013-10-19ftrace: Add set_graph_notrace filterNamhyung Kim1-0/+33
2013-10-19ftrace: Narrow down the protected area of graph_lockNamhyung Kim1-13/+9
2013-10-19ftrace: Introduce struct ftrace_graph_dataNamhyung Kim1-19/+62
2013-10-19ftrace: Get rid of ftrace_graph_filter_enabledNamhyung Kim1-5/+1
2013-09-04ftrace: Fix a slight race in modifying what function callback gets tracedSteven Rostedt (Red Hat)1-1/+16
2013-07-31ftrace: Check module functions being traced on reloadSteven Rostedt (Red Hat)1-9/+62
2013-07-30ftrace: Consolidate some duplicate code for updating ftrace opsSteven Rostedt (Red Hat)1-6/+10
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)1-4/+14
2013-07-02ftrace: Do not run selftest if command line parameter is setSteven Rostedt (Red Hat)1-0/+5
2013-06-20ftrace: Fix stddev calculation in function profilerJuri Lelli1-2/+8
2013-06-12ftrace: Use schedule_on_each_cpu() as a heavy synchronize_sched()Steven Rostedt1-2/+21
2013-05-29ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friendsSteven Rostedt1-9/+9
2013-05-10ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)1-1/+5
2013-05-10ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)1-1/+1
2013-05-10ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)1-4/+6
2013-05-10ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu1-27/+32
2013-05-10ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu1-21/+52
2013-05-09ftrace: Have ftrace_regex_write() return either read or errorSteven Rostedt (Red Hat)1-1/+1
2013-04-30Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-29/+69
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2013-04-13ftrace: Get rid of ftrace_profile_bitsNamhyung Kim1-11/+4
2013-04-13tracing: Get rid of unneeded key calculation in ftrace_hash_move()Namhyung Kim1-5/+0
2013-04-13tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim1-1/+2
2013-04-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)1-14/+14
2013-04-12tracing: Fix possible NULL pointer dereferencesNamhyung Kim1-5/+5
2013-04-10tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim1-1/+1
2013-04-10tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-04-09kernel: tracing: Use strlcpy instead of strncpyChen Gang1-2/+2
2013-04-08ftrace: Do not call stub functions in control loopSteven Rostedt (Red Hat)1-2/+3