Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_allocator.h105 LocalStats &getStats() { return Stats; } in getStats() function
107 void getStats(ScopedString *Str) { in getStats() function
253 LocalStats &getStats() { return Stats; } in getStats() function
255 void getStats(ScopedString *Str) { Str->append(" No block is cached.\n"); } in getStats() function
H A Dquarantine.h130 void getStats(ScopedString *Str) const { in getStats() function
228 void getStats(ScopedString *Str) EXCLUDES(CacheMutex) { in getStats() function
231 Cache.getStats(Str); in getStats()
H A Dtsd_shared.h117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats() function
130 TSDs[I].getSizeClassAllocator().getStats(Str); in getStats()
H A Dprimary32.h120 void getStats(ScopedString *Str);
207 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci)
454 void SizeClassAllocator32<Config>::getStats(ScopedString *Str) { in getStats() function
472 getStats(Str, I, Sci); in getStats()
903 SizeClassAllocator->getStats().add(StatMapped, RegionSize); in populateFreeList()
962 SizeClassAllocator->getStats().add(StatFree, AllocatedUser); in populateFreeList()
979 void SizeClassAllocator32<Config>::getStats(ScopedString *Str, uptr ClassId, in getStats() function
H A Dcombined.h639 uptr getStats(char *Buffer, uptr Size) { in getStats() function
641 const uptr Length = getStats(&Str) + 1; in getStats()
653 getStats(&Str); in printStats()
783 void getStats(StatCounters S) { in getStats() function
1642 uptr getStats(ScopedString *Str) { in getStats() function
1643 Primary.getStats(Str); in getStats()
1644 Secondary.getStats(Str); in getStats()
1645 Quarantine.getStats(Str); in getStats()
1646 TSDRegistry.getStats(Str); in getStats()
H A Dsecondary.h132 void getStats(UNUSED ScopedString *Str) { in getStats() function
202 void getStats(ScopedString *Str) { in getStats() function
672 void getStats(ScopedString *Str);
894 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats() function
902 Cache.getStats(Str); in getStats()
H A Dtsd_exclusive.h126 void getStats(ScopedString *Str) { in getStats() function
H A Dprimary64.h112 void getStats(ScopedString *Str);
262 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region)
720 SizeClassAllocator->getStats().add(StatMapped, MapSize); in populateFreeListAndPopBlocks()
776 SizeClassAllocator->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBlocks()
1100 void SizeClassAllocator64<Config>::getStats(ScopedString *Str) { in getStats() function
1127 getStats(Str, I, Region); in getStats()
1132 void SizeClassAllocator64<Config>::getStats(ScopedString *Str, uptr ClassId, in getStats() function
H A Dwrappers_c.inc74 SCUDO_ALLOCATOR.getStats(Stats);
94 SCUDO_ALLOCATOR.getStats(Stats);
/freebsd/contrib/llvm-project/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()