Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c212 __weak int tp_whatever(struct whatever *ctx __arg_ctx) in tp_whatever() function
221 return subprog_ctx_tag(ctx) + tp_whatever(ctx); in arg_tag_ctx_tp()
358 return tracing_subprog_void(ctx) + tracing_subprog_u64(ctx) + tp_whatever(ctx); in arg_tag_ctx_syscall()