Lines Matching refs:__T

31 	__T("failed to create cpus", cpus);  in test_stat_cpu()
34 __T("failed to create evsel", evsel); in test_stat_cpu()
37 __T("failed to open evsel", err == 0); in test_stat_cpu()
43 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu()
65 __T("failed to create threads", threads); in test_stat_thread()
70 __T("failed to create evsel", evsel); in test_stat_thread()
73 __T("failed to open evsel", err == 0); in test_stat_thread()
76 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread()
98 __T("failed to create threads", threads); in test_stat_thread_enable()
103 __T("failed to create evsel", evsel); in test_stat_thread_enable()
106 __T("failed to open evsel", err == 0); in test_stat_thread_enable()
109 __T("failed to read value for evsel", counts.val == 0); in test_stat_thread_enable()
112 __T("failed to enable evsel", err == 0); in test_stat_thread_enable()
115 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread_enable()
118 __T("failed to enable evsel", err == 0); in test_stat_thread_enable()
143 __T("failed to create threads", threads); in test_stat_user_read()
148 __T("failed to create evsel", evsel); in test_stat_user_read()
151 __T("failed to open evsel", err == 0); in test_stat_user_read()
154 __T("failed to mmap evsel", err == 0); in test_stat_user_read()
157 __T("failed to get mmapped address", pc); in test_stat_user_read()
160 __T("userspace counter access not supported", pc->cap_user_rdpmc); in test_stat_user_read()
161 __T("userspace counter access not enabled", pc->index); in test_stat_user_read()
162 __T("userspace counter width not set", pc->pmc_width >= 32); in test_stat_user_read()
166 __T("failed to read value for evsel", counts.val != 0); in test_stat_user_read()
182 __T("invalid counter data", (end - start) > last); in test_stat_user_read()
203 __T("failed to create evsel", evsel); in test_stat_read_format_single()
215 __T("failed to read value", counts.val); in test_stat_read_format_single()
217 __T("failed to read TOTAL_TIME_ENABLED", counts.ena); in test_stat_read_format_single()
219 __T("failed to read TOTAL_TIME_RUNNING", counts.run); in test_stat_read_format_single()
221 __T("failed to read ID", counts.id); in test_stat_read_format_single()
223 __T("failed to read LOST", counts.lost == 0); in test_stat_read_format_single()
239 __T("failed to create leader", leader); in test_stat_read_format_group()
243 __T("failed to create member", member); in test_stat_read_format_group()
261 __T("failed to read leader value", counts.val); in test_stat_read_format_group()
263 __T("failed to read leader TOTAL_TIME_ENABLED", counts.ena); in test_stat_read_format_group()
265 __T("failed to read leader TOTAL_TIME_RUNNING", counts.run); in test_stat_read_format_group()
267 __T("failed to read leader ID", counts.id); in test_stat_read_format_group()
269 __T("failed to read leader LOST", counts.lost == 0); in test_stat_read_format_group()
274 __T("failed to read member value", counts.val); in test_stat_read_format_group()
276 __T("failed to read member TOTAL_TIME_ENABLED", counts.ena); in test_stat_read_format_group()
278 __T("failed to read member TOTAL_TIME_RUNNING", counts.run); in test_stat_read_format_group()
280 __T("failed to read member ID", counts.id); in test_stat_read_format_group()
282 __T("failed to read member LOST", counts.lost == 0); in test_stat_read_format_group()
318 __T("failed to create threads", threads); in test_stat_read_format()
328 __T("failed to read single format", err == 0); in test_stat_read_format()
334 __T("failed to create threads", threads); in test_stat_read_format()
345 __T("failed to read group format", err == 0); in test_stat_read_format()