Searched refs:HotThreshold (Results 1 – 2 of 2) sorted by relevance
1967 uint64_t HotThreshold) { in getFuncSampleStats() argument1972 if (Sample >= HotThreshold) in getFuncSampleStats()1978 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1985 uint64_t HotThreshold) { in isFunctionHot() argument1988 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()2098 uint64_t HotThreshold) const;2202 uint64_t HotThreshold) const { in getHotFunctions()2204 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
3489 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initTailDupThreshold() local3490 if (HotThreshold != UINT64_MAX) { in initTailDupThreshold()3493 BlockFrequency(HotThreshold * TailDupProfilePercentThreshold / 100); in initTailDupThreshold()