Lines Matching full:events

33 		const char *events;  in test__pfm_events()  member
37 .events = "", in test__pfm_events()
41 .events = "instructions", in test__pfm_events()
45 .events = "instructions,cycles", in test__pfm_events()
49 .events = "stereolab", in test__pfm_events()
53 .events = "instructions,instructions", in test__pfm_events()
57 .events = "stereolab,instructions", in test__pfm_events()
61 .events = "instructions,stereolab", in test__pfm_events()
73 table[i].events, in test__pfm_events()
75 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
78 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events()
94 const char *events; in test__pfm_group() member
99 .events = "{},", in test__pfm_group()
104 .events = "{instructions}", in test__pfm_group()
109 .events = "{instructions},{}", in test__pfm_group()
114 .events = "{},{instructions}", in test__pfm_group()
119 .events = "{instructions},{instructions}", in test__pfm_group()
124 .events = "{instructions,cycles},{instructions,cycles}", in test__pfm_group()
129 .events = "{stereolab}", in test__pfm_group()
134 .events = in test__pfm_group()
140 .events = "instructions}", in test__pfm_group()
145 .events = "{{instructions}}", in test__pfm_group()
158 table[i].events, in test__pfm_group()
160 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()
163 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group()
186 TEST_CASE_REASON("test of individual --pfm-events", pfm_events, "not compiled in"),
187 TEST_CASE_REASON("test groups of --pfm-events", pfm_group, "not compiled in"),