Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/rayon-core/src/sleep/
Dcounters.rs19 pub(super) struct Counters { struct
20 word: usize,
95 pub(super) fn load(&self, ordering: Ordering) -> Counters { in load()
100 fn try_exchange(&self, old_value: Counters, new_value: Counters, ordering: Ordering) -> bool { in try_exchange()
125 ) -> Counters { in increment_jobs_event_counter_if()
217 impl Counters { implementation
219 fn new(word: usize) -> Counters { in new()
224 fn increment_jobs_counter(self) -> Counters { in increment_jobs_counter()
261 impl std::fmt::Debug for Counters { implementation
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.h56 const auto &Counters = It->second; in GetCounter() local
65 const auto &Counters = It->second; in GetNumberOfBlocks() local
72 const auto &Counters = It->second; in GetNumberOfCoveredBlocks() local
86 uint32_t NumberOfCoveredBlocks(const CoverageVector &Counters) const { in NumberOfCoveredBlocks()
94 uint32_t NumberOfUncoveredBlocks(const CoverageVector &Counters) const { in NumberOfUncoveredBlocks()
99 uint32_t SmallestNonZeroCounter(const CoverageVector &Counters) const { in SmallestNonZeroCounter()
DFuzzerDataFlowTrace.cpp69 auto &Counters = in AppendCoverage() local
93 auto Counters = It.second; in FunctionWeights() local
/external/bcc/tests/python/
Dtest_trace2.c5 struct Counters { u64 stat1; }; struct
/external/perfetto/docs/data-sources/
Datrace.md81 ### Counters subsection
/external/perfetto/docs/instrumentation/
Dtrack-events.md512 ### Counters subsection
/external/scudo/standalone/tests/
Dstats_test.cpp29 scudo::uptr Counters[scudo::StatCount] = {}; in TEST() local
Drelease_test.cpp31 scudo::PackedCounterArray Counters(1U, SCUDO_WORDSIZE, 1UL << I); in TEST() local
41 scudo::PackedCounterArray Counters(1U, NumCounters, in TEST() local
/external/perfetto/include/perfetto/ext/base/
Dmetatrace_events.h102 enum Counters : uint16_t { enum
/external/perfetto/docs/quickstart/
Dtrace-analysis.md58 #### Counters subsubsection
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h175 DenseMap<unsigned, CounterInfo> Counters; variable
/external/perfetto/docs/analysis/
Dtrace-processor.md80 #### Counters subsubsection
/external/armnn/src/profiling/
DICounterDirectory.hpp38 using Counters = std::unordered_map<uint16_t, CounterPtr>; typedef
/external/google-benchmark/
DREADME.md827 #### Counter Reporting
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp609 GlobalVariable *Counters = in emitProfileArcs() local
721 GlobalVariable *Counters, in buildEdgeLookupTable()
DInstrProfiling.cpp218 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
DEfficiencySanitizer.cpp425 GlobalVariable *Counters = in createCacheFragInfoGV() local
/external/llvm/lib/Target/AMDGPU/
DSIInsertWaits.cpp44 } Counters; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp637 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
DGCOVProfiling.cpp805 GlobalVariable *Counters = in emitProfileArcs() local
/external/clang/include/clang/AST/
DStmtOpenMP.h551 SmallVector<Expr *, 4> Counters; member
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc4846 TEST_P(PerfettoApiTest, Counters) { in TEST_P() argument
/external/mesa3d/src/mesa/main/
Dmtypes.h1984 const struct gl_perf_monitor_counter *Counters; member