]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bpf: Store ref_ctr_offsets values in bpf_uprobe array
authorJiri Olsa <jolsa@kernel.org>
Sat, 25 Nov 2023 19:31:26 +0000 (20:31 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 29 Nov 2023 05:50:09 +0000 (21:50 -0800)
commit4930b7f53a298533bc31d7540b6ea8b79a000331
tree9356c7fa6715d3c6c50b4d0b403cec9706cb8333
parent48f0dfd8d3e212ab27b6db147ed10407ff6aaa88
bpf: Store ref_ctr_offsets values in bpf_uprobe array

We will need to return ref_ctr_offsets values through link_info
interface in following change, so we need to keep them around.

Storing ref_ctr_offsets values directly into bpf_uprobe array.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/bpf/20231125193130.834322-3-jolsa@kernel.org
kernel/trace/bpf_trace.c