Searched refs:test_perf_config (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/perf/arch/x86/tests/ |
| H A D | hybrid.c | 15 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()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | parse-events.c | 52 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config() function 125 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a)); in test__checkevent_raw() 168 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, id)); in assert_hw() 234 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 1 << 16)); in test__checkevent_genhw()
|