Home
last modified time | relevance | path

Searched defs:heap_id (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwrap_allocators.cc35 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()
Dclient_api_benchmark.cc28 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
Dheapprofd_standalone_client_example.cc23 void OtherFn(uint32_t heap_id, uint64_t i) { in OtherFn()
30 uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("test")); in main() local
Dclient_api_unittest.cc75 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
Dclient_api.cc197 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()
Dclient.cc365 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()
Dheapprofd_end_to_end_test.cc168 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/
Dion_fb.c37 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/
Dprofile_packet.proto222 repeated uint32 heap_id = 5; field
231 repeated uint32 heap_id = 2; field
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dionutils.c49 unsigned int heap_id; in ion_export_buffer_fd() local
Dion.h95 __u32 heap_id; member
/external/igt-gpu-tools/lib/
Dion.c43 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/
Dperfetto_trace.proto11110 repeated uint32 heap_id = 5; field
11119 repeated uint32 heap_id = 2; field