Searched refs:HotThreshold (Results 1 – 2 of 2) sorted by relevance
1452 uint64_t HotThreshold) { in getFuncSampleStats() argument1457 if (Sample >= HotThreshold) in getFuncSampleStats()1463 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1470 uint64_t HotThreshold) { in isFunctionHot() argument1473 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()1583 uint64_t HotThreshold) const;1687 uint64_t HotThreshold) const { in getHotFunctions()1689 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
3322 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local3323 if (HotThreshold != UINT64_MAX) { in initDupThreshold()3325 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()