Home
last modified time | relevance | path

Searched refs:AllocMetadata (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwire_protocol_unittest.cc30 bool operator==(const AllocMetadata& one, const AllocMetadata& other);
31 bool operator==(const AllocMetadata& one, const AllocMetadata& other) { in operator ==()
74 AllocMetadata metadata = {}; in TEST()
Dwire_protocol.h109 struct alignas(8) AllocMetadata { struct
140 static_assert(sizeof(AllocMetadata) == 328, argument
158 AllocMetadata* alloc_header;
Dunwinding_unittest.cc102 std::unique_ptr<AllocMetadata> metadata;
106 std::unique_ptr<AllocMetadata> metadata(new AllocMetadata); in GetRecord()
Dunwound_messages.h37 AllocMetadata alloc_metadata;
Dwire_protocol.cc139 if (!ViewAndAdvance<AllocMetadata>(&buf, &out->alloc_header, end)) { in ReceiveWireMessage()
Dclient.cc368 AllocMetadata metadata; in RecordMalloc()
Dunwinding.cc125 AllocMetadata* alloc_metadata = msg->alloc_header; in DoUnwind()
Dheapprofd_producer.cc1039 const AllocMetadata& alloc_metadata = alloc_rec->alloc_metadata; in HandleAllocRecord()
/external/perfetto/docs/design-docs/
Dheapprofd-wire-protocol.md56 …ecides whether to sample the allocation, and if it should, write the `AllocMetadata` + raw stack o…