Searched refs:cpuCyclesCount (Results 1 – 1 of 1) sorted by relevance
421 __u64 cpuCyclesCount = 0; in GetDetailComments() local422 bool other = FindPerCoreEventCount(summary, cpuCyclesCount, otherScale); in GetDetailComments()424 comment += static_cast<double>(cpuCyclesCount) / summary.eventCount; in GetDetailComments()504 __u64 cpuCyclesCount = 0; in GetComments() local505 bool other = FindEventCount(countEvents, cpuSyclesName, it->second->id, cpuCyclesCount, in GetComments()508 double cpi = static_cast<double>(cpuCyclesCount) / it->second->eventCount; in GetComments()