aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+2
2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-8/+8
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6
2020-09-28bpf: Add bpf_seq_printf_btf helperAlan Maguire1-0/+33
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+65
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+1
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu3-15/+19
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-24kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-10/+13
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-30/+31
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-26/+28
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu3-10/+22
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu3-19/+63
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-21tracing: Define event fields early stageMasami Hiramatsu1-37/+55
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4
2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap5-5/+5
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa1-0/+8
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-10/+5
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang11-61/+57
2020-09-18tracing: toplevel d_entry already initializedWei Yang1-7/+2
2020-09-18tracing: fix double freeTom Rix1-1/+0
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter1-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes1-0/+2
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle1-2/+2
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra4-6/+10
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+2
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+48
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada1-2/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds8-189/+653
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() buffersSteven Rostedt (VMware)1-0/+44
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+1