summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)Author
2024-05-25tracing: Remove unnecessary var_ref destroy in track_data_destroy()Tom Zanussi
2024-05-25tracing: Generalize hist trigger onmax and save actionTom Zanussi
2024-05-25tracing: Split up onmatch action dataTom Zanussi
2024-05-25tracing: Refactor hist trigger action codeTom Zanussi
2024-05-25tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)
2024-05-25tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)
2024-05-25tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)
2024-05-25tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2024-05-25tracing: Remove unneeded synth_event_mutexMasami Hiramatsu
2024-05-25tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu
2024-05-25tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu
2024-05-02tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi
2024-05-02tracing: Remove hist trigger synth_var_refsTom Zanussi
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