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 Dtsd_shared.h117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats() function
130 TSDs[I].getCache().getStats(Str); in getStats()
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { in getStats() function
176 void getStats(ScopedString *Str) { in getStats() function
559 void getStats(ScopedString *Str);
721 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { in getStats() function
729 Cache.getStats(Str); in getStats()
H A Dcombined.h631 uptr getStats(char *Buffer, uptr Size) { in getStats() function
633 const uptr Length = getStats(&Str) + 1; in getStats()
645 getStats(&Str); in printStats()
775 void getStats(StatCounters S) { in getStats() function
1623 uptr getStats(ScopedString *Str) { in getStats() function
1624 Primary.getStats(Str); in getStats()
1625 Secondary.getStats(Str); in getStats()
1626 Quarantine.getStats(Str); in getStats()
1627 TSDRegistry.getStats(Str); in getStats()
H A Dlocal_cache.h105 LocalStats &getStats() { return Stats; } in destroy()
107 void getStats(ScopedString *Str) { in allocate()
181 LocalStats &getStats() { return Stats; } getStats() function
183 void getStats(ScopedString *Str) { getStats() function
H A Dprimary32.h301 void getStats(ScopedString *Str) { in getStats() function
319 getStats(Str, I, Sci); in getStats()
802 C->getStats().add(StatMapped, RegionSize); in populateFreeList()
861 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
877 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) in getStats() function
H A Dtsd_exclusive.h126 void getStats(ScopedString *Str) { in getStats() function
H A Dprimary64.h355 void getStats(ScopedString *Str) { in getStats() function
382 getStats(Str, I, Region); in getStats()
1060 C->getStats().add(StatMapped, MapSize); in populateFreeListAndPopBlocks()
1115 C->getStats().add(StatFree, AllocatedUser); in populateFreeListAndPopBlocks()
1121 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()