Home
last modified time | relevance | path

Searched refs:btf_type_c_dump (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dedup_split.c31 ASSERT_STREQ(btf_type_c_dump(btf1), "\ in test_split_simple()
80 ASSERT_STREQ(btf_type_c_dump(btf2), "\ in test_split_simple()
110 ASSERT_STREQ(btf_type_c_dump(btf2), "\ in test_split_simple()
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.h18 const char *btf_type_c_dump(const struct btf *btf);
H A Dbtf_helpers.c257 const char *btf_type_c_dump(const struct btf *btf) in btf_type_c_dump() function