Searched refs:btf3 (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_distill.c | 16 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base() local 173 if (!ASSERT_EQ(0, btf__distill_base(btf2, &btf3, &btf4), in test_distilled_base() 175 !ASSERT_OK_PTR(btf3, "distilled_base") || in test_distilled_base() 177 !ASSERT_EQ(8, btf__type_cnt(btf3), "distilled_base_type_cnt")) in test_distilled_base() 289 btf__free(btf3); in test_distilled_base() 300 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base_multi() local 322 if (!ASSERT_EQ(0, btf__distill_base(btf2, &btf3, &btf4), in test_distilled_base_multi() 324 !ASSERT_OK_PTR(btf3, "distilled_base") || in test_distilled_base_multi() 326 !ASSERT_EQ(3, btf__type_cnt(btf3), "distilled_base_type_cnt")) in test_distilled_base_multi() 329 btf3, in test_distilled_base_multi() [all …]
|