Searched refs:FunctionProfile (Results 1 – 4 of 4) sorted by relevance
386 FunctionProfile.updateTotalSamples(); in updateTotalSamples()393 FunctionProfile.updateCallsiteSamples(); in updateCallsiteSamples()557 FunctionSamples &FunctionProfile = in populateBodySamplesWithProbesForAllFunctions() local561 FunctionProfile.addHeadSamples(Count); in populateBodySamplesWithProbesForAllFunctions()588 FunctionSamples &FunctionProfile = in populateBoundarySamplesWithProbesForAllFunctions() local599 FunctionSamples *FunctionProfile = in getLeafProfileAndAddTotalSamples() local601 FunctionProfile->addTotalSamples(Count); in getLeafProfileAndAddTotalSamples()620 FunctionProfile = &Ret.first->second; in getLeafProfileAndAddTotalSamples()629 return *FunctionProfile; in getLeafProfileAndAddTotalSamples()716 FunctionSamples &FunctionProfile = in populateBoundarySamplesForAllFunctions() local[all …]
101 void updateBodySamplesforFunctionProfile(FunctionSamples &FunctionProfile,323 void populateBodySamplesForFunction(FunctionSamples &FunctionProfile,
196 const FunctionSamples &FunctionProfile) { in writeFuncMetadata() argument198 if (std::error_code EC = writeContextIdx(FunctionProfile.getContext())) in writeFuncMetadata()202 encodeULEB128(FunctionProfile.getFunctionHash(), OS); in writeFuncMetadata()204 encodeULEB128(FunctionProfile.getContext().getAllAttributes(), OS); in writeFuncMetadata()210 for (const auto &J : FunctionProfile.getCallsiteSamples()) in writeFuncMetadata()213 for (const auto &J : FunctionProfile.getCallsiteSamples()) { in writeFuncMetadata()
363 const FunctionSamples &FunctionProfile = I.second; in trimAndMergeColdContextProfiles() local364 if (FunctionProfile.getTotalSamples() < ColdCountThreshold && in trimAndMergeColdContextProfiles()