summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_hist.c
AgeCommit message (Expand)AuthorLines
2018-12-22tracing: Have the historgram use the result of str_has_prefix() for len of pr...Steven Rostedt (VMware)-4/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)-1/+1
2018-12-22tracing: Use str_has_prefix() helper for histogram codeSteven Rostedt (VMware)-14/+14
2018-12-22tracing: Add hist trigger comments for variable-related fieldsTom Zanussi-0/+36
2018-12-22tracing: Remove hist trigger synth_var_refsTom Zanussi-18/+0
2018-12-22tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi-5/+19
2018-12-22tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi-18/+75
2018-12-22tracing: Use var_refs[] for hist trigger reference checkingTom Zanussi-57/+11
2018-12-22tracing: Change strlen to sizeof for hist trigger static stringsTom Zanussi-19/+19
2018-12-22tracing: Remove unnecessary hist trigger struct fieldTom Zanussi-1/+0
2018-12-10tracing: Consolidate trace_add/remove_event_call back to the nolock functionsSteven Rostedt (VMware)-3/+3
2018-12-08tracing: Remove unneeded synth_event_mutexMasami Hiramatsu-23/+7
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu-98/+167
2018-12-08tracing: Simplify creation and deletion of synthetic eventsMasami Hiramatsu-35/+18
2018-12-08tracing: Lock event_mutex before synth_event_mutexMasami Hiramatsu-14/+10
2018-10-28tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu-1/+3
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu-1/+1
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu-6/+24
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-10/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)-1/+1
2018-07-03tracing: Avoid string overflowArnd Bergmann-1/+1
2018-05-29tracing: Allow histogram triggers to access ftrace internal eventsSteven Rostedt (VMware)-1/+1
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi-0/+1
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi-0/+1
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi-0/+10
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter-1/+1
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi-2/+2
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi-0/+50
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi-1/+1
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi-14/+5
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter-0/+1
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)-1/+11
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi-3/+39
2018-03-10tracing: Add 'last error' error facility for hist triggersTom Zanussi-14/+150
2018-03-10tracing: Add hist trigger support for variable reference aliasesTom Zanussi-7/+67
2018-03-10tracing: Add cpu field for hist triggersTom Zanussi-1/+27
2018-03-10tracing: Allow whitespace to surround hist trigger filterTom Zanussi-5/+32
2018-03-10tracing: Add 'onmax' hist trigger action supportTom Zanussi-35/+296
2018-03-10tracing: Add 'onmatch' hist trigger action supportTom Zanussi-13/+475
2018-03-10tracing: Add support for 'field variables'Tom Zanussi-1/+530
2018-03-10tracing: Add support for 'synthetic' eventsTom Zanussi-2/+893
2018-03-10tracing: Add hist trigger action hookTom Zanussi-2/+104
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi-16/+645
2018-03-10tracing: Add hist_field 'type' fieldTom Zanussi-0/+33
2018-03-10tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi-34/+57
2018-03-10tracing: Generalize per-element hist trigger dataTom Zanussi-33/+43
2018-03-10tracing: Add simple expression support to hist triggersTom Zanussi-74/+413
2018-03-10tracing: Move get_hist_field_flags()Tom Zanussi-22/+22
2018-03-10tracing: Account for variables in named trigger compatibilityTom Zanussi-1/+6
2018-03-10tracing: Add variable support to hist triggersTom Zanussi-39/+331