summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)Author
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella
2023-07-27tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)
2023-02-06trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-01-18tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian
2023-01-18tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian
2023-01-18tracing/hist: Fix issue of losting command info in error_logZheng Yejian
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-06-14tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2021-11-26tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-11-26tracing: Save normal string variablesTom Zanussi
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-14tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2020-10-01tracing: fix double freeTom Rix
2020-05-10tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-03-21tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-02-24tracing: Simplify assignment parsing for hist triggersTom Zanussi
2020-02-11tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)
2019-09-17tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
2019-09-05tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom 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-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