Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Drecursive_attach.c56 prog = tracing_chain[i]->progs.recursive_attach; in test_recursive_fentry_chain()
61 prev_fd = bpf_program__fd(tracing_chain[i-1]->progs.recursive_attach); in test_recursive_fentry_chain()
128 prog = tracing_skel->progs.recursive_attach; in test_fentry_attach_btf_presence()
138 tgt_prog_fd = bpf_program__fd(tracing_skel->progs.recursive_attach); in test_fentry_attach_btf_presence()
/linux/tools/testing/selftests/bpf/progs/
H A Dfentry_recursive.c11 int BPF_PROG(recursive_attach, int a) in BPF_PROG() argument