Home
last modified time | relevance | path

Searched refs:__T (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/lib/perf/tests/
Dtest-evsel.c31 __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()
43 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu()
65 __T("failed to create threads", threads); in test_stat_thread()
70 __T("failed to create evsel", evsel); in test_stat_thread()
73 __T("failed to open evsel", err == 0); in test_stat_thread()
76 __T("failed to read value for evsel", counts.val != 0); in test_stat_thread()
98 __T("failed to create threads", threads); in test_stat_thread_enable()
103 __T("failed to create evsel", evsel); in test_stat_thread_enable()
[all …]
Dtest-evlist.c50 __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()
66 __T("failed to set leader", leader->leader == leader); in test_stat_cpu()
67 __T("failed to set leader", evsel->leader == leader); in test_stat_cpu()
72 __T("failed to open evlist", err == 0); in test_stat_cpu()
81 __T("failed to read value for evsel", counts.val != 0); in test_stat_cpu()
109 __T("failed to create threads", threads); in test_stat_thread()
114 __T("failed to create evlist", evlist); in test_stat_thread()
[all …]
Dmain.c10 __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()
Dtest-threadmap.c20 __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()
Dtest-cpumap.c37 __T("wrong cpu number", cpu.cpu != -1); in test_cpumap()
/linux-6.1.9/tools/lib/perf/include/internal/
Dtests.h47 #define __T(text, cond) \ macro
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_utils.h155 typeof(*ptr) __T = *(ptr); \
157 __T; \