Searched refs:cpuCyclesCount (Results 1 – 1 of 1) sorted by relevance
426 __u64 cpuCyclesCount = 0; in GetDetailComments() local427 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()429 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount; in GetDetailComments()509 __u64 cpuCyclesCount = 0; in GetComments() local510 bool other = FindEventCount(countEvents, cpuSyclesName, it->second->id, cpuCyclesCount, in GetComments()513 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments()