Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/progs/
Dverifier_global_subprogs.c137 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag()
142 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx) in raw_tp_canonical()
147 __weak int raw_tp_u64_array(u64 *ctx __arg_ctx) in raw_tp_u64_array()
175 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever()
187 __weak int kprobe_subprog_pt_regs(struct pt_regs *ctx __arg_ctx) in kprobe_subprog_pt_regs()
192 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in kprobe_subprog_typedef()
208 struct user_regs_struct *ctx __arg_ctx in perf_subprog_regs()
222 __weak int perf_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx) in perf_subprog_typedef()
227 __weak int perf_subprog_canonical(struct bpf_perf_event_data *ctx __arg_ctx) in perf_subprog_canonical()
242 __weak int iter_subprog_void(void *ctx __arg_ctx) in iter_subprog_void()
[all …]
Dtest_global_func_ctx_args.c109 __weak int subprog_ctx_tag(void *ctx __arg_ctx) in subprog_ctx_tag()
116 __weak int subprog_multi_ctx_tags(void *ctx1 __arg_ctx, in subprog_multi_ctx_tags()
118 void *ctx2 __arg_ctx) in subprog_multi_ctx_tags()
/linux-6.8/tools/lib/bpf/
Dbpf_helpers.h191 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro