aboutsummaryrefslogtreecommitdiffstats
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-01trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-01-14tracing/hist: Fix wrong return value in parse_action_params()Zheng Yejian
2023-01-14tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'Zheng Yejian
2023-01-14tracing/hist: Fix issue of losting command info in error_logZheng Yejian
2022-07-21tracing/histograms: Fix memory leak problemZheng Yejian
2022-06-09tracing: Fix potential double free in create_var_ref()Keita Suzuki
2022-03-08tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-02-16tracing: Propagate is_signed to expressionTom Zanussi
2022-02-01tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2021-12-08tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)
2021-11-26tracing: Add length protection to histogram string copiesSteven Rostedt (VMware)
2021-11-26tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu
2021-08-26tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)
2021-08-12tracing: 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-15tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)
2020-10-05tracing: Add support for dynamic strings to synthetic eventsTom Zanussi
2020-10-05tracing: Save normal string variablesTom Zanussi
2020-10-05tracing: Change STR_VAR_MAX_LENTom Zanussi
2020-09-18tracing: fix double freeTom Rix
2020-06-01tracing: Move synthetic events to a separate fileTom Zanussi
2020-06-01tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi
2020-06-01tracing: Check state.disabled in synth event trace functionsTom Zanussi
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi
2020-02-20tracing: Make synth_event trace functions endian-correctTom Zanussi
2020-02-11Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-10tracing: Consolidate trace() functionsTom Zanussi
2020-02-10tracing: Don't return -EINVAL when tracing soft disabled synth eventsTom Zanussi
2020-02-10tracing: Add missing nest end to synth_event_trace_start() error caseTom Zanussi
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi
2020-02-01tracing: Remove check_arg() callbacks from dynevent argsTom Zanussi
2020-01-31tracing: Consolidate some synth_event_trace codeTom Zanussi
2020-01-31tracing: Fix now invalid var_ref_vals assumption in trace actionTom Zanussi
2020-01-31tracing: Change trace_boot to use synth_event interfaceTom Zanussi
2020-01-30tracing: Add synth_event_trace() and related functionsTom Zanussi
2020-01-30tracing: Add synthetic event command generation functionsTom Zanussi
2020-01-30tracing: Add synth_event_delete()Tom Zanussi
2020-01-28tracing: Add 'hist:' to hist trigger error log error stringTom Zanussi
2020-01-28tracing: Add hist trigger error messages for sort specificationTom Zanussi