Searched refs:CSProfileGenerator (Results 1 – 6 of 6) sorted by relevance
107 int32_t CSProfileGenerator::MaxCompressionSize = -1;109 int CSProfileGenerator::MaxContextDepth = -1;769 void CSProfileGenerator::generateProfile() { in generateProfile()800 void CSProfileGenerator::updateFunctionSamples() { in updateFunctionSamples()946 void CSProfileGenerator::convertToProfileMap( in convertToProfileMap()967 void CSProfileGenerator::convertToProfileMap() { in convertToProfileMap()980 void CSProfileGenerator::postProcessProfiles() { in postProcessProfiles()1029 void CSProfileGenerator::computeSummaryAndThreshold() { in computeSummaryAndThreshold()1110 void CSProfileGenerator::generateProbeBasedProfile() { in generateProbeBasedProfile()1126 void CSProfileGenerator::populateBodySamplesWithProbes( in populateBodySamplesWithProbes()[all …]
181 class CSProfileGenerator : public ProfileGeneratorBase {183 CSProfileGenerator(ProfiledBinary *Binary, in CSProfileGenerator() function186 CSProfileGenerator(ProfiledBinary *Binary, SampleProfileMap &Profiles) in CSProfileGenerator() function
118 if (CSProfileGenerator::MaxCompressionSize < -1) { in validateCommandLine()
283 CSProfileGenerator::compressRecursionContext(ContextVec); in getExpandedContext()284 CSProfileGenerator::trimContext(ContextVec); in getExpandedContext()
173 CSProfileGenerator::compressRecursionContext<uint64_t>(KeyStr->Context); in getContextKey()174 CSProfileGenerator::trimContext<uint64_t>(KeyStr->Context); in getContextKey()
18 CSProfileGenerator::compressRecursionContext(Context, -1); in TEST()26 CSProfileGenerator::compressRecursionContext(Context, -1); in TEST()35 CSProfileGenerator::compressRecursionContext(Context, 2); in TEST()