Lines Matching refs:table
35 } table[] = { in test__pfm_events() local
66 for (i = 0; i < ARRAY_SIZE(table); i++) { in test__pfm_events()
73 table[i].events, in test__pfm_events()
75 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
77 table[i].nr_events); in test__pfm_events()
78 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
97 } table[] = { in test__pfm_group() local
151 for (i = 0; i < ARRAY_SIZE(table); i++) { in test__pfm_group()
158 table[i].events, in test__pfm_group()
160 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()
162 table[i].nr_events); in test__pfm_group()
163 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()
165 table[i].nr_groups); in test__pfm_group()