Home
last modified time | relevance | path

Searched refs:AHeapProfile_initSession (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/src/profiling/memory/
Dclient_api_benchmark.cc78 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiOneTenthAllocation()
99 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiOneHundrethAllocation()
120 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiAlmostNoAllocation()
141 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiSample()
162 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiDisabledHeapAllocation()
183 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiDisabledHeapFree()
204 PERFETTO_CHECK(AHeapProfile_initSession(malloc, free)); in BM_ClientApiEnabledHeapFree()
Dclient_api_unittest.cc90 AHeapProfile_initSession(malloc, free); in TEST()
112 AHeapProfile_initSession(malloc, free); in TEST()
Dheap_profile_internal.h38 bool AHeapProfile_initSession(void* _Nullable (*_Nonnull malloc_fn)(size_t),
Dheapprofd_client_api.map.txt15 AHeapProfile_initSession;
Dclient_api_noop.cc65 __attribute__((visibility("default"))) bool AHeapProfile_initSession( in AHeapProfile_initSession() function
Dclient_api_factory_standalone.cc59 AHeapProfile_initSession(malloc, free); in MonitorFd()
Dmalloc_interceptor_bionic_hooks.cc120 return AHeapProfile_initSession(malloc_dispatch->malloc, in heapprofd_initialize()
Dclient_api.cc473 __attribute__((visibility("default"))) bool AHeapProfile_initSession( in AHeapProfile_initSession() function