Home
last modified time | relevance | path

Searched defs:getStats (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h105 LocalStats &getStats() { return Stats; } in getStats() function
107 void getStats(ScopedString *Str) { 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
H A Dsecondary.h112 void getStats(UNUSED ScopedString *Str) { in getStats() function
156 void getStats(ScopedString *Str) { getStats() function
695 void MapAllocator<Config>::getStats(ScopedString *Str) EXCLUDES(Mutex) { getStats() function
H A Dtsd_exclusive.h118 void getStats(ScopedString *Str) { getStats() function
H A Dtsd_shared.h116 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { getStats() function
H A Dcombined.h713 uptr getStats(char *Buffer, uptr Size) { getStats() function
856 void getStats(StatCounters S) { getStats() function
1470 uptr getStats(ScopedString *Str) { getStats() function
[all...]
H A Dprimary32.h315 void getStats(ScopedString *Str) { getStats() function
870 void getStats(ScopedString *Str, uptr ClassId, SizeClassInfo *Sci) getStats() function
H A Dprimary64.h375 void getStats(ScopedString *Str) { getStats() function
1068 void getStats(ScopedString *Str, uptr ClassId, RegionInfo *Region) getStats() function
/freebsd-src/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
H A Dxray-account.cpp274 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function