summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-10-012-8/+8
| |\
| | * ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)2020-09-291-4/+2
| | * tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)2020-09-291-4/+6
* | | 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 tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-09-224-26/+28
| |\ \ \ | | | |/ | | |/|
| | * | tracing: fix double freeTom Rix2020-09-181-1/+0
| | * | ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-181-2/+1
| | * | tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-182-25/+25
| | * | ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter2020-09-181-0/+1
| | * | ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes2020-09-181-0/+2
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-09-191-2/+1
| |\ \ \
| | * | | ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2020-09-191-2/+1
| | |/ /
| * / / lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle2020-09-141-2/+2
| |/ /
* | / Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-3/+3
|\| | | |/ |/|
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-131-1/+1
|\
| * bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-061-1/+1
* | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-2/+2
|\ \
| * | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-2/+2
* | | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-078-189/+653
|\ \ \
| * | | tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)2020-08-071-0/+44
| * | | tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2020-08-042-4/+4
| * | | tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan2020-08-031-1/+0
| * | | ftrace: Fix ftrace_trace_task return valueJosef Bacik2020-08-032-4/+6
| * | | trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang2020-08-031-2/+2
| * | | tracing: Remove outdated comment in stack handlingVincent Whitchurch2020-07-301-6/+0
| * | | ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou2020-07-301-0/+8
| * | | ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou2020-07-301-4/+7
| * | | tracing/hwlat: Honor the tracing_cpumaskKevin Hao2020-07-301-2/+3
| * | | tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao2020-07-301-1/+0
| * | | tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang2020-07-091-2/+2
| * | | tracing: Simplify defining of the next event idWei Yang2020-07-091-6/+6
| * | | ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)2020-07-011-3/+21
| * | | ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)2020-07-011-1/+9
| * | | ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)2020-07-011-12/+20
| * | | ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)2020-07-011-66/+73
| * | | ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)2020-06-301-1/+1