summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2019-02-20tracing: Split up onmatch action dataTom Zanussi-52/+63
2019-02-20tracing: Refactor hist trigger action codeTom Zanussi-169/+238
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)-1/+0
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+3
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)-0/+36
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret-0/+2
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du-9/+1
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-2/+4
2019-02-13kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu-2/+12
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler-2/+4
2019-02-11tracing: Change the function format to display function names by perfChangbin Du-22/+19
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-12/+2
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes-14/+0
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du-0/+2
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du-2/+3
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du-1/+4
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)-0/+1
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre-0/+1
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre-0/+1
2019-02-06function_graph: Support displaying relative timestampChangbin Du-6/+32
2019-02-01pipe: stop using ->can_mergeJann Horn-2/+0
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov-12/+2
2019-01-21perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo-2/+1
2019-01-17tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler-0/+7
2019-01-17tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler-1/+1
2019-01-15tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi-3/+9
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