Lines Matching refs:run_ctx
1165 struct bpf_tramp_run_ctx *run_ctx);
1167 struct bpf_tramp_run_ctx *run_ctx);
1171 struct bpf_tramp_run_ctx *run_ctx);
1173 struct bpf_tramp_run_ctx *run_ctx);
2092 struct bpf_run_ctx run_ctx; member
2098 struct bpf_run_ctx run_ctx; member
2104 struct bpf_run_ctx run_ctx; member
2141 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array() local
2149 run_ctx.is_uprobe = false; in bpf_prog_run_array()
2152 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2155 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array()
2181 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe() local
2192 run_ctx.is_uprobe = true; in bpf_prog_run_array_uprobe()
2194 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
2200 run_ctx.bpf_cookie = item->bpf_cookie; in bpf_prog_run_array_uprobe()