Home
last modified time | relevance | path

Searched refs:getStats (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp80 L->getStats(&Str); in testSecondaryBasic()
147 Allocator->getStats(&Str); in TEST_F()
168 Allocator->getStats(&Str); in TEST_F()
241 Allocator->getStats(&Str); in TEST_F()
H A Dprimary_test.cpp142 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
190 Allocator.getStats(&Str); in TEST()
228 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
275 Allocator->getStats(&Str); in SCUDO_TYPED_TEST()
H A Dquarantine_test.cpp218 Quarantine.getStats(&Str); in TEST()
250 Quarantine.getStats(&Str); in TEST()
H A Dcombined_test.cpp423 scudo::uptr ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST()
427 ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h157 void getStats(ScopedString *Str) { in getStats() function
175 getStats(Str, I, 0); in getStats()
351 getStats(&Str); in populateFreeList()
369 C->getStats().add(StatMapped, MapSize); in populateFreeList()
406 C->getStats().add(StatFree, AllocatedUser); in populateFreeList()
412 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
H A Dprimary32.h185 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 Dquarantine.h129 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 Dcombined.h706 uptr getStats(char *Buffer, uptr Size) { in getStats() function
709 const uptr Length = getStats(&Str) + 1; in getStats()
723 getStats(&Str); in printStats()
837 void getStats(StatCounters S) { in getStats() function
1430 uptr getStats(ScopedString *Str) { in getStats() function
1431 Primary.getStats(Str); in getStats()
1432 Secondary.getStats(Str); in getStats()
1433 Quarantine.getStats(Str); in getStats()
H A Dwrappers_c.inc42 SCUDO_ALLOCATOR.getStats(Stats);
60 SCUDO_ALLOCATOR.getStats(Stats);
H A Dlocal_cache.h126 LocalStats &getStats() { return Stats; } in getStats() function
H A Dsecondary.h441 void getStats(ScopedString *Str) const;
618 void MapAllocator<Config>::getStats(ScopedString *Str) const { in getStats() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_combined.h60 void getStats(AllocatorStatCounters StatType) const { in getStats() function
H A Dscudo_allocator.cpp579 uptr getStats(AllocatorStat StatType) { in getStats() function
582 Backend.getStats(stats); in getStats()
782 return Instance.getStats(AllocatorStatAllocated); in __sanitizer_get_current_allocated_bytes()
786 return Instance.getStats(AllocatorStatMapped); in __sanitizer_get_heap_size()
/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-graph.cpp276 void GraphRenderer::getStats(U begin, U end, GraphRenderer::TimeStat &S) { in getStats() function in GraphRenderer
305 getStats(A.Timings.begin(), A.Timings.end(), A.S); in calculateEdgeStatistics()
318 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.cpp272 ResultRow getStats(MutableArrayRef<uint64_t> Timings) { in getStats() function
316 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DClustering.h153 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
H A DAnalysis.cpp328 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml()
367 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h164 const ClangTidyStats &getStats() const { return Stats; } in getStats() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp634 printStats(Context.getStats()); in clangTidyMain()