summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-119/+414
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-25/+52
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+6
2025-11-29bpf: make kprobe_multi_link_prog_run always_inlineMenglong Dong-1/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+10
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey-0/+10
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong-1/+28
2025-11-19tracing: Switch to use %ptSpAndy Shevchenko-3/+3
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-18/+59
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-15/+45
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+8
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt-0/+4
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)-1/+2
2025-11-05trace: use override credential guardChristian Brauner-12/+5
2025-11-05trace: use prepare credential guardChristian Brauner-4/+1
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu-9/+31
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu-6/+14
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov-6/+7
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni-1/+12
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni-5/+54
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni-2/+5
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-23/+23
2025-10-22blktrace: handle BLKTRACESETUP2 ioctlJohannes Thumshirn-0/+36
2025-10-22blktrace: trace zone write plugging operationsJohannes Thumshirn-0/+39
2025-10-22blktrace: expose ZONE APPEND completions to blktraceJohannes Thumshirn-0/+21
2025-10-22blktrace: add block trace commands for zone operationsJohannes Thumshirn-4/+25
2025-10-22blktrace: move ftrace blk_io_tracer to blk_io_trace2Johannes Thumshirn-8/+8
2025-10-22blktrace: move trace_note to blk_io_trace2Johannes Thumshirn-7/+7
2025-10-22blktrace: differentiate between blk_io_trace versionsJohannes Thumshirn-1/+57
2025-10-22blktrace: add definitions for struct blk_io_trace2Johannes Thumshirn-0/+1
2025-10-22blktrace: pass blk_user_trace2 to setup functionsJohannes Thumshirn-9/+22
2025-10-22blktrace: add definitions for blk_user_trace_setup2Johannes Thumshirn-0/+3
2025-10-22blktrace: split do_blk_trace_setup into two functionsJohannes Thumshirn-38/+56
2025-10-22blktrace: change the internal action to 64bitJohannes Thumshirn-19/+19
2025-10-22blktrace: untangle if/else sequence in __blk_add_traceJohannes Thumshirn-2/+11
2025-10-22blktrace: split out relaying a blktrace eventJohannes Thumshirn-28/+32
2025-10-22blktrace: factor out recording a blktrace eventJohannes Thumshirn-40/+49
2025-10-22blktrace: only calculate trace length onceJohannes Thumshirn-6/+8
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao-0/+1
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao-6/+6
2025-10-11Merge tag 'trace-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-4/+8
2025-10-11tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt-2/+6
2025-10-10tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt-2/+2
2025-10-09Merge tag 'trace-v6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-79/+241
2025-10-08tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt-48/+220
2025-10-08ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha-1/+1
2025-10-08tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt-13/+10