Searched refs:branchInstructionsCount (Results 1 – 1 of 1) sorted by relevance
430 __u64 branchInstructionsCount = 0; in GetDetailComments() local431 bool other = FindPerCoreEventCount(summary, branchInstructionsCount, otherScale); in GetDetailComments()433 branchInstructionsCount != 0) { in GetDetailComments()434 … comment += (static_cast<double>(summary.eventCount) / branchInstructionsCount) * ONE_HUNDRED; in GetDetailComments()517 __u64 branchInstructionsCount = 0; in GetComments() local519 branchInstructionsCount, otherScale); in GetComments()521 branchInstructionsCount != 0) { in GetComments()523 static_cast<double>(it->second->eventCount) / branchInstructionsCount; in GetComments()