Searched refs:__T (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/tools/lib/perf/tests/ |
A D | test-evsel.c | 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() 70 __T("failed to create evsel", evsel); in test_stat_thread() 73 __T("failed to open evsel", err == 0); in test_stat_thread() 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() 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() 203 __T("failed to create evsel", evsel); in test_stat_read_format_single() [all …]
|
A D | test-evlist.c | 50 __T("failed to create cpus", cpus); in test_stat_cpu() 53 __T("failed to create evlist", evlist); in test_stat_cpu() 56 __T("failed to create evsel1", evsel); in test_stat_cpu() 61 __T("failed to create evsel2", evsel); in test_stat_cpu() 72 __T("failed to open evlist", err == 0); in test_stat_cpu() 117 __T("failed to create evsel1", evsel); in test_stat_thread() 122 __T("failed to create evsel2", evsel); in test_stat_thread() 174 __T("failed to create evsel1", evsel); in test_stat_thread_enable() 265 __T("failed to create cpus", cpus); in test_mmap_thread() 319 __T("failed count", count == 100); in test_mmap_thread() [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()
|
A D | test-threadmap.c | 20 __T("Failed to allocate new thread map", threads); in test_threadmap_array() 22 __T("Unexpected number of threads", perf_thread_map__nr(threads) == nr); in test_threadmap_array() 25 __T("Unexpected initial value of thread", in test_threadmap_array() 32 __T("Unexpected value of thread 0", in test_threadmap_array() 36 __T("Unexpected thread value", in test_threadmap_array()
|
A D | test-cpumap.c | 37 __T("wrong cpu number", cpu.cpu != -1); in test_cpumap()
|
/linux-6.3-rc2/tools/lib/perf/include/internal/ |
A D | tests.h | 47 #define __T(text, cond) \ macro
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 149 typeof(*ptr) __T = *(ptr); \ 151 __T; \
|
Completed in 12 milliseconds