Searched refs:__arg_ctx (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c166 __weak int subprog_ctx_tag(void *ctx __arg_ctx) argument
171 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx) argument
176 __weak int raw_tp_u64_array(u64 *ctx __arg_ctx) argument
204 __weak int tp_whatever(struct whatever *ctx __arg_ctx) argument
216 __weak int kprobe_subprog_pt_regs(struct pt_regs *ctx __arg_ctx) argument
221 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) argument
237 struct user_regs_struct *ctx __arg_ctx
240 void *ctx __arg_ctx
242 struct user_pt_regs *ctx __arg_ctx
244 struct pt_regs *ctx __arg_ctx
251 perf_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) argument
256 perf_subprog_canonical(struct bpf_perf_event_data *ctx __arg_ctx) argument
271 iter_subprog_void(void *ctx __arg_ctx) argument
276 iter_subprog_typed(struct bpf_iter__task *ctx __arg_ctx) argument
288 tracing_subprog_void(void *ctx __arg_ctx) argument
293 tracing_subprog_u64(u64 *ctx __arg_ctx) argument
[all...]
H A Dtest_global_func_ctx_args.c39 * - void *ctx __arg_ctx (arg:ctx tag)
128 __weak int subprog_ctx_tag(void *ctx __arg_ctx) argument
135 __weak int subprog_multi_ctx_tags(void *ctx1 __arg_ctx, argument
137 void *ctx2 __arg_ctx)
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h192 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro

Completed in 217 milliseconds