Lines Matching refs:TotalBytes
190 const uint64_t MaxColdSize, uint64_t &TotalBytes, in createMIBNode() argument
206 TotalBytes += TotalSize; in createMIBNode()
230 assert(TotalBytes > 0); in createMIBNode()
255 uint64_t TotalBytes, uint64_t ColdBytes) { in saveFilteredNewMIBNodes() argument
258 ColdBytes * 100 >= MinCallsiteColdBytePercent * TotalBytes; in saveFilteredNewMIBNodes()
295 const float PercentCold = ColdBytes * 100.0 / TotalBytes; in saveFilteredNewMIBNodes()
383 uint64_t &TotalBytes, uint64_t &ColdBytes) { in buildMIBNodes() argument
391 ContextSizeInfo, MaxColdSize, TotalBytes, ColdBytes)); in buildMIBNodes()
420 TotalBytes += CallerTotalBytes; in buildMIBNodes()
445 ContextSizeInfo, MaxColdSize, TotalBytes, in buildMIBNodes()
501 uint64_t TotalBytes = 0; in buildAndAttachMIBMetadata() local
508 /*CalleeHasAmbiguousCallerContext=*/false, TotalBytes, in buildAndAttachMIBMetadata()