Searched refs:__T (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
D | test-evlist.c | 44 __T("failed to create cpus", cpus); in test_stat_cpu() 47 __T("failed to create evlist", evlist); in test_stat_cpu() 50 __T("failed to create evsel1", evsel); in test_stat_cpu() 55 __T("failed to create evsel2", evsel); in test_stat_cpu() 62 __T("failed to open evsel", err == 0); in test_stat_cpu() 71 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 99 __T("failed to create threads", threads); in test_stat_thread() 104 __T("failed to create evlist", evlist); in test_stat_thread() 107 __T("failed to create evsel1", evsel); in test_stat_thread() 112 __T("failed to create evsel2", evsel); in test_stat_thread() [all …]
|
D | test-evsel.c | 27 __T("failed to create cpus", cpus); in test_stat_cpu() 30 __T("failed to create evsel", evsel); in test_stat_cpu() 33 __T("failed to open evsel", err == 0); in test_stat_cpu() 39 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu() 61 __T("failed to create threads", threads); in test_stat_thread() 66 __T("failed to create evsel", evsel); in test_stat_thread() 69 __T("failed to open evsel", err == 0); in test_stat_thread() 72 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread() 94 __T("failed to create threads", threads); in test_stat_thread_enable() 99 __T("failed to create evsel", evsel); in test_stat_thread_enable() [all …]
|
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
D | tests.h | 24 #define __T(text, cond) \ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_utils.h | 199 typeof(*ptr) __T = *(ptr); \ 201 __T; \
|