Home
last modified time | relevance | path

Searched refs:exp_types (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.h11 int btf_validate_raw(struct btf *btf, int nr_types, const char *exp_types[]);
H A Dbtf_helpers.c234 int btf_validate_raw(struct btf *btf, int nr_types, const char *exp_types[]) in btf_validate_raw() argument
242 if (!ASSERT_STREQ(btf_type_raw_dump(btf, i), exp_types[i - 1], "raw_dump")) in btf_validate_raw()