summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+1
|\
| * blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
* | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-157-25/+44
|\ \
| * | tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-152-3/+4
| * | tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-153-10/+10
| * | tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-152-0/+3
| * | tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-151-1/+7
| * | tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-151-3/+7
| * | tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-133-6/+11
| * | trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
| * | tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-2/+0Star
|\ \ \
| * | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0Star
* | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1212-356/+1144
|\ \ \ \ | | |/ / | |/| |
| * | | tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2
| * | | tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi2019-03-051-2/+2
| * | | tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi2019-03-051-2/+3
| * | | tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi2019-03-051-2/+2
| * | | tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn2019-02-211-9/+7Star
| * | | tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King2019-02-201-1/+1
| * | | tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)2019-02-201-0/+8
| * | | tracing: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-202-5/+39
| * | | tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-202-9/+52
| * | | tracing: Add hist trigger snapshot() actionTom Zanussi2019-02-202-10/+259
| * | | tracing: Add conditional snapshotTom Zanussi2019-02-203-6/+244
| * | | tracing: Generalize hist trigger onmax and save actionTom Zanussi2019-02-201-76/+160
| * | | tracing: Split up onmatch action dataTom Zanussi2019-02-202-52/+63
| * | | 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/+0Star
| * | | 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/+19Star
| * | | ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes2019-02-061-14/+0Star
| * | | 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/+17Star
|\ \ \ \ \
| * | | | | Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-02-182-9/+3Star
| |\| | | |
| | * | | | 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/+1Star
| * | | | | 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