Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c10 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config() argument
12 return (evsel->core.attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_config()
15 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config() argument
17 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_perf_config()
20 static bool test_hybrid_type(const struct evsel *evsel, __u64 expected_config) in test_hybrid_type() argument
22 return (evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT) == expected_config; in test_hybrid_type()
/openbmc/linux/tools/perf/tests/
H A Dparse-events.c37 static bool test_config(const struct evsel *evsel, __u64 expected_config) in test_config() argument
49 return config == expected_config; in test_config()
52 static bool test_perf_config(const struct perf_evsel *evsel, __u64 expected_config) in test_perf_config() argument
54 return (evsel->attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_perf_config()
/openbmc/linux/
H A Dopengrok0.0.log1458 2024-12-28 20:09:06.254-0600 FINEST t1137 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/scripts/kconfig/tests/inter_choice/expected_config.gz'
[all...]
H A Dopengrok1.0.log[all...]