Lines Matching refs:Probe
553 const MCDecodedPseudoProbe *Probe = PI.first; in populateBodySamplesWithProbesForAllFunctions() local
556 Binary->getInlineContextForProbe(Probe, FrameVec, true); in populateBodySamplesWithProbesForAllFunctions()
559 FunctionProfile.addBodySamplesForProbe(Probe->getIndex(), Count); in populateBodySamplesWithProbesForAllFunctions()
560 if (Probe->isEntry()) in populateBodySamplesWithProbesForAllFunctions()
1073 for (const auto &Probe : It->second) { in extractProbesFromRange() local
1074 ProbeCounter[&Probe] += Count; in extractProbesFromRange()
1136 const MCDecodedPseudoProbe *Probe = PI.first; in populateBodySamplesWithProbes() local
1140 if (!Probe->isBlock() || Count == 0) in populateBodySamplesWithProbes()
1144 getContextNodeForLeafProbe(ContextStack, Probe); in populateBodySamplesWithProbes()
1149 FrameSamples[Probe->getInlineTreeNode()].insert(&FunctionProfile); in populateBodySamplesWithProbes()
1150 FunctionProfile.addBodySamplesForProbe(Probe->getIndex(), Count); in populateBodySamplesWithProbes()
1152 if (Probe->isEntry()) { in populateBodySamplesWithProbes()
1155 const auto *InlinerDesc = Binary->getInlinerDescForProbe(Probe); in populateBodySamplesWithProbes()
1180 for (auto *Probe : I.first->getProbes()) { in populateBodySamplesWithProbes() local
1181 FunctionProfile->addBodySamplesForProbe(Probe->getIndex(), 0); in populateBodySamplesWithProbes()