Searched refs:CallProbe (Results 1 – 4 of 4) sorted by relevance
305 const PseudoProbe *CallProbe = nullptr; in getCallProbeForAddr() local308 assert(!CallProbe && in getCallProbeForAddr()311 CallProbe = &Probe; in getCallProbeForAddr()314 return CallProbe; in getCallProbeForAddr()
582 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(SourceAddress); in populateBoundarySamplesWithProbes() local583 if (CallProbe == nullptr) in populateBoundarySamplesWithProbes()586 getFunctionProfileForLeafProbe(ContextStrStack, CallProbe, Binary); in populateBoundarySamplesWithProbes()587 FunctionProfile.addBodySamples(CallProbe->Index, 0, Count); in populateBoundarySamplesWithProbes()593 FunctionProfile.addCalledTargetSamples(CallProbe->Index, 0, CalleeName, in populateBoundarySamplesWithProbes()
404 const PseudoProbe *CallProbe = Binary->getCallProbeForAddr(Cur->Address); in pushFrame() local409 if (!CallProbe) in pushFrame()411 Stack.push_back(CallProbe); in pushFrame()
107 for (auto CallProbe : Stack) { in getContextKey() local108 ProbeBasedKey->Probes.emplace_back(CallProbe); in getContextKey()