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

/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c15 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) function
121 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a));
/linux-master/tools/perf/tests/
H A Dparse-events.c52 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) function
128 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 0x1a));
171 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, id));
237 TEST_ASSERT_VAL("wrong config", test_perf_config(evsel, 1 << 16));

Completed in 271 milliseconds