Lines Matching refs:events
53 const char *events; in test__pfm_events() member
57 .events = "", in test__pfm_events()
61 .events = "instructions", in test__pfm_events()
65 .events = "instructions,cycles", in test__pfm_events()
69 .events = "stereolab", in test__pfm_events()
73 .events = "instructions,instructions", in test__pfm_events()
77 .events = "stereolab,instructions", in test__pfm_events()
81 .events = "instructions,stereolab", in test__pfm_events()
93 table[i].events, in test__pfm_events()
95 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
98 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
113 const char *events; in test__pfm_group() member
118 .events = "{},", in test__pfm_group()
123 .events = "{instructions}", in test__pfm_group()
128 .events = "{instructions},{}", in test__pfm_group()
133 .events = "{},{instructions}", in test__pfm_group()
138 .events = "{instructions},{instructions}", in test__pfm_group()
143 .events = "{instructions,cycles},{instructions,cycles}", in test__pfm_group()
148 .events = "{stereolab}", in test__pfm_group()
153 .events = in test__pfm_group()
167 table[i].events, in test__pfm_group()
169 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()
172 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()