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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_global_subprogs.c204 __weak int tp_whatever(struct whatever *ctx __arg_ctx) function
213 return subprog_ctx_tag(ctx) + tp_whatever(ctx);
346 return tracing_subprog_void(ctx) + tracing_subprog_u64(ctx) + tp_whatever(ctx);

Completed in 129 milliseconds