test5
unsigned test5 : 1; /* Reserved - set t0 0 */
test5,
prog_fd = bpf_program__fd(skel->progs.test5);
ASSERT_GE(get_missed_count(bpf_program__fd(skel->progs.test5)), 1, "test5_recursion_misses");
int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e)
int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e, int ret)
int BPF_PROG(test5, struct bpf_fentry_test_t *arg, int ret)
int BPF_PROG(test5, int a, int *b, int ret)
int test5(struct pt_regs *ctx)
int BPF_PROG2(test5, int, a)