summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-233-13/+18
| * | | | | tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)2018-12-231-4/+5
| * | | | | tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-235-6/+6
| * | | | | tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)2018-12-231-14/+14
| * | | | | tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre2018-12-221-1/+1
| * | | | | tracing: Simplify printf'ing in seq_print_symRasmus Villemoes2018-12-221-4/+3Star
| * | | | | tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes2018-12-221-5/+4Star
| * | | | | tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes2018-12-221-27/+7Star
| * | | | | tracing: Add hist trigger comments for variable-related fieldsTom Zanussi2018-12-221-0/+36
| * | | | | tracing: Remove hist trigger synth_var_refsTom Zanussi2018-12-221-18/+0Star
| * | | | | tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi2018-12-221-5/+19
| * | | | | tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi2018-12-221-18/+75
| * | | | | tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi2018-12-221-57/+11Star
| * | | | | tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi2018-12-221-19/+19
| * | | | | tracing: Remove unnecessary hist trigger struct fieldTom Zanussi2018-12-221-1/+0Star
| * | | | | tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)2018-12-221-2/+2
| * | | | | fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)2018-12-101-0/+11
| * | | | | ftrace: Allow ftrace_replace_code() to be schedulableSteven Rostedt (VMware)2018-12-101-3/+16
| * | | | | 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-104-33/+11Star
| * | | | | tracing: Remove unneeded synth_event_mutexMasami Hiramatsu2018-12-091-23/+7Star
| * | | | | tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-093-98/+176
| * | | | | tracing/uprobes: Use dyn_event framework for uprobe eventsMasami Hiramatsu2018-12-092-130/+149
| * | | | | tracing/kprobes: Use dyn_event framework for kprobe eventsMasami Hiramatsu2018-12-094-145/+204
| * | | | | tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-095-0/+337
| * | | | | tracing: Integrate similar probe argument parsersMasami Hiramatsu2018-12-094-96/+50Star
| * | | | | tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu2018-12-091-35/+18Star
| * | | | | tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-092-20/+38
| * | | | | tracing/uprobes: Add busy check when cleanup all uprobesMasami Hiramatsu2018-12-091-0/+7
| * | | | | tracing: Change default buffer_percent to 50Steven Rostedt (VMware)2018-12-091-1/+1
| * | | | | tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-093-17/+77
| * | | | | ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)2018-12-092-9/+70
| * | | | | tracing: Have trace_stack nr_entries compare not be so subtleDan Carpenter2018-12-091-1/+1
| * | | | | function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)2018-12-092-10/+22
| * | | | | function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-092-55/+55
| * | | | | fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-096-35/+47
| * | | | | tracing: Rearrange functions in trace_sched_wakeup.cSteven Rostedt (VMware)2018-12-091-142/+130Star
| * | | | | fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-092-362/+366
| * | | | | function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-092-0/+9
| * | | | | ftrace: Create new ftrace_internal.h headerSteven Rostedt (VMware)2018-12-092-62/+89
| * | | | | function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-092-30/+0Star
| * | | | | fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-303-21/+29
| * | | | | fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-303-220/+233
| * | | | | tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-301-2/+1Star
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-311-34/+9Star
|\ \ \ \ \ \
| * | | | | | sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2018-12-301-34/+9Star
* | | | | | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | kconfig: warn no new line at end of fileMasahiro Yamada2018-12-151-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-295-93/+931
|\ \ \ \ \ \ \
| * | | | | | | cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13