xref: /aosp_15_r20/external/perfetto/src/profiling/memory/heapprofd_client_api.map.txt (revision 6dbdd20afdafa5e3ca9b8809fa73465d530080dc)
1HEAPPROFD_API_S { # introduced=S
2  global:
3    AHeapProfileEnableCallbackInfo_getSamplingInterval; # systemapi
4    AHeapProfile_reportSample; # systemapi
5    AHeapProfile_reportFree; # systemapi
6    AHeapProfile_reportAllocation; # systemapi
7    AHeapProfile_registerHeap; # systemapi
8    AHeapInfo_setEnabledCallback; # systemapi
9    AHeapInfo_setDisabledCallback; # systemapi
10    AHeapInfo_create; # systemapi
11};
12
13PRIVATE {
14  global:
15    AHeapProfile_initSession;
16  local:
17    *;
18} HEAPPROFD_API_S;
19