Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_btf.c2160 } pprint_tests_meta[] = { variable
2358 for (i = 0; i < ARRAY_SIZE(pprint_tests_meta); i++) { in test_pprint()
2359 pprint_test_template.descr = pprint_tests_meta[i].descr; in test_pprint()
2360 pprint_test_template.map_type = pprint_tests_meta[i].map_type; in test_pprint()
2361 pprint_test_template.map_name = pprint_tests_meta[i].map_name; in test_pprint()
2362 pprint_test_template.ordered_map = pprint_tests_meta[i].ordered_map; in test_pprint()
2363 pprint_test_template.lossless_map = pprint_tests_meta[i].lossless_map; in test_pprint()