summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | tracing: Check that the synthetic event and field names are legalTom Zanussi2020-10-151-0/+9
| * | | | | tracing: Move is_good_name() from trace_probe.h to trace.hTom Zanussi2020-10-152-13/+13
| * | | | | tracing: Don't show dynamic string internals in synthetic event descriptionTom Zanussi2020-10-151-1/+9
| * | | | | tracing: Fix some typos in commentsQiujun Huang2020-10-152-6/+6
| * | | | | tracing/boot: Add ftrace.instance.*.alloc_snapshot optionMasami Hiramatsu2020-10-151-0/+6
| * | | | | tracing: Fix race in trace_open and buffer resize callGaurav Kohli2020-10-151-0/+10
| * | | | | tracing: Check return value of __create_val_fields() before using its resultSteven Rostedt (VMware)2020-10-151-1/+1
| * | | | | tracing: Fix synthetic print fmt check for use of __get_str()Steven Rostedt (VMware)2020-10-081-1/+1
| * | | | | tracing: Remove a pointless assignmentSudip Mukherjee2020-10-081-1/+0
| * | | | | ftrace: Format variable declarations of ftrace_allocate_recordsSteven Rostedt (VMware)2020-10-081-1/+2
| * | | | | ftrace: Simplify the calculation of page number for ftrace_page->recordsWei Yang2020-10-081-3/+4
| * | | | | ftrace: Simplify the hash calculationSteven Rostedt (VMware)2020-10-081-4/+3
| * | | | | ftrace: Use fls() to get the bits for dup_hash()Wei Yang2020-10-081-2/+3
| * | | | | tracing: Change synthetic event string format to limit printed lengthSteven Rostedt (VMware)2020-10-081-1/+3
| * | | | | tracing: Add README information for synthetic_events fileTom Zanussi2020-10-081-1/+6
| * | | | | tracing: Add support for dynamic strings to synthetic eventsTom Zanussi2020-10-054-38/+241
| * | | | | tracing: Save normal string variablesTom Zanussi2020-10-051-2/+32
| * | | | | tracing: Fix parse_synth_field() error handlingTom Zanussi2020-10-051-2/+4
| * | | | | tracing: Change STR_VAR_MAX_LENTom Zanussi2020-10-052-1/+3
| * | | | | ftrace: Fix some typos in commentQiujun Huang2020-10-021-5/+5
| * | | | | tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu2020-09-253-15/+19
| * | | | | tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu2020-09-213-10/+22
| * | | | | tracing: Enable creating new instance early bootMasami Hiramatsu2020-09-213-19/+63
| * | | | | tracing: Enable adding dynamic events early stageMasami Hiramatsu2020-09-211-1/+8
| * | | | | tracing: Define event fields early stageMasami Hiramatsu2020-09-211-37/+55