Searched refs:TEST_CASE (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | llvm.c | 200 TEST_CASE("Basic BPF llvm compile", llvm__bpf_base_prog), 201 TEST_CASE("kbuild searching", llvm__bpf_test_kbuild_prog), 202 TEST_CASE("Compile source for BPF prologue generation", 204 TEST_CASE("Compile source for BPF relocation", llvm__bpf_test_relocation),
|
A D | tests.h | 50 #define TEST_CASE(description, _name) \ macro 67 TEST_CASE(description, _name), \
|
A D | pmu-events.c | 1031 TEST_CASE("PMU event table sanity", pmu_event_table), 1032 TEST_CASE("PMU event map aliases", aliases), 1035 TEST_CASE("Parsing of PMU event table metrics with fake PMUs", parsing_fake),
|
A D | bpf.c | 370 TEST_CASE("Basic BPF filtering", basic_bpf_test),
|
A D | parse-events.c | 2436 TEST_CASE("Parsing of aliased events", pmu_events_alias2), 2437 TEST_CASE("Parsing of terms (event modifiers)", terms2),
|
/linux-6.3-rc2/tools/perf/arch/x86/tests/ |
A D | arch-tests.c | 10 TEST_CASE("Intel PT packet decoder", intel_pt_pkt_decoder), 11 TEST_CASE("Intel PT hybrid CPU compatibility", intel_pt_hybrid_compat),
|
Completed in 12 milliseconds