Home
last modified time | relevance | path

Searched refs:btf__dedup (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_dedup_split.c95 err = btf__dedup(btf2, NULL); in test_split_simple()
189 err = btf__dedup(btf2, NULL); in test_split_fwd_resolve()
286 err = btf__dedup(btf2, NULL); in test_split_struct_duped()
367 err = btf__dedup(btf1, NULL); in test_split_dup_struct_in_cu()
408 err = btf__dedup(btf2, NULL); in test_split_dup_struct_in_cu()
Dbtf.c7718 err = btf__dedup(test_btf, &test->opts); in do_test_dedup()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map305 btf__dedup;
Dbtf.h232 LIBBPF_API int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts);
Dlinker.c2692 err = btf__dedup(linker->btf, &opts); in finalize_btf()
Dbtf.c3024 int btf__dedup(struct btf *btf, const struct btf_dedup_opts *opts) in btf__dedup() function