summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2024-05-01rethook: Remove warning messages printed for finding return address of a frame.Kui-Feng Lee-1/+1
2024-05-01tracing/probes: support '%pD' type for print struct file's nameYe Bin-23/+36
2024-05-01tracing/probes: support '%pd' type for print struct dentry's nameYe Bin-1/+65
2024-05-01uprobes: add speculative lockless system-wide uprobe filter checkAndrii Nakryiko-3/+7
2024-05-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko-21/+28
2024-05-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko-37/+41
2024-04-30bpf: Add support for kprobe session cookieJiri Olsa-3/+16
2024-04-30bpf: Add support for kprobe session contextJiri Olsa-7/+60
2024-04-30bpf: Add support for kprobe session attachJiri Olsa-8/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-4/+0
2024-04-29tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin-1/+1
2024-04-25blktrace: convert strncpy() to strscpy_pad()Arnd Bergmann-2/+1
2024-04-24ftrace: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+8
2024-04-12ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney-2/+1
2024-04-11ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)-3/+3
2024-04-11tracing: hide unused ftrace_event_id_fopsArnd Bergmann-0/+4
2024-04-11tracing: Fix FTRACE_RECORD_RECURSION_SIZE Kconfig entryPrasad Pandit-1/+1
2024-04-11tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney-2/+2
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+5
2024-04-04bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko-4/+0
2024-04-01bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin-2/+0
2024-03-28bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko-2/+2
2024-03-28bpf: put uprobe link's path and task in release callbackAndrii Nakryiko-3/+3
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2024-03-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-20/+32
2024-03-25bpf: Avoid get_kernel_nofault() to fetch kprobe entry IPAndrii Nakryiko-3/+9
2024-03-25tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)-1/+1
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko-0/+13
2024-03-19bpf: pass whole link instead of prog when triggering raw tracepointAndrii Nakryiko-8/+10
2024-03-19bpf: flatten bpf_probe_register call chainAndrii Nakryiko-6/+1
2024-03-19bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog typesYonghong Song-4/+0
2024-03-18tracing: Use div64_u64() instead of do_div()Thorsten Blum-3/+2
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei-41/+117
2024-03-18ftrace: Fix most kernel-doc warningsRandy Dunlap-44/+46
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)-1/+4
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)-1/+1
2024-03-18tracing: Use init_utsname()->releaseJohn Garry-2/+2
2024-03-18tracing/user_events: Introduce multi-format eventsBeau Belgrave-12/+90
2024-03-18tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave-48/+59
2024-03-18tracing: Add snapshot refcountVincent Donnefort-36/+129
2024-03-18ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)-13/+21
2024-03-17ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li-1/+1
2024-03-17ring-buffer: Zero ring-buffer sub-buffersVincent Donnefort-3/+6
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)-512/+528
2024-03-17tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)-15/+23
2024-03-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)-10/+8
2024-03-14Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-76/+125
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-168/+433