Searched refs:FrameVec (Results 1 – 2 of 2) sorted by relevance
555 SampleContextFrameVector FrameVec; in populateBodySamplesWithProbesForAllFunctions() local584 SampleContextFrameVector FrameVec; in populateBoundarySamplesWithProbesForAllFunctions() local587 if (!FrameVec.empty()) { in populateBoundarySamplesWithProbesForAllFunctions()608 for (size_t I = 1; I < FrameVec.size(); I++) { in getLeafProfileAndAddTotalSamples()610 FrameVec[I - 1].Location.LineOffset, in getLeafProfileAndAddTotalSamples()617 SampleContext Context(FrameVec[I].FuncName); in getLeafProfileAndAddTotalSamples()673 const SampleContextFrameVector &FrameVec = in populateBodySamplesForAllFunctions() local675 if (!FrameVec.empty()) { in populateBodySamplesForAllFunctions()713 const SampleContextFrameVector &FrameVec = in populateBoundarySamplesForAllFunctions() local715 if (!FrameVec.empty()) { in populateBoundarySamplesForAllFunctions()[all …]
165 getLeafProfileAndAddTotalSamples(const SampleContextFrameVector &FrameVec,