| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | secondary_test.cpp | 80 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 D | primary_test.cpp | 142 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 D | quarantine_test.cpp | 218 Quarantine.getStats(&Str); in TEST() 250 Quarantine.getStats(&Str); in TEST()
|
| H A D | combined_test.cpp | 423 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 D | primary64.h | 157 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 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 | 706 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 D | wrappers_c.inc | 42 SCUDO_ALLOCATOR.getStats(Stats); 60 SCUDO_ALLOCATOR.getStats(Stats);
|
| H A D | local_cache.h | 126 LocalStats &getStats() { return Stats; } in getStats() function
|
| H A D | secondary.h | 441 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 D | scudo_allocator_combined.h | 60 void getStats(AllocatorStatCounters StatType) const { in getStats() function
|
| H A D | scudo_allocator.cpp | 579 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 D | xray-graph.cpp | 276 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 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()
|
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.h | 153 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
|
| H A D | Analysis.cpp | 328 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 D | ClangTidyDiagnosticConsumer.h | 164 const ClangTidyStats &getStats() const { return Stats; } in getStats() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | ClangTidyMain.cpp | 634 printStats(Context.getStats()); in clangTidyMain()
|