summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tracing: Refactor hist trigger action codeTom Zanussi2019-02-201-169/+238
| * | | | tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-02-201-1/+0
| * | | | ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)2019-02-153-0/+36
| * | | | tracing: Change the function format to display function names by perfChangbin Du2019-02-111-22/+19
| * | | | ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes2019-02-061-14/+0
| * | | | tracing: Show stacktrace for wakeup tracersChangbin Du2019-02-061-0/+2
| * | | | tracing: Put a margin between flags and duration for wakeup tracersChangbin Du2019-02-061-2/+3
| * | | | tracing: Show more info for funcgraph wakeup tracersChangbin Du2019-02-061-1/+4
| * | | | tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)2019-02-061-0/+1
| * | | | tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre2019-02-061-0/+1
| * | | | tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre2019-02-061-0/+1
| * | | | function_graph: Support displaying relative timestampChangbin Du2019-02-064-6/+32
* | | | | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-111-0/+1
|\ \ \ \ \
| * | | | | kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2019-02-271-0/+1
| |/ / / /
* | | | | Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-03-072-2/+5
|\ \ \ \ \
| * | | | | tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu2019-03-011-1/+1
| * | | | | tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov2019-03-011-1/+4
* | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-285-24/+17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-182-9/+3
| |\| | | |
| | * | | | tracing: Fix number of entries in trace headerQuentin Perret2019-02-151-0/+2
| | * | | | kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du2019-02-151-9/+1
| * | | | | Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-02-131-2/+4
| |\| | | | | | |_|_|/ | |/| | |
| | * | | tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler2019-02-111-2/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-081-12/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov2019-01-311-12/+2
| | |/ /
| * | | tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2019-01-171-0/+7
| * | | tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-01-171-1/+1
| |/ /
* | | kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu2019-02-132-2/+12
* | | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-211-2/+1
|/ /
* / tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()Andrea Righi2019-01-151-3/+9
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-1/+1
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-3122-1562/+2199
|\
| * 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/+3
| * tracing: Avoid -Wformat-nonliteral warningRasmus Villemoes2018-12-221-5/+4
| * tracing: Merge seq_print_sym_short() and seq_print_sym_offset()Rasmus Villemoes2018-12-221-27/+7
| * 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/+0
| * 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/+11
| * 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/+0
| * 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