summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-06vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)1-0/+4
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter1-1/+1
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi1-2/+2
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi1-0/+50
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi1-1/+1
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi1-14/+5
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca1-4/+3
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson1-1/+2
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson1-0/+19
2018-03-23init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)1-1/+1
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter1-0/+1
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2-1197/+979
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)1-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)1-64/+48
2018-03-11tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)1-18/+9
2018-03-11tracing: Only add filter list when neededSteven Rostedt (VMware)1-13/+14
2018-03-11tracing: Remove filter allocator helperSteven Rostedt (VMware)1-10/+2
2018-03-11tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)1-34/+23
2018-03-11tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)1-1/+2
2018-03-11selftests: ftrace: Add inter-event hist triggers testcasesRajvi Jingar8-0/+360
2018-03-11tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi1-1/+4
2018-03-11tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)1-1/+11
2018-03-11ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)2-3/+57
2018-03-11tracing: Add a clock attribute for hist triggersTom Zanussi2-4/+49
2018-03-11tracing: Make tracing_set_clock() non-staticTom Zanussi2-1/+2
2018-03-11tracing: Add inter-event hist trigger DocumentationTom Zanussi1-0/+381
2018-03-11tracing: Add 'last error' error facility for hist triggersTom Zanussi2-14/+170
2018-03-11tracing: Add hist trigger support for variable reference aliasesTom Zanussi1-7/+67
2018-03-11tracing: Add cpu field for hist triggersTom Zanussi2-1/+42
2018-03-11tracing: Allow whitespace to surround hist trigger filterTom Zanussi1-5/+32
2018-03-11tracing: Add 'onmax' hist trigger action supportTom Zanussi1-35/+296
2018-03-11tracing: Add 'onmatch' hist trigger action supportTom Zanussi1-13/+475
2018-03-11tracing: Add support for 'field variables'Tom Zanussi1-1/+530
2018-03-11tracing: Add support for 'synthetic' eventsTom Zanussi1-2/+893
2018-03-11tracing: Add hist trigger action hookTom Zanussi1-2/+104
2018-03-11tracing: Add variable reference handling to hist triggersTom Zanussi4-16/+656
2018-03-11tracing: Add hist_field 'type' fieldTom Zanussi1-0/+33
2018-03-11tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi1-34/+57
2018-03-11tracing: Generalize per-element hist trigger dataTom Zanussi1-33/+43
2018-03-11tracing: Add simple expression support to hist triggersTom Zanussi1-74/+413
2018-03-11tracing: Move get_hist_field_flags()Tom Zanussi1-22/+22
2018-03-11tracing: Account for variables in named trigger compatibilityTom Zanussi1-1/+6
2018-03-11tracing: Add variable support to hist triggersTom Zanussi1-39/+331
2018-03-11tracing: Add usecs modifier for hist trigger timestampsTom Zanussi4-8/+36
2018-03-11tracing: Add hist_data member to hist_fieldTom Zanussi1-5/+9
2018-03-11tracing: Add per-element variable support to tracing_mapTom Zanussi2-0/+119
2018-03-11tracing: Add hist trigger timestamp supportTom Zanussi1-23/+71
2018-03-11tracing: Break out hist trigger assignment parsingTom Zanussi1-21/+51
2018-03-11tracing: Add ring buffer event param to hist field functionsTom Zanussi1-15/+24
2018-03-11tracing: Give event triggers access to ring_buffer_eventTom Zanussi4-32/+49