Home
last modified time | relevance | path

Searched defs:__arg_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dverifier_global_subprogs.c174 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag()
179 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx) in raw_tp_canonical()
184 __weak int raw_tp_u64_array(u64 *ctx __arg_ctx) in raw_tp_u64_array()
212 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever()
224 __weak int kprobe_subprog_pt_regs(struct pt_regs *ctx __arg_ctx) in kprobe_subprog_pt_regs()
229 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in kprobe_subprog_typedef()
245 struct user_regs_struct *ctx __arg_ctx in perf_subprog_regs()
259 __weak int perf_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in perf_subprog_typedef()
264 __weak int perf_subprog_canonical(struct bpf_perf_event_data *ctx __arg_ctx) in perf_subprog_canonical()
279 __weak int iter_subprog_void(void *ctx __arg_ctx) in iter_subprog_void()
[all …]
Dtest_global_func_ctx_args.c128 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag()
135 __weak int subprog_multi_ctx_tags(void *ctx1 __arg_ctx, in subprog_multi_ctx_tags()
137 void *ctx2 __arg_ctx) in subprog_multi_ctx_tags()
/linux-6.12.1/tools/lib/bpf/
Dbpf_helpers.h205 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro