Searched refs:branchInstructionsCount (Results 1 – 1 of 1) sorted by relevance
435 __u64 branchInstructionsCount = 0; in GetDetailComments() local436 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()438 branchInstructionsCount != 0) { in GetDetailComments()439 … comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED; in GetDetailComments()522 __u64 branchInstructionsCount = 0; in GetComments() local524 branchInstructionsCount, otherScale); in GetComments()526 branchInstructionsCount != 0) { in GetComments()528 static_cast<double>(it->second->eventCount) / branchInstructionsCount; in GetComments()