Lines Matching refs:bpf_run_ctx
90 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx);
91 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
93 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx);
94 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
2350 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run()
2560 struct bpf_run_ctx run_ctx;
2762 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
2785 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
2807 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run()
3123 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
3127 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
3281 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run()
3341 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_entry_ip()
3350 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_cookie()
3509 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_cookie()
3513 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_entry_ip()