Searched refs:TEST_CASE_REASON (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/tests/ |
A D | wp.c | 191 TEST_CASE_REASON("Read Only Watchpoint", wp_ro, "missing hardware support"), 192 TEST_CASE_REASON("Write Only Watchpoint", wp_wo, "missing hardware support"), 193 TEST_CASE_REASON("Read / Write Watchpoint", wp_rw, "missing hardware support"), 194 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
|
A D | llvm.c | 206 TEST_CASE_REASON("Basic BPF llvm compile", llvm__bpf_base_prog, "not compiled in"), 207 TEST_CASE_REASON("kbuild searching", llvm__bpf_test_kbuild_prog, "not compiled in"), 208 TEST_CASE_REASON("Compile source for BPF prologue generation", 210 TEST_CASE_REASON("Compile source for BPF relocation",
|
A D | clang.c | 21 TEST_CASE_REASON("builtin clang compile C source to IR", clang_to_IR, 23 TEST_CASE_REASON("builtin clang compile C source to ELF object",
|
A D | bpf.c | 373 TEST_CASE_REASON("BPF prologue generation", bpf_prologue_test, "not compiled in"), 376 TEST_CASE_REASON("Basic BPF filtering", basic_bpf_test, "not compiled in"), 377 TEST_CASE_REASON("BPF pinning", bpf_pinning, "not compiled in"), 378 TEST_CASE_REASON("BPF prologue generation", bpf_prologue_test, "not compiled in"),
|
A D | pfm.c | 186 TEST_CASE_REASON("test of individual --pfm-events", pfm_events, "not compiled in"), 187 TEST_CASE_REASON("test groups of --pfm-events", pfm_group, "not compiled in"),
|
A D | tests.h | 57 #define TEST_CASE_REASON(description, _name, _reason) \ macro
|
A D | pmu-events.c | 1078 TEST_CASE_REASON("Parsing of PMU event table metrics", parsing,
|
Completed in 9 milliseconds