Home
last modified time | relevance | path

Searched refs:bpf_uprobe_multi_run_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/kernel/trace/
Dbpf_trace.c3086 struct bpf_uprobe_multi_run_ctx { struct
3201 struct bpf_uprobe_multi_run_ctx run_ctx = { in uprobe_prog_run()
3262 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_entry_ip()
3264 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_entry_ip()
3270 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_cookie()
3272 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_cookie()