Searched refs:HotThreshold (Results 1 – 2 of 2) sorted by relevance
1871 uint64_t HotThreshold) { in getFuncSampleStats() argument1876 if (Sample >= HotThreshold) in getFuncSampleStats()1882 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1889 uint64_t HotThreshold) { in isFunctionHot() argument1892 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()2002 uint64_t HotThreshold) const;2106 uint64_t HotThreshold) const { in getHotFunctions()2108 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
3398 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local3399 if (HotThreshold != UINT64_MAX) { in initDupThreshold()3402 BlockFrequency(HotThreshold * TailDupProfilePercentThreshold / 100); in initDupThreshold()