Home
last modified time | relevance | path

Searched refs:AHeapInfo_create (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/src/profiling/memory/
Dclient_api_unittest.cc75 uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("NoClient")); in TEST()
81 AHeapProfile_registerHeap(AHeapInfo_create("ClientEnabledHeap")); in TEST()
105 AHeapProfile_registerHeap(AHeapInfo_create("ClientAllHeaps")); in TEST()
Dheapprofd_standalone_client_example.cc30 uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("test")); in main()
Dheapprofd_client_api.map.txt10 AHeapInfo_create; # apex
Dclient_api_noop.cc28 __attribute__((visibility("default"))) AHeapInfo* AHeapInfo_create( in AHeapInfo_create() function
Dmalloc_interceptor_glibc_preload.cc29 uint32_t g_heap_id = AHeapProfile_registerHeap(AHeapInfo_create("libc.malloc"));
Dmalloc_interceptor_bionic_hooks.cc99 AHeapInfo_setDisabledCallback(AHeapInfo_create("libc.malloc"),
Dclient_api_benchmark.cc29 AHeapProfile_registerHeap(AHeapInfo_create("dev.perfetto.benchmark")); in GetHeapId()
Dheapprofd_end_to_end_test.cc167 static uint32_t heap_id = AHeapProfile_registerHeap(AHeapInfo_create("test")); in CustomAllocateAndFree()
174 AHeapProfile_registerHeap(AHeapInfo_create("secondary")); in SecondaryAllocAndFree()
289 AHeapInfo_create("test"), in RunAccurateMalloc()
321 AHeapInfo_create("test"), in RunAccurateMallocWithVforkCommon()
364 AHeapInfo_create("test"), in RunAccurateSample()
468 AHeapInfo_setEnabledCallback(AHeapInfo_create("test"), in RunCustomLifetime()
Dclient_api.cc275 __attribute__((visibility("default"))) AHeapInfo* AHeapInfo_create( in AHeapInfo_create() function
/external/perfetto/src/profiling/memory/include/perfetto/
Dheap_profile.h102 AHeapInfo* _Nullable AHeapInfo_create(const char* _Nonnull heap_name);
/external/perfetto/tools/
Dmultithreaded_alloc.cc51 AHeapInfo_setEnabledCallback(AHeapInfo_create("test_heap"),
/external/perfetto/docs/instrumentation/
Dheapprofd-api.md84 AHeapInfo_create("invalid.example"));