Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/tests/
H A 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()
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 …]
H A 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()
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 …]
H A 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()
H A 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()
H A Dtest-cpumap.c37 __T("wrong cpu number", cpu.cpu != -1); in test_cpumap()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dtests.h47 #define __T(text, cond) \ macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_utils.h149 typeof(*ptr) __T = *(ptr); \
151 __T; \