Lines Matching refs:__T
33 __T("failed to create cpus", cpus); in test_stat_cpu()
36 __T("failed to create evlist", evlist); in test_stat_cpu()
39 __T("failed to create evsel1", evsel); in test_stat_cpu()
44 __T("failed to create evsel2", evsel); in test_stat_cpu()
51 __T("failed to open evsel", err == 0); in test_stat_cpu()
60 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu()
88 __T("failed to create threads", threads); in test_stat_thread()
93 __T("failed to create evlist", evlist); in test_stat_thread()
96 __T("failed to create evsel1", evsel); in test_stat_thread()
101 __T("failed to create evsel2", evsel); in test_stat_thread()
108 __T("failed to open evsel", err == 0); in test_stat_thread()
112 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread()
141 __T("failed to create threads", threads); in test_stat_thread_enable()
146 __T("failed to create evlist", evlist); in test_stat_thread_enable()
149 __T("failed to create evsel1", evsel); in test_stat_thread_enable()
154 __T("failed to create evsel2", evsel); in test_stat_thread_enable()
161 __T("failed to open evsel", err == 0); in test_stat_thread_enable()
165 __T("failed to read value for evsel", counts.val == 0); in test_stat_thread_enable()
172 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread_enable()