Home
last modified time | relevance | path

Searched defs:Probes (Results 1 – 4 of 4) sorted by relevance

/external/chromium-crossbench/
DREADME.md129 ### Probes subsection
145 #### Inline Probe Config
159 #### Probe Config File
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DInstrProfCorrelator.h96 std::vector<Probe> Probes; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCPseudoProbe.cpp496 auto &Probes = Address2ProbesMap[Addr]; in buildAddress2ProbeMap() local
564 const auto &Probes = It->second; in getCallProbeForAddr() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCPseudoProbe.h220 std::vector<ProbeType> Probes; variable