summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)Author
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)
2018-12-22tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)
2018-12-08tracing: Remove unneeded synth_event_mutexMasami Hiramatsu
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu
2018-12-08tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu
2018-10-28tracing: 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
2018-03-10tracing: Add support for 'synthetic' eventsTom Zanussi
2018-03-10tracing: Add hist trigger action hookTom Zanussi
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi
2018-03-10tracing: Add hist_field 'type' fieldTom Zanussi
2018-03-10tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi
2018-03-10tracing: Generalize per-element hist trigger dataTom Zanussi
2018-03-10tracing: Add simple expression support to hist triggersTom Zanussi
2018-03-10tracing: Move get_hist_field_flags()Tom Zanussi
2018-03-10tracing: Account for variables in named trigger compatibilityTom Zanussi
2018-03-10tracing: Add variable support to hist triggersTom Zanussi