Home
last modified time | relevance | path

Searched defs:Probe (Results 1 – 25 of 58) sorted by relevance

123

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
DInstrProfCorrelator.h85 struct Probe { struct
96 std::vector<Probe> Probes; argument
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h64 struct Probe { struct
65 Probe(Timestamp send_time, Timestamp recv_time, DataSize payload_size) in Probe() argument
87 enum class ProbeResult { kBitrateUpdated, kNoUpdate }; argument
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/nrs/util/
DProbe.java30 public class Probe { class
38 protected Probe(String name) { in Probe() method in Probe
47 protected Probe(String name, long start) { in Probe() method in Probe
/external/chromium-crossbench/crossbench/runner/
Dprobe_context_manager.py63 def setup(self, probes: Iterable[Probe], is_dry_run: bool):
70 def _setup_probes(self, probes: Tuple[Probe, ...], is_dry_run: bool) -> bool:
79 def _validate_probes(self, probes: Tuple[Probe, ...]):
88 def _create_contexts(self, probes: Tuple[Probe, ...]):
157 def get_probe_context(self, probe: Probe) -> Optional[ProbeContextT]:
Dresult_origin.py100 def get_default_probe_result_path(self, probe: Probe) -> AnyPath:
111 def get_local_probe_result_path(self, probe: Probe) -> LocalPath:
114 def get_browser_probe_result_path(self, probe: Probe) -> AnyPath:
Drunner.py196 additional_probes: Iterable[Probe] = (),
262 def _attach_default_probes(self, probe_list: Iterable[Probe]) -> None:
284 def _attach_default_probe(self, probe: Probe) -> None:
289 probe: Probe,
/external/chromium-crossbench/crossbench/runner/groups/
Dbase.py79 probe: Probe,
88 probe: Probe,
94 def merge(self, probes: Iterable[Probe]) -> None:
105 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
Dsession.py55 def __init__(self, env: HostEnvironment, probes: Iterable[Probe],
225 def merge(self, probes: Iterable[Probe]) -> None:
229 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
375 def get_probe_context(self, probe: Probe) -> Optional[ProbeSessionContext]:
Drepetitions.py105 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
165 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
Dbrowsers.py54 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
Dcache_temperatures.py96 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
Dstories.py101 def _merge_probe_results(self, probe: Probe) -> ProbeResult:
/external/python/bumble/rust/src/
Dmain.rs263 Probe(Probe), enumerator
267 struct Probe { struct
270 verbose: bool,
/external/chromium-crossbench/tests/crossbench/probes/
Dhelper.py67 probe: Probe) -> Tuple[Any, Any, Any, Any]:
93 probe: Probe,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DPseudoProbe.cpp33 PseudoProbe Probe; in extractProbeFromDiscriminator() local
51 PseudoProbe Probe; in extractProbe() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCPseudoProbe.cpp91 const MCPseudoProbe &Probe, const MCPseudoProbeInlineStack &InlineStack) { in addPseudoProbe()
168 for (const auto &Probe : Probes) { in emit() local
230 const MCPseudoProbe *Probe = &SentinelProbe; in emit() local
539 for (auto &Probe : It->second) { in printProbeForAddress() local
567 for (const auto &Probe : Probes) { in getCallProbeForAddr() local
586 const MCDecodedPseudoProbe *Probe, in getInlineContextForProbe()
/external/chromium-crossbench/crossbench/probes/
Dresults.py289 def __setitem__(self, probe: Probe, result: ProbeResult) -> None:
293 def __getitem__(self, probe: Probe) -> ProbeResult:
299 def __contains__(self, probe: Probe) -> bool:
308 def get(self, probe: Probe, default: Any = None) -> ProbeResult:
Dprobe.py50 def __init__(self, probe: Probe, message: str) -> None:
58 probe: Probe,
67 class Probe(abc.ABC): class
/external/perfetto/ui/src/plugins/dev.perfetto.RecordTraceV2/pages/
Dprobe_renderer.ts28 export class Probe implements m.ClassComponent<ProbeAttrs> { class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DFoldingSet.cpp241 void *Probe = OldBuckets[i]; in GrowBucketCount() local
282 void *Probe = *Bucket; in FindNodeOrInsertPos() local
401 void *Probe = NodePtr->getNextInBucket(); in advance() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DSampleProfileProbe.cpp140 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { in collectProbeFactors() local
340 auto *Probe = Builder.CreateCall(ProbeFn, Args); in instrumentOneFunc() local
424 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { in runOnFunction() local
434 if (std::optional<PseudoProbe> Probe = extractProbe(I)) { in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp284 void *Probe = OldBuckets[i]; in GrowBucketCount() local
325 void *Probe = *Bucket; in FindNodeOrInsertPos() local
440 void *Probe = NodePtr->getNextInBucket(); in advance() local
/external/llvm/lib/Support/
DFoldingSet.cpp283 void *Probe = OldBuckets[i]; in GrowBucketCount() local
324 void *Probe = *Bucket; in FindNodeOrInsertPos() local
439 void *Probe = NodePtr->getNextInBucket(); in advance() local
/external/flashrom/doc/contrib_howtos/
Dhow_to_add_new_chip.rst134 Probe section in Operations
/external/bcc/tools/
Dfunccount.py36 class Probe(object): class

123