Searched refs:__T (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/lib/perf/tests/ |
| D | test-evlist.c | 46 __T("failed to create cpus", cpus); in test_stat_cpu() 49 __T("failed to create evlist", evlist); in test_stat_cpu() 52 __T("failed to create evsel1", evsel); in test_stat_cpu() 57 __T("failed to create evsel2", evsel); in test_stat_cpu() 62 __T("failed to set leader", leader->leader == leader); in test_stat_cpu() 63 __T("failed to set leader", evsel->leader == leader); in test_stat_cpu() 68 __T("failed to open evsel", err == 0); in test_stat_cpu() 77 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 105 __T("failed to create threads", threads); in test_stat_thread() 110 __T("failed to create evlist", evlist); in test_stat_thread() [all …]
|
| D | test-evsel.c | 28 __T("failed to create cpus", cpus); in test_stat_cpu() 31 __T("failed to create evsel", evsel); in test_stat_cpu() 34 __T("failed to open evsel", err == 0); in test_stat_cpu() 40 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 62 __T("failed to create threads", threads); in test_stat_thread() 67 __T("failed to create evsel", evsel); in test_stat_thread() 70 __T("failed to open evsel", err == 0); in test_stat_thread() 73 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread() 95 __T("failed to create threads", threads); in test_stat_thread_enable() 100 __T("failed to create evsel", evsel); in test_stat_thread_enable() [all …]
|
| D | main.c | 10 __T("test cpumap", !test_cpumap(argc, argv)); in main() 11 __T("test threadmap", !test_threadmap(argc, argv)); in main() 12 __T("test evlist", !test_evlist(argc, argv)); in main() 13 __T("test evsel", !test_evsel(argc, argv)); in main()
|
| /Linux-v5.15/tools/lib/perf/include/internal/ |
| D | tests.h | 47 #define __T(text, cond) \ macro
|
| /Linux-v5.15/drivers/gpu/drm/i915/ |
| D | i915_utils.h | 199 typeof(*ptr) __T = *(ptr); \ 201 __T; \
|