Searched refs:CallProbe (Results 1 – 2 of 2) sorted by relevance
578 const MCDecodedPseudoProbe *CallProbe = in populateBoundarySamplesWithProbesForAllFunctions() local580 if (CallProbe == nullptr) in populateBoundarySamplesWithProbesForAllFunctions()585 Binary->getInlineContextForProbe(CallProbe, FrameVec, true); in populateBoundarySamplesWithProbesForAllFunctions()1087 const MCDecodedPseudoProbe *CallProbe = Binary->getCallProbeForAddr(Addr); in extractPrefixContextStack() local1096 if (!CallProbe) in extractPrefixContextStack()1098 Probes.push_back(CallProbe); in extractPrefixContextStack()1194 const MCDecodedPseudoProbe *CallProbe = in populateBoundarySamplesWithProbes() local1196 if (CallProbe == nullptr) in populateBoundarySamplesWithProbes()1199 getFunctionProfileForLeafProbe(ContextStack, CallProbe); in populateBoundarySamplesWithProbes()1200 FunctionProfile.addBodySamples(CallProbe->getIndex(), 0, Count); in populateBoundarySamplesWithProbes()[all …]
539 const MCDecodedPseudoProbe *CallProbe = nullptr; in getCallProbeForAddr() local542 assert(!CallProbe && in getCallProbeForAddr()545 CallProbe = &Probe; in getCallProbeForAddr()548 return CallProbe; in getCallProbeForAddr()