/external/perfetto/src/profiling/memory/ |
D | wrap_allocators.cc | 35 void* wrap_malloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_malloc() 42 void* wrap_calloc(uint32_t heap_id, in wrap_calloc() 52 void* wrap_memalign(uint32_t heap_id, in wrap_memalign() 62 int wrap_posix_memalign(uint32_t heap_id, in wrap_posix_memalign() 79 void wrap_free(uint32_t heap_id, void (*fn)(void*), void* pointer) { in wrap_free() 98 void* wrap_realloc(uint32_t heap_id, in wrap_realloc() 110 void* wrap_pvalloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_pvalloc() 117 void* wrap_valloc(uint32_t heap_id, void* (*fn)(size_t), size_t size) { in wrap_valloc() 124 void* wrap_reallocarray(uint32_t heap_id, in wrap_reallocarray()
|
D | client_api_benchmark.cc | 28 static uint32_t heap_id = in GetHeapId() local 72 const uint32_t heap_id = GetHeapId(); in BM_ClientApiOneTenthAllocation() local 93 const uint32_t heap_id = GetHeapId(); in BM_ClientApiOneHundrethAllocation() local 114 const uint32_t heap_id = GetHeapId(); in BM_ClientApiAlmostNoAllocation() local 135 const uint32_t heap_id = GetHeapId(); in BM_ClientApiSample() local 156 const uint32_t heap_id = GetHeapId(); in BM_ClientApiDisabledHeapAllocation() local 177 const uint32_t heap_id = GetHeapId(); in BM_ClientApiDisabledHeapFree() local 198 const uint32_t heap_id = GetHeapId(); in BM_ClientApiEnabledHeapFree() local
|
D | heapprofd_standalone_client_example.cc | 23 void OtherFn(uint32_t heap_id, uint64_t i) { in OtherFn() 30 uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("test")); in main() local
|
D | client_api_unittest.cc | 75 uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("NoClient")); in TEST() local 80 uint32_t heap_id = in TEST() local 104 uint32_t heap_id = in TEST() local
|
D | client_api.cc | 197 uint64_t MaybeToggleHeap(uint32_t heap_id, in MaybeToggleHeap() 350 auto heap_id = static_cast<uint32_t>(info - &g_heaps[0]); in AHeapProfile_registerHeap() local 378 AHeapProfile_reportAllocation(uint32_t heap_id, uint64_t id, uint64_t size) { in AHeapProfile_reportAllocation() 430 AHeapProfile_reportSample(uint32_t heap_id, uint64_t id, uint64_t size) { in AHeapProfile_reportSample() 462 uint32_t heap_id, in AHeapProfile_reportFree()
|
D | client.cc | 365 bool Client::RecordMalloc(uint32_t heap_id, in RecordMalloc() 435 bool Client::RecordFree(uint32_t heap_id, const uint64_t alloc_address) { in RecordFree() 462 bool Client::RecordHeapInfo(uint32_t heap_id, in RecordHeapInfo()
|
D | heapprofd_end_to_end_test.cc | 168 static uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("test")); in CustomAllocateAndFree() local 174 static uint32_t heap_id = in SecondaryAllocAndFree() local 288 static uint32_t heap_id = in RunAccurateMalloc() local 323 static uint32_t heap_id = in RunAccurateMallocWithVforkCommon() local 369 static uint32_t heap_id = in RunAccurateSample() local 479 static uint32_t heap_id = in RunCustomLifetime() local
|
/external/igt-gpu-tools/tests/ |
D | ion_fb.c | 37 const int heap_id = ion_get_heap_id(ion_fd, ION_HEAP_TYPE_SYSTEM); in make_fb_with_fds() local 77 const int heap_id = ion_get_heap_id(ion_fd, ION_HEAP_TYPE_SYSTEM); in clone_with_fds() local 123 const int heap_id = ion_get_heap_id(ion_fd, ION_HEAP_TYPE_SYSTEM); in mmap_with_buffer() local
|
/external/perfetto/protos/perfetto/trace/profiling/ |
D | profile_packet.proto | 222 repeated uint32 heap_id = 5; field 231 repeated uint32 heap_id = 2; field
|
/external/linux-kselftest/tools/testing/selftests/android/ion/ |
D | ionutils.c | 49 unsigned int heap_id; in ion_export_buffer_fd() local
|
D | ion.h | 95 __u32 heap_id; member
|
/external/igt-gpu-tools/lib/ |
D | ion.c | 43 int ion_alloc_one_fd(int ion_fd, size_t size, int heap_id, int *ion_buffer_fd) in ion_alloc_one_fd()
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 11110 repeated uint32 heap_id = 5; field 11119 repeated uint32 heap_id = 2; field
|