Searched refs:HotThreshold (Results 1 – 2 of 2) sorted by relevance
1812 uint64_t HotThreshold) { in getFuncSampleStats() argument1817 if (Sample >= HotThreshold) in getFuncSampleStats()1823 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1830 uint64_t HotThreshold) { in isFunctionHot() argument1833 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()1943 uint64_t HotThreshold) const;2047 uint64_t HotThreshold) const { in getHotFunctions()2049 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
3344 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local3345 if (HotThreshold != UINT64_MAX) { in initDupThreshold()3348 BlockFrequency(HotThreshold * TailDupProfilePercentThreshold / 100); in initDupThreshold()