summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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-023-8/+6Star
| |\ \
| * | | 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/+6Star
| |\ \ \ | | |_|/ | |/| |
| | * | tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu2018-03-233-8/+6Star
| | |/
| * / 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/+4Star
| |\
| | * tracing: Fix parsing of globs with a wildcard at the beginningSteven Rostedt (VMware)2018-02-081-5/+4Star
| | * ftrace: Remove incorrect setting of glob search fieldSteven Rostedt (VMware)2018-02-081-1/+0Star
| * | Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-015-14/+11Star
| |\|
| | * 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/+2Star
| | * 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/+7Star
| | * | | | 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
| | | * | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-124-7/+106
| | | * | | | | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+23
| * | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-312-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro2017-11-281-1/+1
| | * | | | | | | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* | | | | | | | | perf/core: Implement the 'perf_uprobe' PMUSong Liu2018-02-063-8/+135
* | | | | | | | | perf/core: Implement the 'perf_kprobe' PMUSong Liu2018-02-063-8/+139
|/ / / / / / / /
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-302-12/+1Star
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-032-12/+1Star
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |