Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dlibbpf_internal.h555 int bpf_core_add_cands(struct bpf_core_cand *local_cand,
Dlibbpf.c5308 int bpf_core_add_cands(struct bpf_core_cand *local_cand, in bpf_core_add_cands() function
5480 err = bpf_core_add_cands(&local_cand, local_essent_len, main_btf, "vmlinux", 1, cands); in bpf_core_find_cands()
5498 err = bpf_core_add_cands(&local_cand, local_essent_len, in bpf_core_find_cands()
/Linux-v6.1/tools/bpf/bpftool/
Dgen.c2032 err = bpf_core_add_cands(&local_cand, local_essent_len, targ_btf, "vmlinux", 1, cands); in btfgen_find_cands()
/Linux-v6.1/kernel/bpf/
Dbtf.c7827 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, in bpf_core_add_cands() function
7916 cands = bpf_core_add_cands(cands, main_btf, 1); in bpf_core_find_cands()
7948 cands = bpf_core_add_cands(cands, mod_btf, btf_nr_types(main_btf)); in bpf_core_find_cands()