Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dparse-events.c77 static bool test_hw_config(const struct evsel *evsel, __u64 expected_config) in test_hw_config() function
153 TEST_ASSERT_EVSEL("wrong config", test_hw_config(evsel, 0x1a), evsel); in test__checkevent_raw()
245 TEST_ASSERT_EVSEL("wrong config", test_hw_config(evsel, 1 << 16), evsel); in test__checkevent_genhw()
646 TEST_ASSERT_EVSEL("wrong config", test_hw_config(evsel, 10), evsel); in test__checkevent_pmu()