summaryrefslogtreecommitdiff
path: root/kernel/trace/ftrace.c
AgeCommit message (Expand)Author
2014-07-18ftrace: Do not copy old hash when resettingWang Nan
2014-07-18tracing: Remove function_trace_stop and HAVE_FUNCTION_TRACE_MCOUNT_TESTSteven Rostedt (Red Hat)
2014-07-18ftrace: Remove function_trace_stop check from list funcSteven Rostedt (Red Hat)
2014-07-18ftrace: Do no disable function tracing on enabling function tracingSteven Rostedt (Red Hat)
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-16ftrace: Allow archs to specify if they need a separate function graph trampolineSteven Rostedt (Red Hat)
2014-07-01tracing: Improve message of empty set_ftrace_notrace fileNamhyung Kim
2014-07-01tracing: Improve message of empty set_graph_notrace fileNamhyung Kim
2014-07-01tracing: Add ftrace_graph_notrace boot parameterNamhyung Kim
2014-07-01ftrace: Do not copy hash if O_TRUNC is setNamhyung Kim
2014-07-01ftrace: Fix memory leak on failure path in ftrace_allocate_pages()Namhyung Kim
2014-07-01ftrace: Get rid of obsolete global_start_up variableNamhyung Kim
2014-07-01ftrace: Simplify ftrace_hash_disable/enable path in ftrace_hash_moveMasami Hiramatsu
2014-07-01ftrace: Add trampolines to enabled_functions debug fileSteven Rostedt (Red Hat)
2014-07-01ftrace: Optimize function graph to be called directlySteven Rostedt (Red Hat)
2014-06-30ftrace: Add ftrace_rec_counter() macro to simplify the codeSteven Rostedt (Red Hat)
2014-06-30ftrace: Allow no regs if no more callbacks require itSteven Rostedt (Red Hat)
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-05-14ftrace: Remove FTRACE_UPDATE_MODIFY_CALL_REGS flagSteven Rostedt (Red Hat)
2014-05-14ftrace: Use the ftrace_addr helper functions to find the ftrace_addrSteven Rostedt (Red Hat)
2014-05-14ftrace: Make get_ftrace_addr() and get_ftrace_addr_old() globalSteven Rostedt (Red Hat)
2014-05-14ftrace: Always inline ftrace_hash_empty() helper functionSteven Rostedt (Red Hat)
2014-05-14ftrace: Write in missing comment from a very old commitSteven Rostedt (Red Hat)
2014-05-14ftrace: Remove boolean of hash_enable and hash_disableSteven Rostedt (Red Hat)
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-05-01ftrace: Have function graph tracer use global_ops for filteringSteven Rostedt (Red Hat)
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-04-24tracing: Fix documentation of ftrace_set_global_{filter,notrace}()Jiaxing Wang
2014-04-24tracing/stack_trace: Skip 4 instead of 3 when using ftrace_ops_list_funcJiaxing Wang
2014-04-21ftrace: Statically initialize pm notifier blockMathias Krause
2014-04-21ftrace: Remove global function list and call function directlySteven Rostedt (Red Hat)
2014-03-11ftrace: Constify ftrace_text_reservedSasha Levin
2014-03-11ftrace: Fix compilation warning about control_ops_freeJiri Slaby
2014-03-07ftrace: Warn on error when modifying ftrace functionPetr Mladek
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby
2014-03-07ftrace: Inline the code from ftrace_dyn_table_alloc()Jiri Slaby
2014-03-07ftrace: Cleanup of global variables ftrace_new_pgs and ftrace_update_cntJiri Slaby
2014-02-20ftrace: Have static function trace clear ENABLED flag on unregisterSteven Rostedt (Red Hat)
2014-02-20ftrace: Allow for function tracing instance to filter functionsSteven Rostedt (Red Hat)
2014-02-20ftrace: Pass in global_ops for use with filtering filesSteven Rostedt (Red Hat)
2014-02-20ftrace: Copy ops private to global_ops privateSteven Rostedt (Red Hat)
2014-01-22Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-01-13ftrace: Fix synchronization location disabling and freeing ftrace_opsSteven Rostedt (Red Hat)
2014-01-13ftrace: Have function graph only trace based on global_ops filtersSteven Rostedt (Red Hat)
2014-01-09ftrace: Synchronize setting function_trace_op with ftrace_trace_functionSteven Rostedt (Red Hat)
2014-01-02tracing: Add generic tracing_lseek() functionSteven Rostedt (Red Hat)
2013-12-16ftrace: Initialize the ftrace profiler for each possible cpuMiao Xie
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-11-05tracing: Make register/unregister_ftrace_command __initTom Zanussi