Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dbpf_trace.c89 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx);
90 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
92 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx);
93 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
2076 struct bpf_run_ctx *old_run_ctx; in __bpf_trace_run()
2285 struct bpf_run_ctx run_ctx;
2515 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
2538 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
2560 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run()
2893 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
[all …]
/linux/include/linux/
H A Dbpf.h2405 struct bpf_run_ctx {}; struct
2408 struct bpf_run_ctx run_ctx;
2414 struct bpf_run_ctx run_ctx;
2420 struct bpf_run_ctx run_ctx;
2422 struct bpf_run_ctx *saved_run_ctx;
2425 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx()
2427 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx()
2436 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx()
2456 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array()
2496 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe()
H A Dsched.h62 struct bpf_run_ctx;
1585 struct bpf_run_ctx *bpf_ctx;
/linux/kernel/bpf/
H A Dbpf_iter.c682 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog()
H A Dcgroup.c70 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg()