summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-03-14tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu
2019-03-14tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu
2019-03-14tracing/probe: Check the size of argument name and bodyMasami Hiramatsu
2019-03-14tracing/probe: Check event name length correctlyMasami Hiramatsu
2019-03-14tracing/probe: Check maxactive error casesMasami Hiramatsu
2019-03-13blkcg: annotate implicit fall throughMathieu Malaterre
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-12trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks
2019-03-12tracing/probes: Make reserved_field_names staticValdis Klētnieks
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-03-10Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-03-07Merge tag 'trace-v5.0-pre' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi
2019-03-01tracing/kprobes: Use probe_kernel_read instead of probe_mem_readMasami Hiramatsu
2019-03-01tracing: Fix event filters and triggers to handle negative numbersPavel Tikhomirov
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-27kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2019-02-21tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi
2019-02-20tracing: Add hist trigger snapshot() actionTom Zanussi
2019-02-20tracing: Add conditional snapshotTom Zanussi
2019-02-20tracing: Generalize hist trigger onmax and save actionTom Zanussi
2019-02-20tracing: Split up onmatch action dataTom Zanussi
2019-02-20tracing: Refactor hist trigger action codeTom Zanussi
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-15ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-02-13kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler
2019-02-11tracing: Change the function format to display function names by perfChangbin Du
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-06ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes
2019-02-06tracing: Show stacktrace for wakeup tracersChangbin Du
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du
2019-02-06tracing: Show more info for funcgraph wakeup tracersChangbin Du
2019-02-06tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)
2019-02-06tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre
2019-02-06tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre