Lines Matching refs:config
12 return (evsel->core.attr.config & PERF_HW_EVENT_MASK) == expected_config;
17 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config;
22 return (evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT) == expected_config;
32 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
44 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
50 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_INSTRUCTIONS));
67 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
80 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
97 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_CPU_CYCLES));
105 TEST_ASSERT_VAL("wrong config", test_config(evsel, PERF_COUNT_HW_INSTRUCTIONS));
121 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a));
132 TEST_ASSERT_VAL("wrong config", test_config(evsel, 0x1a));
142 TEST_ASSERT_VAL("wrong config", 0x2 == (evsel->core.attr.config & 0xffffffff));
153 TEST_ASSERT_VAL("wrong config", 10 == evsel->core.attr.config);
209 .name = "cpu_core/config=10,config1,config2=3,period=1000/u",