Home
last modified time | relevance | path

Searched refs:test_perf_config (Results 1 – 2 of 2) sorted by relevance

/tools/perf/arch/x86/tests/
Dhybrid.c15 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config() function
121 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a)); in test__hybrid_raw1()
/tools/perf/tests/
Dparse-events.c52 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config() function
128 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a)); in test__checkevent_raw()
174 test_perf_config(evsel, PERF_COUNT_HW_INSTRUCTIONS)); in test__checkevent_symbolic_name()
187 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, PERF_COUNT_HW_CPU_CYCLES)); in test__checkevent_symbolic_name_config()
217 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 1 << 16)); in test__checkevent_genhw()