Searched refs:with_pmu (Results 1 – 2 of 2) sorted by relevance
148 static int do_test(size_t i, bool with_pmu, bool with_alias) in do_test() argument163 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() argument225 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()
8 static int do_test(enum tool_pmu_event ev, bool with_pmu) in do_test() argument22 if (with_pmu) in do_test()43 if (with_pmu ? (evlist->core.nr_entries != 1) : (evlist->core.nr_entries < 1)) { in do_test()