Lines Matching refs:test_config
37 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config() function
158 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_numeric()
222 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_SW_PAGE_FAULTS)); in test__checkevent_symbolic_alias()
245 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint()
259 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_x()
273 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_r()
288 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_w()
303 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_rw()
614 TEST_ASSERT_VAL("wrong config", test_config(evsel, 10)); in test__checkevent_pmu()
636 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_list()
660 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_list()
676 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_pmu_name()
683 TEST_ASSERT_VAL("wrong config", test_config(evsel, 2)); in test__checkevent_pmu_name()
696 TEST_ASSERT_VAL("wrong config", test_config(evsel, 1)); in test__checkevent_pmu_partial_time_callgraph()
708 TEST_ASSERT_VAL("wrong config", test_config(evsel, 2)); in test__checkevent_pmu_partial_time_callgraph()
923 test_config(evsel, PERF_COUNT_SW_PAGE_FAULTS)); in test__group2()
937 test_config(evsel, PERF_COUNT_HW_BRANCH_INSTRUCTIONS)) { in test__group2()
1002 test_config(evsel, PERF_COUNT_HW_CPU_CYCLES)) { in test__group3()
1045 TEST_ASSERT_VAL("wrong config", test_config(evsel, 3)); in test__group3()
1631 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_len()
1646 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0)); in test__checkevent_breakpoint_len_w()
1675 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_SW_TASK_CLOCK)); in test__checkevent_precise_max_modifier()
1755 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0x1a)); in test__checkevent_raw_pmu()