HomeSort by: relevance | last modified time | path
    Searched defs:Probes (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 10 // probe encoding for AutoFDO. Pseudo probes together with their inline context
20 // Number of probes originating from this function.
103 // A Tri-tree based data structure to group probes by inline stack.
110 // Set of probes that come with the function.
111 std::vector<MCPseudoProbe> Probes;
128 /// Instances of this class represent the pseudo probes inserted into a compile
144 // contains the code of a function solely, the probes associated with a comdat
145 // function are still grouped by GUIDs due to inlining that can bring probes
162 // probes associated with the text section will be emitted into a standalone
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.cpp 182 // Number of probes originating from this function.
227 // Read number of probes in the current node.
231 // Read all probes in this node
248 auto &Probes = Address2ProbesMap[Addr];
249 Probes.emplace_back(Addr, Cur->GUID, Index, PseudoProbeType(Kind), Attr,
251 Cur->addProbes(&Probes.back());
303 const auto &Probes = It->second;
306 for (const auto &Probe : Probes) {
PerfReader.h 334 SmallVector<const PseudoProbe *, 16> Probes;
344 return std::equal(Probes.begin(), Probes.end(), O->Probes.begin(),
345 O->Probes.end());
349 for (const auto *P : Probes) {
421 // callee with all inline frames recovered on that path. The probes
422 // belonging to that call path is the probes either originated from
424 // pseudo probes are organized in a tri-tree style after decoded,

Completed in 40 milliseconds