Lines Matching refs:run_ctx
1056 struct bpf_trace_run_ctx *run_ctx __maybe_unused;
1060 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1061 if (run_ctx->is_uprobe)
1130 struct bpf_trace_run_ctx *run_ctx;
1132 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1133 return run_ctx->bpf_cookie;
1157 struct bpf_trace_run_ctx *run_ctx;
1159 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1160 return run_ctx->bpf_cookie;
2063 struct bpf_trace_run_ctx run_ctx;
2071 run_ctx.bpf_cookie = link->cookie;
2072 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2272 struct bpf_run_ctx run_ctx;
2502 struct bpf_kprobe_multi_run_ctx *run_ctx;
2509 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx,
2510 session_ctx.run_ctx);
2511 link = run_ctx->link;
2514 entry_ip = run_ctx->entry_ip;
2525 struct bpf_kprobe_multi_run_ctx *run_ctx;
2527 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx,
2528 session_ctx.run_ctx);
2529 return run_ctx->entry_ip;
2537 struct bpf_kprobe_multi_run_ctx run_ctx = {
2564 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx);
3064 struct bpf_uprobe_multi_run_ctx run_ctx = {
3087 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx);
3136 struct bpf_uprobe_multi_run_ctx *run_ctx;
3138 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx,
3139 session_ctx.run_ctx);
3140 return run_ctx->entry_ip;
3145 struct bpf_uprobe_multi_run_ctx *run_ctx;
3147 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx,
3148 session_ctx.run_ctx);
3149 return run_ctx->uprobe->cookie;
3323 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx);
3331 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx);