Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dhwmon_pmu.c148 static int do_test(size_t i, bool with_pmu, bool with_alias) in do_test() argument
163 if (with_pmu) in do_test()
180 if (with_pmu ? (evlist->core.nr_entries != 1) : (evlist->core.nr_entries < 1)) { in do_test()
215 static int test__hwmon_pmu(bool with_pmu) in test__hwmon_pmu() argument
225 ret = do_test(i, with_pmu, /*with_alias=*/false); in test__hwmon_pmu()
230 ret = do_test(i, with_pmu, /*with_alias=*/true); in test__hwmon_pmu()
H A Dtool_pmu.c8 static int do_test(enum tool_pmu_event ev, bool with_pmu) in do_test() argument
22 if (with_pmu) in do_test()
43 if (with_pmu ? (evlist->core.nr_entries != 1) : (evlist->core.nr_entries < 1)) { in do_test()