index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
bpf_trace.c
Age
Commit message (
Expand
)
Author
2024-10-10
bpf: Fix unpopulated path_size when uprobe_multi fields unset
Tyrone Wu
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-11
bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
Andrii Nakryiko
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
2024-09-05
perf/uprobe: split uprobe_unregister()
Peter Zijlstra
2024-09-05
uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks
Andrii Nakryiko
2024-09-05
bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
Oleg Nesterov
2024-08-19
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
2024-08-07
bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.c
Song Liu
2024-08-02
uprobes: make uprobe_register() return struct uprobe *
Oleg Nesterov
2024-08-02
uprobes: kill uprobe_register_refctr()
Oleg Nesterov
2024-06-21
bpf: Change bpf_session_cookie return value to __u64 *
Jiri Olsa
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
2024-06-12
bpf: Make bpf_session_cookie() kfunc return long *
Daniel Xu
2024-05-31
bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set list
Jiri Olsa
2024-05-25
bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logic
Andrii Nakryiko
2024-05-25
bpf: fix multi-uprobe PID filtering logic
Andrii Nakryiko
2024-04-30
bpf: Add support for kprobe session cookie
Jiri Olsa
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2024-04-30
bpf: Add support for kprobe session attach
Jiri Olsa
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-04
bpf: make bpf_get_branch_snapshot() architecture-agnostic
Andrii Nakryiko
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-03-28
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
2024-03-25
bpf: Avoid get_kernel_nofault() to fetch kprobe entry IP
Andrii Nakryiko
2024-03-19
bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
Andrii Nakryiko
2024-03-19
bpf: pass whole link instead of prog when triggering raw tracepoint
Andrii Nakryiko
2024-03-19
bpf: flatten bpf_probe_register call chain
Andrii Nakryiko
2024-03-19
bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
Yonghong Song
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-18
bpf: Fail uprobe multi link with negative offset
Jiri Olsa
2023-12-15
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
2023-12-15
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-01
bpf: Add kfunc bpf_get_file_xattr
Song Liu
2023-11-28
bpf: Add link_info support for uprobe multi link
Jiri Olsa
2023-11-28
bpf: Store ref_ctr_offsets values in bpf_uprobe array
Jiri Olsa
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-09-25
bpf: Count missed stats in trace_call_bpf
Jiri Olsa
2023-09-25
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-25
bpf: Add missed value to kprobe_multi link info
Jiri Olsa
2023-09-25
bpf: Count stats for kprobe_multi programs
Jiri Olsa
2023-09-15
bpf: Fix uprobe_multi get_pid_task error path
Jiri Olsa
[next]