Lines Matching refs:FrameVec
555 SampleContextFrameVector FrameVec; in populateBodySamplesWithProbesForAllFunctions() local
556 Binary->getInlineContextForProbe(Probe, FrameVec, true); in populateBodySamplesWithProbesForAllFunctions()
558 getLeafProfileAndAddTotalSamples(FrameVec, Count); in populateBodySamplesWithProbesForAllFunctions()
584 SampleContextFrameVector FrameVec; in populateBoundarySamplesWithProbesForAllFunctions() local
585 Binary->getInlineContextForProbe(CallProbe, FrameVec, true); in populateBoundarySamplesWithProbesForAllFunctions()
587 if (!FrameVec.empty()) { in populateBoundarySamplesWithProbesForAllFunctions()
589 getLeafProfileAndAddTotalSamples(FrameVec, 0); in populateBoundarySamplesWithProbesForAllFunctions()
591 FrameVec.back().Location.LineOffset, 0, CalleeName, Count); in populateBoundarySamplesWithProbesForAllFunctions()
597 const SampleContextFrameVector &FrameVec, uint64_t Count) { in getLeafProfileAndAddTotalSamples() argument
600 &getTopLevelFunctionProfile(FrameVec[0].FuncName); in getLeafProfileAndAddTotalSamples()
608 for (size_t I = 1; I < FrameVec.size(); I++) { in getLeafProfileAndAddTotalSamples()
610 FrameVec[I - 1].Location.LineOffset, in getLeafProfileAndAddTotalSamples()
611 getBaseDiscriminator(FrameVec[I - 1].Location.Discriminator)); in getLeafProfileAndAddTotalSamples()
615 SamplesMap.emplace(FrameVec[I].FuncName.str(), FunctionSamples()); in getLeafProfileAndAddTotalSamples()
617 SampleContext Context(FrameVec[I].FuncName); in getLeafProfileAndAddTotalSamples()
673 const SampleContextFrameVector &FrameVec = in populateBodySamplesForAllFunctions() local
675 if (!FrameVec.empty()) { in populateBodySamplesForAllFunctions()
681 FrameVec, Count * Binary->getInstSize(Offset)); in populateBodySamplesForAllFunctions()
682 updateBodySamplesforFunctionProfile(FunctionProfile, FrameVec.back(), in populateBodySamplesForAllFunctions()
713 const SampleContextFrameVector &FrameVec = in populateBoundarySamplesForAllFunctions() local
715 if (!FrameVec.empty()) { in populateBoundarySamplesForAllFunctions()
717 getLeafProfileAndAddTotalSamples(FrameVec, 0); in populateBoundarySamplesForAllFunctions()
719 FrameVec.back().Location.LineOffset, in populateBoundarySamplesForAllFunctions()
720 getBaseDiscriminator(FrameVec.back().Location.Discriminator), in populateBoundarySamplesForAllFunctions()