Searched refs:Probes (Results 1 – 4 of 4) sorted by relevance
140 Cur->Probes.push_back(Probe); in addPseudoProbe()170 MCOS->emitULEB128IntValue(Probes.size() + NeedSentinel); in emit()178 for (const auto &Probe : Probes) { in emit()519 auto &Probes = Address2ProbesMap[Addr]; in buildAddress2ProbeMap() local520 Probes.emplace_back(Addr, Cur->Guid, Index, PseudoProbeType(Kind), Attr, in buildAddress2ProbeMap()522 Cur->addProbes(&Probes.back()); in buildAddress2ProbeMap()586 const auto &Probes = It->second; in getCallProbeForAddr() local589 for (const auto &Probe : Probes) { in getCallProbeForAddr()
228 std::vector<ProbeType> Probes; variable243 std::vector<ProbeType> &getProbes() { return Probes; } in getProbes()244 void addProbes(ProbeType Probe) { Probes.push_back(Probe); } in addProbes()
222 io.mapRequired("Probes", Data.Probes); in mapping()247 if (Data.Probes.empty()) in dumpYaml()408 Data->Probes.push_back(P); in correlateProfileDataImpl()
109 std::vector<Probe> Probes;96 std::vector<Probe> Probes; global() member