summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-10ftrace/x86: Remove mcount supportSteven Rostedt (VMware)4-66/+9
2019-05-10ftrace/x86_32: Remove support for non DYNAMIC_FTRACESteven Rostedt (VMware)2-39/+11
2019-05-09tracing: Simplify "if" macro codeLinus Torvalds1-17/+18
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)1-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva1-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich1-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell1-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King1-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes2-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateYangtao Li1-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu1-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu1-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2-2/+12
2019-05-08ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra1-5/+27
2019-05-08x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra1-0/+28
2019-05-08x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf1-2/+16
2019-05-03tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson1-14/+31
2019-05-03tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2-15/+53
2019-05-03tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson1-8/+8
2019-04-29function_graph: Place ftrace_graph_entry_stub() prototype in include/linux/ft...Steven Rostedt (VMware)3-2/+2
2019-04-22function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)1-1/+4
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)1-0/+3
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)1-4/+0
2019-04-08rcu: validate arguments for rcu tracepointsYafang Shao3-67/+31
2019-04-08sched/fair: do not expose some tracepoints to user if CONFIG_SCHEDSTATS is no...Yafang Shao1-7/+14
2019-04-08tracing: introduce TRACE_EVENT_NOP()Yafang Shao2-0/+23
2019-04-08tracing: Add error_log to READMETom Zanussi1-0/+1
2019-04-08tracing: Add tracing/error_log DocumentationTom Zanussi2-14/+33