Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.cpp427 size_t hardware_events = 0; in GetHardwareCountersForCpus() local
430 hardware_events++; in GetHardwareCountersForCpus()
435 cpu_map[cpu] += hardware_events; in GetHardwareCountersForCpus()
Dcmd_stat.cpp977 for (const auto& [cpu, hardware_events] : event_selection_set_.GetHardwareCountersForCpus()) { in CheckHardwareCounterMultiplexing()
978 std::optional<bool> result = CheckHardwareCountersOnCpu(cpu, hardware_events); in CheckHardwareCounterMultiplexing()