Searched refs:getStats (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary64.h | 155 void getStats(ScopedString *Str) { in getStats() function 173 getStats(Str, I, 0); in getStats() 349 getStats(&Str); in populateFreeList() 367 C->getStats().add(StatMapped, MapSize); in populateFreeList() 404 C->getStats().add(StatFree, AllocatedUser); in populateFreeList() 410 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
|
| H A D | primary32.h | 185 void getStats(ScopedString *Str) { in getStats() function 200 getStats(Str, I, 0); in getStats() 348 C->getStats().add(StatMapped, RegionSize); in populateFreeList() 396 C->getStats().add(StatFree, AllocatedUser); in populateFreeList() 412 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
|
| H A D | quarantine.h | 129 void getStats(ScopedString *Str) const { in getStats() function 218 void getStats(ScopedString *Str) const { in getStats() function 220 Cache.getStats(Str); in getStats()
|
| H A D | combined.h | 696 uptr getStats(char *Buffer, uptr Size) { in getStats() function 699 const uptr Length = getStats(&Str) + 1; in getStats() 713 getStats(&Str); in printStats() 827 void getStats(StatCounters S) { in getStats() function 1420 uptr getStats(ScopedString *Str) { in getStats() function 1421 Primary.getStats(Str); in getStats() 1422 Secondary.getStats(Str); in getStats() 1423 Quarantine.getStats(Str); in getStats()
|
| H A D | local_cache.h | 126 LocalStats &getStats() { return Stats; } in getStats() function
|
| H A D | secondary.h | 427 void getStats(ScopedString *Str) const; 604 void MapAllocator<Config>::getStats(ScopedString *Str) const { in getStats() function
|
| H A D | wrappers_c.inc | 42 SCUDO_ALLOCATOR.getStats(Stats);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator_combined.h | 60 void getStats(AllocatorStatCounters StatType) const { in getStats() function
|
| H A D | scudo_allocator.cpp | 578 uptr getStats(AllocatorStat StatType) { in getStats() function 581 Backend.getStats(stats); in getStats() 781 return Instance.getStats(AllocatorStatAllocated); in __sanitizer_get_current_allocated_bytes() 785 return Instance.getStats(AllocatorStatMapped); in __sanitizer_get_heap_size()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph.cpp | 275 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer 304 getStats(A.Timings.begin(), A.Timings.end(), A.S); in calculateEdgeStatistics() 317 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 | 272 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function 316 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
|