Home
last modified time | relevance | path

Searched refs:getStats (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp80 L->getStats(&Str); in testSecondaryBasic()
147 Allocator->getStats(&Str); in TEST_F()
168 Allocator->getStats(&Str); in TEST_F()
241 Allocator->getStats(&Str); in TEST_F()
H A Dprimary_test.cpp166 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
220 Allocator.getStats(&Str); in TEST()
258 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
305 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
H A Dquarantine_test.cpp218 Quarantine.getStats(&Str); in TEST()
250 Quarantine.getStats(&Str); in TEST()
H A Dcombined_test.cpp424 scudo::uptr ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST()
428 ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dquarantine.h129 void getStats(ScopedString *Str) const { in getStats() function
218 void getStats(ScopedString *Str) const { in getStats() function
220 Cache.getStats(Str); in getStats()
H A Dprimary64.h195 void getStats(ScopedString *Str) { in getStats() function
213 getStats(Str, I, 0); in getStats()
580 getStats(&Str); in populateFreeList()
599 C->getStats().add(StatMapped, MapSize); in populateFreeList()
631 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
637 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
H A Dprimary32.h226 void getStats(ScopedString *Str) { in getStats() function
241 getStats(Str, I, 0); in getStats()
572 C->getStats().add(StatMapped, RegionSize); in populateFreeList()
616 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
632 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
H A Dcombined.h727 uptr getStats(char *Buffer, uptr Size) { in getStats() function
730 const uptr Length = getStats(&Str) + 1; in getStats()
744 getStats(&Str); in printStats()
858 void getStats(StatCounters S) { in getStats() function
1482 uptr getStats(ScopedString *Str) { in getStats() function
1483 Primary.getStats(Str); in getStats()
1484 Secondary.getStats(Str); in getStats()
1485 Quarantine.getStats(Str); in getStats()
H A Dwrappers_c.inc42 SCUDO_ALLOCATOR.getStats(Stats);
60 SCUDO_ALLOCATOR.getStats(Stats);
H A Dlocal_cache.h166 LocalStats &getStats() { return Stats; } in getStats() function
H A Dsecondary.h441 void getStats(ScopedString *Str) const;
618 void MapAllocator<Config>::getStats(ScopedString *Str) const { in getStats() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-graph.cpp278 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer
307 getStats(A.Timings.begin(), A.Timings.end(), A.S); in calculateEdgeStatistics()
320 getStats(TempTimings.begin(), TempTimings.end(), G[V.first].S); in calculateVertexStatistics()
H A Dxray-graph.h106 void getStats(U begin, U end, GraphRenderer::TimeStat &S);
H A Dxray-account.cpp274 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function
318 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DClustering.h152 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
H A DAnalysis.cpp322 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml()
361 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()