Home
last modified time | relevance | path

Searched refs:HEAPPROFD_HEAP_NAME_SZ (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwire_protocol.h79 char name[HEAPPROFD_HEAP_NAME_SZ];
136 PERFETTO_CROSS_ABI_ALIGNED(char) heap_name[HEAPPROFD_HEAP_NAME_SZ];
Dwire_protocol.cc170 static_assert(sizeof(heap.name) == HEAPPROFD_HEAP_NAME_SZ, in GetHeapSamplingInterval()
172 if (strncmp(&heap.name[0], heap_name, HEAPPROFD_HEAP_NAME_SZ) == 0) { in GetHeapSamplingInterval()
Dclient_api.cc49 char heap_name[HEAPPROFD_HEAP_NAME_SZ];
Dheapprofd_producer.cc192 if (heap.size() > HEAPPROFD_HEAP_NAME_SZ - 1) { in HeapprofdConfigToClientConfiguration()
194 HEAPPROFD_HEAP_NAME_SZ - 1); in HeapprofdConfigToClientConfiguration()
/external/perfetto/src/profiling/memory/include/perfetto/
Dheap_profile.h75 #define HEAPPROFD_HEAP_NAME_SZ 64 macro