summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-052-3/+3
|\ \ \
| * | | tracing: Block comments should align the * on each lineRohit Visavalia2018-03-271-1/+1
| * | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-2/+2
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-041-1/+1
|\ \ \
| * | | tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-11/+215
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-013-8/+6
| |\ \
| * | | bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-9/+18
| * | | bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+183
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-28/+40
| |\ \ \
| * | | | bpf: add support to read sample address in bpf programTeng Qin2018-03-081-4/+16
| | |_|/ | |/| |
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2018-03-294-36/+46
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-03-233-8/+6
| |\ \ \ | | |_|/ | |/| |
| | * | tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-233-8/+6
| | |/
| * | trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
| |/
* | Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar2018-03-061-0/+2
|\ \ | |/
| * bpf: fix bpf_prog_array_copy_to_user warning from perf event prog queryDaniel Borkmann2018-02-141-0/+2
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-02-1711-37/+155
|\ \ | |/
| * 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-244-41/+84
| | |\ \ | | | |/
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-201-1/+1
| | |\ \
| | | * | bpf: change fake_ip for bpf_trace_printk helperYonghong Song2018-01-181-1/+1
OpenPOWER on IntegriCloud