| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | size_class_allocator.h | 105 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 D | quarantine.h | 130 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 D | tsd_shared.h | 117 void getStats(ScopedString *Str) EXCLUDES(MutexTSDs) { in getStats() function 130 TSDs[I].getSizeClassAllocator().getStats(Str); in getStats()
|
| H A D | primary32.h | 120 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 D | combined.h | 639 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 D | secondary.h | 132 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 D | tsd_exclusive.h | 126 void getStats(ScopedString *Str) { in getStats() function
|
| H A D | primary64.h | 112 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 D | wrappers_c.inc | 74 SCUDO_ALLOCATOR.getStats(Stats); 94 SCUDO_ALLOCATOR.getStats(Stats);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph.cpp | 278 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 D | xray-graph.h | 106 void getStats(U begin, U end, GraphRenderer::TimeStat &S);
|
| H A D | xray-account.cpp | 274 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function 318 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
|