Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c174 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag() argument
179 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx) in raw_tp_canonical() argument
184 __weak int raw_tp_u64_array(u64 *ctx __arg_ctx) in raw_tp_u64_array() argument
212 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever() argument
224 __weak int kprobe_subprog_pt_regs(struct pt_regs *ctx __arg_ctx) in kprobe_subprog_pt_regs() argument
229 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in kprobe_subprog_typedef() argument
245 struct user_regs_struct *ctx __arg_ctx in perf_subprog_regs() argument
248 void *ctx __arg_ctx in perf_subprog_regs()
250 struct user_pt_regs *ctx __arg_ctx in perf_subprog_regs()
252 struct pt_regs *ctx __arg_ctx in perf_subprog_regs()
[all …]
H A Dtest_global_func_ctx_args.c128 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag() argument
135 __weak int subprog_multi_ctx_tags(void *ctx1 __arg_ctx, in subprog_multi_ctx_tags() argument
137 void *ctx2 __arg_ctx) in subprog_multi_ctx_tags() argument
/linux/tools/lib/bpf/
H A Dbpf_helpers.h206 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro