Searched refs:__T (Results 1 – 5 of 5) sorted by relevance
/linux/tools/lib/perf/tests/ |
A 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() 68 __T("failed to open evsel", err == 0); in test_stat_cpu() 113 __T("failed to create evsel1", evsel); in test_stat_thread() 118 __T("failed to create evsel2", evsel); in test_stat_thread() 129 __T("failed to open evsel", err == 0); in test_stat_thread() 261 __T("failed to create cpus", cpus); in test_mmap_thread() 315 __T("failed count", count == 100); in test_mmap_thread() [all …]
|
A 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() 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() 100 __T("failed to create evsel", evsel); in test_stat_thread_enable() 103 __T("failed to open evsel", err == 0); in test_stat_thread_enable() 142 __T("failed to create evsel", evsel); in test_stat_user_read() 145 __T("failed to open evsel", err == 0); in test_stat_user_read() [all …]
|
A 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/tools/lib/perf/include/internal/ |
A D | tests.h | 47 #define __T(text, cond) \ macro
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 200 typeof(*ptr) __T = *(ptr); \ 202 __T; \
|
Completed in 7 milliseconds