aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-10tracing: Add support for 'synthetic' eventsTom Zanussi1-2/+893
2018-03-10tracing: Add hist trigger action hookTom Zanussi1-2/+104
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi4-16/+656
2018-03-10tracing: Add hist_field 'type' fieldTom Zanussi1-0/+33
2018-03-10tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi1-34/+57
2018-03-10tracing: Generalize per-element hist trigger dataTom Zanussi1-33/+43
2018-03-10tracing: Add simple expression support to hist triggersTom Zanussi1-74/+413
2018-03-10tracing: Move get_hist_field_flags()Tom Zanussi1-22/+22
2018-03-10tracing: Account for variables in named trigger compatibilityTom Zanussi1-1/+6
2018-03-10tracing: Add variable support to hist triggersTom Zanussi1-39/+331
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi3-8/+35
2018-03-10tracing: Add hist_data member to hist_fieldTom Zanussi1-5/+9
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi2-0/+119
2018-03-10tracing: Add hist trigger timestamp supportTom Zanussi1-23/+71
2018-03-10tracing: Break out hist trigger assignment parsingTom Zanussi1-21/+51
2018-03-10tracing: Add ring buffer event param to hist field functionsTom Zanussi1-15/+24
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi3-26/+41
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi1-0/+47
2018-03-10ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi1-28/+76
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi3-1/+46
2018-03-10tracing: Remove code which merges duplicatesVedang Patel3-95/+6
2018-03-10tracing: Add support to detect and avoid duplicatesVedang Patel1-5/+36
2018-03-08bpf: add support to read sample address in bpf programTeng Qin1-4/+16
2018-03-06Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar1-0/+2
2018-02-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar11-37/+155
2018-02-14bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-4/+4
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-6/+4
2018-02-08tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)1-5/+4
2018-02-08ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)1-1/+0
2018-02-06perf/core: Implement the 'perf_uprobe' PMUSong Liu3-8/+135
2018-02-06perf/core: Implement the 'perf_kprobe' PMUSong Liu3-8/+139
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds5-14/+11
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-9/+132
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+4
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+1
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-41/+84
2018-01-23ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen1-2/+3
2018-01-23trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria1-1/+1
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du3-6/+2
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du1-2/+2
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du1-3/+3
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)3-29/+67
2018-01-23ftrace, orc, x86: Handle ftrace dynamically allocated trampolinesSteven Rostedt (VMware)1-12/+17
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+16
2018-01-18tracing: Fix converting enum's from the map in trace_event_eval_update()Steven Rostedt (VMware)1-1/+15
2018-01-18ring-buffer: Fix duplicate results in mapping context to bits in recursive lockSteven Rostedt (VMware)1-2/+1
2018-01-18bpf: change fake_ip for bpf_trace_printk helperYonghong Song1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+46