Searched refs:AHeapProfile_reportAllocation (Results 1 – 11 of 11) sorted by relevance
/external/perfetto/src/profiling/memory/ |
D | wrap_allocators.cc | 36 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_malloc() 46 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_calloc() 56 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_memalign() 70 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(*memptr), in wrap_posix_memalign() 104 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_realloc() 111 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_pvalloc() 118 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_valloc() 131 AHeapProfile_reportAllocation(heap_id, reinterpret_cast<uint64_t>(addr), in wrap_reallocarray()
|
D | client_api_unittest.cc | 76 EXPECT_FALSE(AHeapProfile_reportAllocation(heap_id, 1, 1)); in TEST() 95 EXPECT_TRUE(AHeapProfile_reportAllocation(heap_id, 1, 1)); in TEST() 100 EXPECT_FALSE(AHeapProfile_reportAllocation(heap_id, 1, 1)); in TEST() 117 EXPECT_TRUE(AHeapProfile_reportAllocation(heap_id, 1, 1)); in TEST() 122 EXPECT_FALSE(AHeapProfile_reportAllocation(heap_id, 1, 1)); in TEST()
|
D | client_api_benchmark.cc | 84 AHeapProfile_reportAllocation(heap_id, 0x123, 3200); in BM_ClientApiOneTenthAllocation() 105 AHeapProfile_reportAllocation(heap_id, 0x123, 320); in BM_ClientApiOneHundrethAllocation() 126 AHeapProfile_reportAllocation(heap_id, 0x123, 1); in BM_ClientApiAlmostNoAllocation() 168 AHeapProfile_reportAllocation(heap_id, 0x123, 20); in BM_ClientApiDisabledHeapAllocation()
|
D | heapprofd_standalone_client_example.cc | 24 AHeapProfile_reportAllocation(heap_id, i, i); in OtherFn()
|
D | heapprofd_client_api.map.txt | 6 AHeapProfile_reportAllocation; # apex
|
D | client_api_noop.cc | 53 AHeapProfile_reportAllocation(uint32_t, uint64_t, uint64_t) { in AHeapProfile_reportAllocation() function
|
D | heapprofd_end_to_end_test.cc | 168 AHeapProfile_reportAllocation(heap_id, 0x1234abc, bytes); in CustomAllocateAndFree() 175 AHeapProfile_reportAllocation(heap_id, 0x1234abc, bytes); in SecondaryAllocAndFree() 303 if (!AHeapProfile_reportAllocation(heap_id, 0x1, 10u)) in RunAccurateMalloc() 306 if (!AHeapProfile_reportAllocation(heap_id, 0x2, 15u)) in RunAccurateMalloc() 308 if (!AHeapProfile_reportAllocation(heap_id, 0x3, 15u)) in RunAccurateMalloc() 335 if (!AHeapProfile_reportAllocation(heap_id, 0x1, 10u)) in RunAccurateMallocWithVforkCommon() 341 AHeapProfile_reportAllocation(heap_id, 0x2, 15u); in RunAccurateMallocWithVforkCommon() 342 AHeapProfile_reportAllocation(heap_id, 0x3, 15u); in RunAccurateMallocWithVforkCommon() 345 if (!AHeapProfile_reportAllocation(heap_id, 0x2, 15u)) in RunAccurateMallocWithVforkCommon() 347 if (!AHeapProfile_reportAllocation(heap_id, 0x3, 15u)) in RunAccurateMallocWithVforkCommon()
|
D | client_api.cc | 362 AHeapProfile_reportAllocation(uint32_t heap_id, uint64_t id, uint64_t size) { in AHeapProfile_reportAllocation() function
|
/external/perfetto/src/profiling/memory/include/perfetto/ |
D | heap_profile.h | 151 bool AHeapProfile_reportAllocation(uint32_t heap_id,
|
/external/perfetto/tools/ |
D | multithreaded_alloc.cc | 72 AHeapProfile_reportAllocation(g_heap_id, in Thread()
|
/external/perfetto/docs/instrumentation/ |
D | heapprofd-api.md | 87 AHeapProfile_reportAllocation(g_heap_id, static_cast<uintptr_t>(ptr), size);
|