summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-1/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1562/+2199
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+97
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-26/+26
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)-13/+18
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)-4/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)-6/+6
2018-12-22tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)-14/+14
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre-1/+1
2018-12-22tracing: Simplify printf'ing in seq_print_symRasmus Villemoes-4/+3
2018-12-22tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes-5/+4
2018-12-22tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes-27/+7
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi-1/+0
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+97
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins-2/+97
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+9
2018-12-11tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)-0/+1
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)-2/+4
2018-12-11tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)-1/+4
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)-0/+11
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)-3/+16
2018-12-10tracing: Add generic event-name based remove event methodMasami Hiramatsu-4/+11
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)-33/+11
2018-12-08tracing: Remove unneeded synth_event_mutexMasami Hiramatsu-23/+7
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu-98/+176
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu-130/+149
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu-145/+204
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu-0/+337
2018-12-08tracing: Integrate similar probe argument parsersMasami Hiramatsu-96/+50
2018-12-08tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu-35/+18
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu-20/+38
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu-0/+7
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)-1/+1
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)-17/+77
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)-9/+70
2018-12-08tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter-1/+1
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)-10/+22
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)-55/+55
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)-35/+47
2018-12-08tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)-142/+130
2018-12-08fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)-362/+366
2018-12-08function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)-0/+9