aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Gravatar Shang XiaoJing 1-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyGravatar Masami Hiramatsu (Google) 1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationGravatar Rafael Mendonca 1-0/+2
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsGravatar Li Huafei 1-13/+3
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Gravatar Steven Rostedt (Google) 1-0/+11
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-43/+39
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Gravatar Ye Bin 1-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Gravatar Ye Bin 1-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperGravatar Ye Bin 1-38/+36
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputGravatar Sumanth Korikkar 1-0/+2
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Gravatar Linus Torvalds 6-123/+146
2022-10-12tracing: Fix reading strings from synthetic eventsGravatar Steven Rostedt (Google) 1-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesGravatar Steven Rostedt (Google) 1-6/+25
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerGravatar Steven Rostedt (Google) 3-110/+106
2022-10-12ring-buffer: Fix kernel-docGravatar Jiapeng Chong 1-3/+3
2022-10-12ftrace: Fix char print issue in print_ip_ins()Gravatar Zheng Yejian 1-4/+1
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 16-350/+1108
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+3
2022-10-05tracing: Do not free snapshot if tracer is on cmdlineGravatar Steven Rostedt (Google) 1-4/+6
2022-10-05ftrace: Still disable enabled records marked as disabledGravatar Steven Rostedt (Google) 1-4/+16
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-5/+215
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesGravatar Beau Belgrave 1-72/+274
2022-10-03tracing: Remove unused variable 'dups'Gravatar Chen Zhongjin 1-3/+2
2022-09-29ring-buffer: Fix race between reset page and reading pageGravatar Steven Rostedt (Google) 1-0/+33
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataGravatar Beau Belgrave 1-8/+67
2022-09-29tracing/user_events: Use refcount instead of atomic for ref trackingGravatar Beau Belgrave 1-29/+24
2022-09-29tracing/user_events: Ensure user provided strings are safely formattedGravatar Beau Belgrave 1-32/+59
2022-09-29tracing/user_events: Use WRITE instead of READ for io vector importGravatar Beau Belgrave 1-1/+2
2022-09-29tracing/user_events: Use NULL for strstr checksGravatar Beau Belgrave 1-3/+3
2022-09-29tracing: Fix spelling mistake "preapre" -> "prepare"Gravatar Colin Ian King 1-1/+1
2022-09-29tracing: Wake up waiters when tracing is disabledGravatar Steven Rostedt (Google) 1-0/+6
2022-09-29tracing: Add ioctl() to force ring buffer waiters to wake upGravatar Steven Rostedt (Google) 1-0/+22
2022-09-29Merge branch 'v6.0-rc7'Gravatar Peter Zijlstra 7-55/+43
2022-09-28tracing: Wake up ring buffer waiters on closing of the fileGravatar Steven Rostedt (Google) 1-0/+15
2022-09-28ring-buffer: Add ring_buffer_wake_waiters()Gravatar Steven Rostedt (Google) 1-0/+39
2022-09-27ring-buffer: Check pending waiters when doing wake ups as wellGravatar Steven Rostedt (Google) 1-1/+2
2022-09-27ring-buffer: Have the shortest_full queue be the shortest not longestGravatar Steven Rostedt (Google) 1-1/+1
2022-09-27bpf: Check flags for branch stack in bpf_read_branch_records helperGravatar Jiri Olsa 1-0/+3
2022-09-27ring-buffer: Allow splice to read previous partially read pagesGravatar Steven Rostedt (Google) 1-1/+9
2022-09-27ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerGravatar Song Liu 1-1/+5
2022-09-27ftrace: Properly unset FTRACE_HASH_FL_MODGravatar Zheng Yejian 1-2/+6
2022-09-27tracing/eprobe: Fix alloc event dir failed when event name no setGravatar Tao Chen 1-2/+1
2022-09-27tracing: Disable interrupt or preemption before acquiring arch_spinlock_tGravatar Waiman Long 1-0/+23
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressGravatar Jiri Olsa 1-1/+4
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTGravatar Jiri Olsa 1-2/+18
2022-09-26ftrace: Keep the resolved addr in kallsyms_callbackGravatar Jiri Olsa 1-2/+1
2022-09-26rv/monitor: Add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 2-4/+4
2022-09-26tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreadsGravatar Nico Pache 1-1/+2
2022-09-26tracing: kprobe: Make gen test module work in arm and riscvGravatar Yipeng Zou 1-4/+43