summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2022-11-17tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian-4/+5
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang-2/+0
2022-11-18tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)-1/+1
2022-11-18tracing/eprobe: Fix warning in filter creationRafael Mendonca-1/+1
2022-11-18rethook: fix a potential memleak in rethook_alloc()Yi Yang-1/+3
2022-11-18tracing/eprobe: Fix memory leak of filter stringRafael Mendonca-0/+1
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing-0/+4
2022-11-18tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing-16/+28
2022-11-17tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing-3/+2
2022-11-17tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing-10/+6
2022-11-17ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng-0/+1
2022-11-17ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin-2/+2
2022-11-17ftrace: Optimize the allocation for mcount entriesWang Wensheng-1/+1
2022-11-17ftrace: Fix the possible incorrect kernel messageWang Wensheng-1/+1
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen-0/+1
2022-11-16ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)-0/+12
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)-20/+37
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+25
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca-0/+2
2022-11-02ftrace: Fix use-after-free for dynamic ftrace_opsLi Huafei-13/+3
2022-11-02ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()Steven Rostedt (Google)-0/+11
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-8/+115
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song-0/+4
2022-10-25bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau-1/+3
2022-10-25bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau-1/+4
2022-10-25bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau-2/+2
2022-10-25bpf: Take module reference on kprobe_multi linkJiri Olsa-0/+92
2022-10-25bpf: Rename __bpf_kprobe_multi_cookie_cmp to bpf_kprobe_multi_addrs_cmpJiri Olsa-3/+3
2022-10-25ftrace: Add support to resolve module symbols in ftrace_lookup_symbolsJiri Olsa-5/+11
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds-43/+39
2022-10-20blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'Ye Bin-3/+1
2022-10-20blktrace: fix possible memleak in '__blk_trace_remove'Ye Bin-2/+2
2022-10-20blktrace: introduce 'blk_trace_{start,stop}' helperYe Bin-38/+36
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra-1/+8
2022-10-17bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar-0/+2
2022-10-13Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-123/+146
2022-10-12tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)-6/+17
2022-10-12tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)-6/+25
2022-10-12tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)-110/+106
2022-10-12ring-buffer: Fix kernel-docJiapeng Chong-3/+3
2022-10-12ftrace: Fix char print issue in print_ip_ins()Zheng Yejian-4/+1
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-350/+1108
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+3
2022-10-05tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)-4/+6
2022-10-05ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)-4/+16
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-5/+215
2022-10-03tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave-72/+274