summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: fix double freeTom Rix2020-10-011-1/+0
* tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-05-101-0/+7
* tracing: Fix number printing bug in print_synth_event()Tom Zanussi2020-03-211-3/+29
* tracing: Simplify assignment parsing for hist triggersTom Zanussi2020-02-241-43/+27
* tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi2020-02-111-15/+38
* tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-291-0/+22
* tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-291-11/+30
* tracing: Fix endianness bug in histogram triggerSven Schnelle2020-01-091-1/+20
* tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing2019-10-181-0/+2
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+11
* tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-121-1/+1
* tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi2019-09-171-0/+2
* tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing2019-09-051-0/+19
* tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu2019-08-311-2/+2
* tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi2019-05-211-0/+6
* tracing: Check keys for variable references in expressions tooTom Zanussi2019-05-211-2/+2
* tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi2019-05-211-0/+3
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-113/+155
|\
| * tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-081-1/+2
| * tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
| * 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: Simplify stacktrace retrieval in histogramsThomas Gleixner2019-04-291-9/+3
* | tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-1/+1
|/
* tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi2019-03-261-1/+0
* 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: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-201-4/+38
* tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-201-8/+50
* tracing: Add hist trigger snapshot() actionTom Zanussi2019-02-201-10/+256
* tracing: Generalize hist trigger onmax and save actionTom Zanussi2019-02-201-76/+160
* tracing: Split up onmatch action dataTom Zanussi2019-02-201-51/+52
* tracing: Refactor hist trigger action codeTom Zanussi2019-02-201-169/+238
* tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)2018-12-221-4/+5
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-221-1/+1
* tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)2018-12-221-14/+14
* 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: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)2018-12-101-3/+3
* tracing: Remove unneeded synth_event_mutexMasami Hiramatsu2018-12-081-23/+7
* tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-081-98/+167
* tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu2018-12-081-35/+18
* tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu2018-12-081-14/+10
* tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu2018-10-281-1/+3