Home
last modified time | relevance | path

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

/linux-6.1.9/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()
382 btf2 = btf__new_empty_split(btf1); in test_split_dup_struct_in_cu()
Dbtf_split.c34 btf2 = btf__new_empty_split(btf1); in test_btf_split()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map247 btf__new_empty_split;
Dbtf.h108 LIBBPF_API struct btf *btf__new_empty_split(struct btf *base_btf);
Dbtf.c849 struct btf *btf__new_empty_split(struct btf *base_btf) in btf__new_empty_split() function