aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)Author
2023-08-11tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella
2023-08-11tracing/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 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)
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: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)
2021-08-12tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)
2021-07-20tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)
2021-07-20tracing/histograms: Fix parsing of "sym-offset" modifierSteven Rostedt (VMware)
2020-10-01tracing: fix double freeTom Rix
2020-01-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi
2020-01-29tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle
2019-12-05tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2019-11-10tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-10-11tracing: Make sure variable reference alias has correct var_ref_idxTom Zanussi
2019-06-19tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-03-23tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)
2018-07-03tracing: Avoid string overflowArnd Bergmann
2018-05-29tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi
2018-03-10tracing: Add 'last error' error facility for hist triggersTom Zanussi
2018-03-10tracing: Add hist trigger support for variable reference aliasesTom Zanussi
2018-03-10tracing: Add cpu field for hist triggersTom Zanussi
2018-03-10tracing: Allow whitespace to surround hist trigger filterTom Zanussi
2018-03-10tracing: Add 'onmax' hist trigger action supportTom Zanussi
2018-03-10tracing: Add 'onmatch' hist trigger action supportTom Zanussi
2018-03-10tracing: Add support for 'field variables'Tom Zanussi