| /openbsd-src/gnu/llvm/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 | 166 Allocator->getStats(&Str); in SCUDO_TYPED_TEST() 220 Allocator.getStats(&Str); in TEST() 258 Allocator->getStats(&Str); in SCUDO_TYPED_TEST() 305 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 | 424 scudo::uptr ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST() 428 ActualSize = Allocator->getStats(Buffer.data(), BufferSize); in SCUDO_TYPED_TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| 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 | primary64.h | 195 void getStats(ScopedString *Str) { in getStats() function 213 getStats(Str, I, 0); in getStats() 580 getStats(&Str); in populateFreeList() 599 C->getStats().add(StatMapped, MapSize); in populateFreeList() 631 C->getStats().add(StatFree, AllocatedUser); in populateFreeList() 637 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
|
| H A D | primary32.h | 226 void getStats(ScopedString *Str) { in getStats() function 241 getStats(Str, I, 0); in getStats() 572 C->getStats().add(StatMapped, RegionSize); in populateFreeList() 616 C->getStats().add(StatFree, AllocatedUser); in populateFreeList() 632 void getStats(ScopedString *Str, uptr ClassId, uptr Rss) { in getStats() function
|
| H A D | combined.h | 727 uptr getStats(char *Buffer, uptr Size) { in getStats() function 730 const uptr Length = getStats(&Str) + 1; in getStats() 744 getStats(&Str); in printStats() 858 void getStats(StatCounters S) { in getStats() function 1482 uptr getStats(ScopedString *Str) { in getStats() function 1483 Primary.getStats(Str); in getStats() 1484 Secondary.getStats(Str); in getStats() 1485 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 | 166 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
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Clustering.h | 152 const std::vector<PerInstructionStats> &getStats() const { in getStats() function
|
| H A D | Analysis.cpp | 322 for (const auto &Stats : Cluster.getCentroid().getStats()) { in printSchedClassClustersHtml() 361 RSC.getAsPoint(Mode, STI, Centroid.getStats()); in measurementsMatch()
|