summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi2020-01-311-15/+38
| * tracing: Change trace_boot to use synth_event interfaceTom Zanussi2020-01-311-7/+2
| * tracing: Add synth_event_trace() and related functionsTom Zanussi2020-01-301-0/+463
| * tracing: Add synthetic event command generation functionsTom Zanussi2020-01-301-4/+375
| * tracing: Add synth_event_delete()Tom Zanussi2020-01-301-16/+41
| * tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi2020-01-291-1/+2
| * tracing: Add hist trigger error messages for sort specificationTom Zanussi2020-01-291-4/+17
| * tracing: Simplify assignment parsing for hist triggersTom Zanussi2020-01-291-43/+27
| * tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-131-11/+30
| * tracing/boot: Add synthetic event supportMasami Hiramatsu2020-01-131-0/+5
| * tracing: Add NULL trace-array check in print_synth_event()Masami Hiramatsu2020-01-131-1/+1
| * tracing: Accept different type for synthetic event fieldsMasami Hiramatsu2020-01-131-2/+5
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-1/+1
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-1/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-1/+7
|\ \
| * \ Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-1/+7
| |\ \ | | |/ | |/|
| | * Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-1/+1
| | |\
| | * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-1/+7
* | | | tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-201-0/+22
* | | | tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-141-11/+30
|/ / /
* | / tracing: Fix endianness bug in histogram triggerSven Schnelle2019-12-211-1/+20
| |/ |/|
* | tracing: Increase SYNTH_FIELDS_MAX for synthetic_eventsArtem Bityutskiy2019-11-151-1/+1
|/
* 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-131-0/+11
* tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-131-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-161-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-031-102/+104
| * tracing: Save the last hist command's associated event nameTom Zanussi2019-04-031-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-231-4/+5
* tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-231-1/+1