| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| 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].getCache().getStats(Str); in getStats()
|
| H A D | secondary.h | 112 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 D | combined.h | 631 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 D | local_cache.h | 105 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 D | primary32.h | 301 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 D | tsd_exclusive.h | 126 void getStats(ScopedString *Str) { in getStats() function
|
| H A D | primary64.h | 355 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 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()
|