Lines Matching defs:Probe
571 const MCDecodedPseudoProbe *Probe = PI.first;
574 Binary->getInlineContextForProbe(Probe, FrameVec, true);
577 FunctionProfile.addBodySamples(Probe->getIndex(), Probe->getDiscriminator(),
579 if (Probe->isEntry())
1186 for (const MCDecodedPseudoProbe &Probe :
1188 ProbeCounter[&Probe] += Count;
1247 const MCDecodedPseudoProbe *Probe = PI.first;
1251 if (!Probe->isBlock() || Count == 0)
1254 ContextTrieNode *ContextNode = getContextNodeForLeafProbe(CtxKey, Probe);
1259 FrameSamples[Probe->getInlineTreeNode()].insert(&FunctionProfile);
1260 FunctionProfile.addBodySamples(Probe->getIndex(), Probe->getDiscriminator(),
1263 if (Probe->isEntry()) {
1266 const auto *InlinerDesc = Binary->getInlinerDescForProbe(Probe);
1294 for (const MCDecodedPseudoProbe &Probe : I.first->getProbes()) {
1295 FunctionProfile->addBodySamples(Probe.getIndex(),
1296 Probe.getDiscriminator(), 0);