Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dbpf_trace.c90 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()
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()
3281 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run()
[all …]
/linux-6.15/include/linux/
H A Dbpf.h2148 struct bpf_run_ctx {}; struct
2151 struct bpf_run_ctx run_ctx;
2157 struct bpf_run_ctx run_ctx;
2163 struct bpf_run_ctx run_ctx;
2165 struct bpf_run_ctx *saved_run_ctx;
2168 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx()
2170 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx()
2179 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx()
2199 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array()
2239 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe()
H A Dsched.h57 struct bpf_run_ctx;
1597 struct bpf_run_ctx *bpf_ctx;
/linux-6.15/kernel/bpf/
H A Dbpf_iter.c695 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog()
H A Dcgroup.c56 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg()
/linux-6.15/net/bpf/
H A Dtest_run.c405 struct bpf_run_ctx *old_ctx; in bpf_test_run()
739 struct bpf_run_ctx *old_run_ctx; in __bpf_prog_test_run_raw_tp()