Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_stat.cpp932 size_t hardware_events = 0; in CheckHardwareCounterMultiplexing() local
935 hardware_events++; in CheckHardwareCounterMultiplexing()
938 if (hardware_events == 0) { in CheckHardwareCounterMultiplexing()
946 std::optional<bool> result = CheckHardwareCountersOnCpu(cpu, hardware_events); in CheckHardwareCounterMultiplexing()