summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-24kprobes: Use module_name() macroJarkko Sakkinen
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu
2020-09-21tracing: Define event fields early stageMasami Hiramatsu
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso
2020-09-21tracing: remove a pointless assignmentDan Carpenter
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang
2020-09-18tracing: toplevel d_entry already initializedWei Yang
2020-09-18tracing: fix double freeTom Rix
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle
2020-09-07blktrace: make function blk_trace_bio_get_cgid() staticWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-06bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds