aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2024-05-31bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listGravatar Jiri Olsa 1-2/+0
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-6/+4
2024-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-6/+4
2024-05-27tracing/probes: fix error check in parse_btf_field()Gravatar Carlos López 1-0/+4
2024-05-25bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicGravatar Andrii Nakryiko 1-2/+0
2024-05-25bpf: fix multi-uprobe PID filtering logicGravatar Andrii Nakryiko 1-4/+4
2024-05-24uprobes: prevent mutex_lock() under rcu_read_lock()Gravatar Andrii Nakryiko 1-5/+9
2024-05-23Merge tag 'trace-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-13/+15
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Gravatar Steven Rostedt (Google) 1-1/+1
2024-05-21rv: Update rv_en(dis)able_monitor doc to match kernel-docGravatar Yang Li 1-0/+2
2024-05-21tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testGravatar Jeff Johnson 1-0/+1
2024-05-21ring-buffer: Fix a race between readers and resize checksGravatar Petr Pavlu 1-0/+9
2024-05-21ring-buffer: Correct stale comments related to non-consuming readersGravatar Petr Pavlu 1-13/+3
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-2/+1
2024-05-17Merge tag 'trace-user-events-v6.10' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+75
2024-05-17Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-16/+560
2024-05-17Merge tag 'trace-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Gravatar Linus Torvalds 3-45/+36
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 9-46/+154
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+0
2024-05-16kprobe/ftrace: bail out if ftrace was killedGravatar Stephen Brennan 1-0/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+19
2024-05-15ring-buffer: Add cast to unsigned long addr passed to virt_to_page()Gravatar Steven Rostedt (Google) 1-1/+1
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 2-40/+124
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Gravatar Zheng Yejian 1-16/+23
2024-05-14kprobes: remove dependency on CONFIG_MODULESGravatar Mike Rapoport (IBM) 1-1/+19
2024-05-14ftrace: Remove unused global 'ftrace_direct_func_count'Gravatar Dr. David Alan Gilbert 2-12/+0
2024-05-14ftrace: Remove unused list 'ftrace_direct_funcs'Gravatar Dr. David Alan Gilbert 1-8/+0
2024-05-13tracing: Improve benchmark test performance by using do_div()Gravatar Thorsten Blum 1-1/+1
2024-05-13ring-buffer: Have mmapped ring buffer keep track of missed eventsGravatar Steven Rostedt (Google) 1-6/+47
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-14/+92
2024-05-13ftrace: Use asynchronous grace period for register_ftrace_direct()Gravatar Paul E. McKenney 1-4/+9
2024-05-13ftrace: Replaces simple_strtoul in ftraceGravatar Yuran Pereira 1-4/+3
2024-05-13tracing: Allow user-space mapping of the ring-bufferGravatar Vincent Donnefort 2-5/+100
2024-05-13ring-buffer: Introducing ring-buffer mapping functionsGravatar Vincent Donnefort 1-3/+411
2024-05-13ring-buffer: Allocate sub-buffers with __GFP_COMPGravatar Vincent Donnefort 1-3/+3
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxGravatar Linus Torvalds 2-4/+3
2024-05-13tracing/user_events: Fix non-spaced field matchingGravatar Beau Belgrave 1-1/+75
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-1/+13
2024-05-05Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeGravatar Steven Rostedt (Google) 1-0/+12
2024-05-01rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()Gravatar Andrii Nakryiko 1-0/+2
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalGravatar Andrii Nakryiko 1-0/+13
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Gravatar Kui-Feng Lee 1-1/+1
2024-05-01tracing/probes: support '%pD' type for print struct file's nameGravatar Ye Bin 2-23/+36
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameGravatar Ye Bin 5-1/+65
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkGravatar Andrii Nakryiko 1-3/+7
2024-05-01uprobes: prepare uprobe args buffer lazilyGravatar Andrii Nakryiko 1-21/+28
2024-05-01uprobes: encapsulate preparation of uprobe args bufferGravatar Andrii Nakryiko 1-37/+41
2024-04-30bpf: Add support for kprobe session cookieGravatar Jiri Olsa 1-3/+16
2024-04-30bpf: Add support for kprobe session contextGravatar Jiri Olsa 1-7/+60