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.c173 __weak int subprog_ctx_tag(void *ctx __arg_ctx)
178 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx)
183 __weak int raw_tp_u64_array(u64 *ctx __arg_ctx)
211 __weak int tp_whatever(struct whatever *ctx __arg_ctx)
223 __weak int kprobe_subprog_pt_regs(struct pt_regs *ctx __arg_ctx)
228 __weak int kprobe_subprog_typedef(bpf_user_pt_regs_t *ctx __arg_ctx)
244 struct user_regs_struct *ctx __arg_ctx in perf_subprog_regs()
247 void *ctx __arg_ctx in perf_subprog_regs()
249 struct user_pt_regs *ctx __arg_ctx in perf_subprog_regs()
251 struct pt_regs *ctx __arg_ctx in perf_subprog_regs()
174 subprog_ctx_tag(void * ctx __arg_ctx) subprog_ctx_tag() argument
179 raw_tp_canonical(struct bpf_raw_tracepoint_args * ctx __arg_ctx) raw_tp_canonical() argument
184 raw_tp_u64_array(u64 * ctx __arg_ctx) raw_tp_u64_array() argument
212 tp_whatever(struct whatever * ctx __arg_ctx) tp_whatever() argument
224 kprobe_subprog_pt_regs(struct pt_regs * ctx __arg_ctx) kprobe_subprog_pt_regs() argument
229 kprobe_subprog_typedef(bpf_user_pt_regs_t * ctx __arg_ctx) kprobe_subprog_typedef() argument
245 perf_subprog_regs(struct user_regs_struct * ctx __arg_ctx) perf_subprog_regs() argument
259 perf_subprog_typedef(bpf_user_pt_regs_t * ctx __arg_ctx) perf_subprog_typedef() argument
264 perf_subprog_canonical(struct bpf_perf_event_data * ctx __arg_ctx) perf_subprog_canonical() argument
279 iter_subprog_void(void * ctx __arg_ctx) iter_subprog_void() argument
284 iter_subprog_typed(struct bpf_iter__task * ctx __arg_ctx) iter_subprog_typed() argument
296 tracing_subprog_void(void * ctx __arg_ctx) tracing_subprog_void() argument
301 tracing_subprog_u64(u64 * ctx __arg_ctx) tracing_subprog_u64() argument
[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.h214 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro