Home
last modified time | relevance | path

Searched refs:AHeapProfile_reportAllocation (Results 1 – 11 of 11) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwrap_allocators.cc36 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()
Dclient_api_unittest.cc76 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()
Dclient_api_benchmark.cc84 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()
Dheapprofd_standalone_client_example.cc24 AHeapProfile_reportAllocation(heap_id, i, i); in OtherFn()
Dheapprofd_client_api.map.txt6 AHeapProfile_reportAllocation; # apex
Dclient_api_noop.cc53 AHeapProfile_reportAllocation(uint32_t, uint64_t, uint64_t) { in AHeapProfile_reportAllocation() function
Dheapprofd_end_to_end_test.cc168 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()
Dclient_api.cc362 AHeapProfile_reportAllocation(uint32_t heap_id, uint64_t id, uint64_t size) { in AHeapProfile_reportAllocation() function
/external/perfetto/src/profiling/memory/include/perfetto/
Dheap_profile.h151 bool AHeapProfile_reportAllocation(uint32_t heap_id,
/external/perfetto/tools/
Dmultithreaded_alloc.cc72 AHeapProfile_reportAllocation(g_heap_id, in Thread()
/external/perfetto/docs/instrumentation/
Dheapprofd-api.md87 AHeapProfile_reportAllocation(g_heap_id, static_cast<uintptr_t>(ptr), size);