Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c4332 static struct btf_raw_test pprint_test_template[] = { variable
4757 const struct btf_raw_test *test = &pprint_test_template[test_num]; in do_test_pprint()
4957 pprint_test_template[0].descr = pprint_tests_meta[i].descr; in test_pprint()
4958 pprint_test_template[0].map_type = pprint_tests_meta[i].map_type; in test_pprint()
4959 pprint_test_template[0].map_name = pprint_tests_meta[i].map_name; in test_pprint()
4960 pprint_test_template[0].ordered_map = pprint_tests_meta[i].ordered_map; in test_pprint()
4961 pprint_test_template[0].lossless_map = pprint_tests_meta[i].lossless_map; in test_pprint()
4962 pprint_test_template[0].percpu_map = pprint_tests_meta[i].percpu_map; in test_pprint()
4968 for (i = 1; i < ARRAY_SIZE(pprint_test_template); i++) { in test_pprint()
4969 pprint_test_template[i].descr = pprint_tests_meta[0].descr; in test_pprint()
[all …]