Searched refs:CallProbe (Results 1 – 2 of 2) sorted by relevance
583 const MCDecodedPseudoProbe *CallProbe = in populateBoundarySamplesWithProbesForAllFunctions() local585 if (CallProbe == nullptr) in populateBoundarySamplesWithProbesForAllFunctions()590 Binary->getInlineContextForProbe(CallProbe, FrameVec, true); in populateBoundarySamplesWithProbesForAllFunctions()1102 const MCDecodedPseudoProbe *CallProbe = in extractPrefixContextStack() local1112 if (!CallProbe) in extractPrefixContextStack()1114 Probes.push_back(CallProbe); in extractPrefixContextStack()1206 const MCDecodedPseudoProbe *CallProbe = in populateBoundarySamplesWithProbes() local1208 if (CallProbe == nullptr) in populateBoundarySamplesWithProbes()1211 getFunctionProfileForLeafProbe(CtxKey, CallProbe); in populateBoundarySamplesWithProbes()1212 FunctionProfile.addBodySamples(CallProbe->getIndex(), 0, Count); in populateBoundarySamplesWithProbes()[all …]
566 const MCDecodedPseudoProbe *CallProbe = nullptr; in getCallProbeForAddr() local569 assert(!CallProbe && in getCallProbeForAddr()572 CallProbe = &Probe; in getCallProbeForAddr()575 return CallProbe; in getCallProbeForAddr()