fentry_test
fentry_test();
skel->links.fentry_test = bpf_program__attach_trace(skel->progs.fentry_test);
if (!ASSERT_OK_PTR(skel->links.fentry_test, "bpf_program__attach_trace"))
int BPF_PROG(fentry_test, int a, __u64 b)
int fentry_test(struct pt_regs *ctx)
int BPF_PROG(fentry_test)