summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner
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
2018-03-10tracing: Add hist trigger timestamp supportTom Zanussi
2018-03-10tracing: Break out hist trigger assignment parsingTom Zanussi
2018-03-10tracing: Add ring buffer event param to hist field functionsTom Zanussi
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi
2018-03-10ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi
2018-03-10tracing: Remove code which merges duplicatesVedang Patel
2018-03-10tracing: Add support to detect and avoid duplicatesVedang Patel
2018-03-08bpf: add support to read sample address in bpf programTeng Qin
2018-03-06Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu