Home
last modified time | relevance | path

Searched refs:btf__new_empty_split (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c36 btf2 = btf__new_empty_split(btf1); in test_split_simple()
158 btf2 = btf__new_empty_split(btf1); in test_split_fwd_resolve()
238 btf2 = btf__new_empty_split(btf1); in test_split_struct_duped()
Dbtf_split.c35 btf2 = btf__new_empty_split(btf1); in test_btf_split()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.map347 btf__new_empty_split;
Dbtf.h38 LIBBPF_API struct btf *btf__new_empty_split(struct btf *base_btf);
Dbtf.c790 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() function