summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2018-12-221-1/+5
* arm64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-226-10/+12
* sh: ftrace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-222-8/+12
* sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-223-9/+14
* powerpc/frace: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)2018-12-221-4/+9
* x86/ftrace: Do not call function graph from dynamic trampolinesSteven Rostedt (VMware)2018-12-192-23/+26
* fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)2018-12-101-0/+11
* arm64: ftrace: Set FTRACE_MAY_SLEEP before ftrace_modify_all_code()Steven Rostedt (VMware)2018-12-101-0/+1
* ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)2018-12-102-3/+17
* selftests/ftrace: Add testcases for dynamic eventMasami Hiramatsu2018-12-104-0/+156
* tracing: Add generic event-name based remove event methodMasami Hiramatsu2018-12-101-4/+11
* tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2018-12-105-35/+11
* tracing: Remove unneeded synth_event_mutexMasami Hiramatsu2018-12-081-23/+7
* tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-083-98/+176
* tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu2018-12-083-130/+153
* tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-085-145/+207
* tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-085-0/+337
* tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-084-96/+50
* tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu2018-12-081-35/+18
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-083-20/+40
* tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu2018-12-081-0/+7
* tracing: Change default buffer_percent to 50Steven Rostedt (VMware)2018-12-081-1/+1
* tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-083-17/+77
* ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)2018-12-083-10/+73
* scripts/recordmcount.{c,pl}: support -ffunction-sections .text.* section namesJoe Lawrence2018-12-082-1/+14
* tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-081-1/+1
* function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)2018-12-083-10/+25
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-082-55/+55
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-087-45/+58
* tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-081-142/+130
* fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-082-362/+366
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-082-0/+9
* ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)2018-12-082-62/+89
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-083-31/+0
* arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-081-3/+0
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-293-21/+29
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-293-220/+233
* tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-291-2/+1
* function_graph: Remove unused task_curr_ret_stack()Steven Rostedt (VMware)2018-11-291-10/+0
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-294-3/+62
* tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu2018-11-291-3/+3
* sched, trace: Fix prev_state output in sched_switch tracepointPavankumar Kondeti2018-11-271-1/+11
* function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)2018-11-271-2/+2
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-271-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-271-9/+13
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-273-8/+17
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-272-4/+1
* sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-10/+1
* sh/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-14/+2
* s390/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)2018-11-271-11/+2