summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu2019-05-081-1/+1
* tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-082-2/+12
* tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson2019-05-021-14/+31
* tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-022-15/+53
* tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-021-8/+8
* function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)2019-04-211-1/+4
* ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)2019-04-111-0/+3
* ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)2019-04-101-4/+0
* tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
* tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-085-23/+46
* tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
* tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-083-13/+18
* tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-024-124/+348
* tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-021-2/+9
* tracing: Use tracing error_log with hist triggersTom Zanussi2019-04-021-102/+104
* tracing: Save the last hist command's associated event nameTom Zanussi2019-04-021-6/+27
* tracing: Add tracing error logTom Zanussi2019-04-022-0/+222
* tracing: Kernel access to Ftrace instancesDivya Indi2019-04-022-24/+51
* ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing2019-04-021-1/+1
* ftrace: Fix warning using plain integer as NULL & spelling correctionsHariprasad Kelam2019-03-261-6/+6
* tracing: initialize variable in create_dyn_event()Frank Rowand2019-03-261-1/+1
* tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
* 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-142-3/+4
| * | tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-143-10/+10
| * | tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-142-0/+3
| * | tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-141-1/+7
| * | tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-141-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/+0
|\ \ \
| * | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0
* | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1112-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/+7
| * | | 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