summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-03tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2023-07-27tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella1-1/+2
2023-07-27tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella1-3/+5
2023-03-22tracing: Check field value in hist_field_name()Steven Rostedt (Google)1-0/+3
2023-02-06trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova1-0/+2
2023-01-18tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian1-0/+1
2023-01-18tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian1-2/+8
2023-01-18tracing/hist: Fix issue of losting command info in error_logZheng Yejian1-1/+1
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian1-0/+2
2022-06-14tracing: Fix potential double free in create_var_ref()Keita Suzuki1-0/+3
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang1-0/+1
2021-11-26tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu1-4/+5
2021-11-26tracing: Save normal string variablesTom Zanussi1-2/+32
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)1-0/+2
2021-08-15tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-07-28tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)1-6/+16
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)1-3/+3
2021-07-14tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)1-0/+7
2020-10-01tracing: fix double freeTom Rix1-1/+0
2020-05-10tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi1-0/+7
2020-03-21tracing: Fix number printing bug in print_synth_event()Tom Zanussi1-3/+29
2020-02-24tracing: Simplify assignment parsing for hist triggersTom Zanussi1-43/+27
2020-02-11tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi1-15/+38
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu1-11/+30
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+11
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-1/+1
2019-09-17tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi1-0/+2
2019-09-05tracing: Add "gfp_t" support in synthetic_eventsZhengjun Xing1-0/+19
2019-08-31tracing/dynevent: Pass extra arguments to match operationMasami Hiramatsu1-2/+2
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi1-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi1-0/+3
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-113/+155
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner1-9/+3
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner1-1/+1
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)1-1/+2
2019-04-08tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)1-62/+80
2019-04-02tracing: Use tracing error_log with hist triggersTom Zanussi1-102/+104
2019-04-02tracing: Save the last hist command's associated event nameTom Zanussi1-6/+27
2019-03-26tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi1-1/+0
2019-03-05tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi1-2/+2
2019-03-05tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi1-2/+3
2019-03-05tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi1-2/+2
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi1-4/+38
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi1-8/+50