summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2020-12-301-4/+13
* tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu2020-12-306-14/+25
* bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko2020-12-301-3/+5
* bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpersAndrii Nakryiko2020-12-111-2/+2
* Merge tag 'trace-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-071-5/+8
|\
| * tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-041-5/+8
* | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-015-15/+33
|\|
| * ring-buffer: Always check to put back before stamp when crossing pagesSteven Rostedt (VMware)2020-11-301-8/+6
| * ftrace: Fix DYNAMIC_FTRACE_WITH_DIRECT_CALLS dependencyNaveen N. Rao2020-11-301-1/+1
| * ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-11-301-1/+21
| * tracing: Fix alignment of static bufferMinchan Kim2020-11-301-1/+1
| * tracing: Remove WARN_ON in start_thread()Vasily Averin2020-11-301-1/+1
| * ring-buffer: Set the right timestamp in the slow path of __rb_reserve_next()Andrea Righi2020-11-301-3/+3
| * ring-buffer: Update write stamp with the correct tsSteven Rostedt (VMware)2020-11-301-1/+1
* | lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu2020-11-191-0/+10
* | bpf: Fix passing zero to PTR_ERR() in bpf_btf_printf_prepareWang Qing2020-11-091-1/+1
|/
* tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)2020-11-021-10/+7
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-021-12/+46
* tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang2020-11-021-2/+2
* ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)2020-11-022-4/+28
* ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)2020-11-021-1/+2
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-021-1/+1
* Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-281-14/+22
|\
| * tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)2020-10-271-14/+22
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* | Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2020-10-231-5/+5
|\|
| * ring-buffer: Update the description for ring_buffer_waitQiujun Huang2020-10-221-1/+1
| * ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang2020-10-221-4/+4
* | Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2020-10-161-1/+1
|\|
| * tracing: Remove __init from __trace_early_add_new_event()Masami Hiramatsu2020-10-161-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-7/+165
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-121-0/+6
| |\ \
| | * | bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song2020-10-071-0/+2
| | * | bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-021-0/+2
| | * | bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-021-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-052-8/+8
| |\ \ \ | | |/ / | |/| |
| * | | bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-281-0/+33
| * | | bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+65
| * | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-281-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-231-10/+13
| |\ \ \
| | * | | selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-211-0/+8
| | * | | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-211-10/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-30/+31
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-3/+3
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+2
| * | | | | bpf: Add d_path helperJiri Olsa2020-08-251-0/+48
* | | | | | Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-10-1522-244/+735
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | tracing: support "bool" type in synthetic trace eventsAxel Rasmussen2020-10-151-0/+4
| * | | | | tracing: Handle synthetic event array field type checking correctlyTom Zanussi2020-10-151-3/+9
| * | | | | tracing: Add synthetic event error loggingTom Zanussi2020-10-151-2/+90