Searched refs:hardware_events (Results 1 – 2 of 2) sorted by relevance
427 size_t hardware_events = 0; in GetHardwareCountersForCpus() local430 hardware_events++; in GetHardwareCountersForCpus()435 cpu_map[cpu] += hardware_events; in GetHardwareCountersForCpus()
977 for (const auto& [cpu, hardware_events] : event_selection_set_.GetHardwareCountersForCpus()) { in CheckHardwareCounterMultiplexing()978 std::optional<bool> result = CheckHardwareCountersOnCpu(cpu, hardware_events); in CheckHardwareCounterMultiplexing()