summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Allow whitespace to surround hist trigger filterTom Zanussi2018-03-101-5/+32
* tracing: Add 'onmax' hist trigger action supportTom Zanussi2018-03-101-35/+296
* tracing: Add 'onmatch' hist trigger action supportTom Zanussi2018-03-101-13/+475
* tracing: Add support for 'field variables'Tom Zanussi2018-03-101-1/+530
* tracing: Add support for 'synthetic' eventsTom Zanussi2018-03-101-2/+893
* tracing: Add hist trigger action hookTom Zanussi2018-03-101-2/+104
* tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-104-16/+656
* tracing: Add hist_field 'type' fieldTom Zanussi2018-03-101-0/+33
* tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi2018-03-101-34/+57
* tracing: Generalize per-element hist trigger dataTom Zanussi2018-03-101-33/+43
* tracing: Add simple expression support to hist triggersTom Zanussi2018-03-101-74/+413
* tracing: Move get_hist_field_flags()Tom Zanussi2018-03-101-22/+22
* tracing: Account for variables in named trigger compatibilityTom Zanussi2018-03-101-1/+6
* tracing: Add variable support to hist triggersTom Zanussi2018-03-101-39/+331
* tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-103-8/+35
* tracing: Add hist_data member to hist_fieldTom Zanussi2018-03-101-5/+9
* tracing: Add per-element variable support to tracing_mapTom Zanussi2018-03-102-0/+119
* tracing: Add hist trigger timestamp supportTom Zanussi2018-03-101-23/+71
* tracing: Break out hist trigger assignment parsingTom Zanussi2018-03-101-21/+51
* tracing: Add ring buffer event param to hist field functionsTom Zanussi2018-03-101-15/+24
* tracing: Give event triggers access to ring_buffer_eventTom Zanussi2018-03-103-26/+41
* tracing: Add timestamp_mode trace fileTom Zanussi2018-03-101-0/+47
* ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi2018-03-101-28/+76
* ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-103-1/+46
* tracing: Remove code which merges duplicatesVedang Patel2018-03-103-95/+6
* tracing: Add support to detect and avoid duplicatesVedang Patel2018-03-101-5/+36
* bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-4/+4
* Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-092-6/+4
|\
| * tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4
| * ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0
* | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-015-14/+11
|\|
| * ftrace: Mark function tracer test functions noinline/nocloneAndi Kleen2018-01-231-2/+3
| * trace_uprobe: Display correct offset in uprobe_eventsRavi Bangoria2018-01-231-1/+1
| * tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-233-6/+2
| * tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-231-2/+2
| * tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-231-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-314-9/+132
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-254-41/+84
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-211-1/+1
| |\ \
| | * | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-202-3/+16
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-172-18/+46
| |\ \ \
| * | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-133-4/+5
| * | | | tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2018-01-132-15/+7
| * | | | tracing/kprobe: bpf: Check error injectable event is on function entryMasami Hiramatsu2018-01-134-15/+16
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-10/+15
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-184-8/+137
| |\ \ \ \ \
| | * | | | | trace: reenable preemption if we modify the ipJosef Bacik2017-12-171-1/+8
| | * | | | | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+1