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 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 Dlocal_cache.h105 LocalStats &getStats() { return Stats; } in getStats() function
107 void getStats(ScopedString *Str) { in getStats() function
H A Dtsd_shared.h116 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats() function
129 TSDs[I].getCache().getStats(Str); in getStats()
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { in getStats() function
156 void getStats(ScopedString *Str) { in getStats() function
533 void getStats(ScopedString *Str);
695 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats() function
703 Cache.getStats(Str); in getStats()
H A Dcombined.h713 uptr getStats(char *Buffer, uptr Size) { in getStats() function
715 const uptr Length = getStats(&Str) + 1; in getStats()
727 getStats(&Str); in printStats()
856 void getStats(StatCounters S) { in getStats() function
1470 uptr getStats(ScopedString *Str) { in getStats() function
1471 Primary.getStats(Str); in getStats()
1472 Secondary.getStats(Str); in getStats()
1473 Quarantine.getStats(Str); in getStats()
1474 TSDRegistry.getStats(Str); in getStats()
H A Dprimary32.h315 void getStats(ScopedString *Str) { in getStats() function
333 getStats(Str, I, Sci); in getStats()
795 C->getStats().add(StatMapped, RegionSize); in populateFreeList()
854 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
870 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) in getStats() function
H A Dtsd_exclusive.h118 void getStats(ScopedString *Str) { in getStats() function
H A Dprimary64.h375 void getStats(ScopedString *Str) { in getStats() function
401 getStats(Str, I, Region); in getStats()
1008 C->getStats().add(StatMapped, MapSize); in populateFreeListAndPopBatch()
1062 C->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBatch()
1068 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) 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()