summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar-36/+46
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov-0/+183
2018-03-27tracing: Block comments should align the * on each lineRohit Visavalia-1/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches-2/+2
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+6
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu-8/+6
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-28/+40
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter-0/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song-28/+40
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)-1197/+979
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)-64/+48
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner-1/+1
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)-18/+9
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)-13/+14
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)-10/+2
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)-34/+23
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)-1/+2
2018-03-10tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi-1/+4
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)-1/+11
2018-03-10ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)-3/+54
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi-3/+39
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi-1/+2
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/+656
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
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi-8/+35
2018-03-10tracing: Add hist_data member to hist_fieldTom Zanussi-5/+9
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi-0/+119
2018-03-10tracing: Add hist trigger timestamp supportTom Zanussi-23/+71
2018-03-10tracing: Break out hist trigger assignment parsingTom Zanussi-21/+51
2018-03-10tracing: Add ring buffer event param to hist field functionsTom Zanussi-15/+24
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi-26/+41
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi-0/+47
2018-03-10ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi-28/+76
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi-1/+46