Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhwmon_pmu.c150 static int do_test(size_t i, bool with_pmu, bool with_alias) in do_test() argument
165 if (with_pmu) in do_test()
182 if (with_pmu ? (evlist->core.nr_entries != 1) : (evlist->core.nr_entries < 1)) { in do_test()
217 static int test__hwmon_pmu(bool with_pmu) in test__hwmon_pmu() argument
227 ret = do_test(i, with_pmu, /*with_alias=*/false); in test__hwmon_pmu()
232 ret = do_test(i, with_pmu, /*with_alias=*/true); in test__hwmon_pmu()