aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-04-06lockdep: Add print_irqtrace_events() to __warnSteven Rostedt (VMware)
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-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)
2018-03-10tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)
2018-03-10ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi
2018-03-10tracing: Make tracing_set_clock() non-staticTom 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
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi
2018-03-10tracing: Add hist_data member to hist_fieldTom Zanussi
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi