Searched defs:__arg_ctx (Results 1 – 3 of 3) sorted by relevance
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...]
128 __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()
214 #define __arg_ctx __attribute__((btf_decl_tag("arg:ctx"))) macro