Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5273 } pprint_tests_meta[] = { variable
5652 for (i = 0; i < ARRAY_SIZE(pprint_tests_meta); i++) { in test_pprint()
5653 pprint_test_template[0].descr = pprint_tests_meta[i].descr; in test_pprint()
5654 pprint_test_template[0].map_type = pprint_tests_meta[i].map_type; in test_pprint()
5655 pprint_test_template[0].map_name = pprint_tests_meta[i].map_name; in test_pprint()
5656 pprint_test_template[0].ordered_map = pprint_tests_meta[i].ordered_map; in test_pprint()
5658 pprint_test_template[0].percpu_map = pprint_tests_meta[i].percpu_map; in test_pprint()
5665 pprint_test_template[i].descr = pprint_tests_meta[0].descr; in test_pprint()
5666 pprint_test_template[i].map_type = pprint_tests_meta[0].map_type; in test_pprint()
5667 pprint_test_template[i].map_name = pprint_tests_meta[0].map_name; in test_pprint()
[all …]