aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-9/+3
2019-02-15tracing: Fix number of entries in trace headerGravatar Quentin Perret 1-0/+2
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultGravatar Changbin Du 1-9/+1
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-2/+4
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaGravatar Andreas Ziegler 1-2/+4
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-12/+2
2019-01-31bpf: fix potential deadlock in bpf_prog_registerGravatar Alexei Starovoitov 1-12/+2
2019-01-17tracing/uprobes: Fix output for multiple string argumentsGravatar Andreas Ziegler 1-0/+7
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringGravatar Andreas Ziegler 1-1/+1
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Gravatar Andrea Righi 1-3/+9
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 22-1562/+2199
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+97
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-26/+26
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersGravatar Steven Rostedt (VMware) 3-13/+18
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Gravatar Steven Rostedt (VMware) 1-4/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesGravatar Steven Rostedt (VMware) 5-6/+6
2018-12-22tracing: Use str_has_prefix() helper for histogram codeGravatar Steven Rostedt (VMware) 1-14/+14
2018-12-22tracing: Make function ‘ftrace_exports’ staticGravatar Mathieu Malaterre 1-1/+1
2018-12-22tracing: Simplify printf'ing in seq_print_symGravatar Rasmus Villemoes 1-4/+3
2018-12-22tracing: Avoid -Wformat-nonliteral warningGravatar Rasmus Villemoes 1-5/+4
2018-12-22tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Gravatar Rasmus Villemoes 1-27/+7
2018-12-22tracing: Add hist trigger comments for variable-related fieldsGravatar Tom Zanussi 1-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsGravatar Tom Zanussi 1-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsGravatar Tom Zanussi 1-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementGravatar Tom Zanussi 1-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingGravatar Tom Zanussi 1-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsGravatar Tom Zanussi 1-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldGravatar Tom Zanussi 1-1/+0
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentGravatar Steven Rostedt (VMware) 1-2/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+97
2018-12-18bpf: support raw tracepoints in modulesGravatar Matt Mullins 1-2/+97
2018-12-12Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+9
2018-12-11tracing: Fix memory leak of instance function hash filtersGravatar Steven Rostedt (VMware) 1-0/+1
2018-12-11tracing: Fix memory leak in set_trigger_filter()Gravatar Steven Rostedt (VMware) 1-2/+4
2018-12-11tracing: Fix memory leak in create_filter()Gravatar Steven Rostedt (VMware) 1-1/+4
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackGravatar Steven Rostedt (VMware) 1-0/+11
2018-12-10ftrace: Allow ftrace_replace_code() to be schedulableGravatar Steven Rostedt (VMware) 1-3/+16
2018-12-10tracing: Add generic event-name based remove event methodGravatar Masami Hiramatsu 1-4/+11
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsGravatar Steven Rostedt (VMware) 4-33/+11
2018-12-08tracing: Remove unneeded synth_event_mutexGravatar Masami Hiramatsu 1-23/+7
2018-12-08tracing: Use dyn_event framework for synthetic eventsGravatar Masami Hiramatsu 3-98/+176
2018-12-08tracing/uprobes: Use dyn_event framework for uprobe eventsGravatar Masami Hiramatsu 2-130/+149
2018-12-08tracing/kprobes: Use dyn_event framework for kprobe eventsGravatar Masami Hiramatsu 4-145/+204
2018-12-08tracing: Add unified dynamic event frameworkGravatar Masami Hiramatsu 5-0/+337
2018-12-08tracing: Integrate similar probe argument parsersGravatar Masami Hiramatsu 4-96/+50
2018-12-08tracing: Simplify creation and deletion of synthetic eventsGravatar Masami Hiramatsu 1-35/+18
2018-12-08tracing: Lock event_mutex before synth_event_mutexGravatar Masami Hiramatsu 2-20/+38
2018-12-08tracing/uprobes: Add busy check when cleanup all uprobesGravatar Masami Hiramatsu 1-0/+7