Home
last modified time | relevance | path

Searched defs:FreeRecord (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dunwound_messages.h50 struct FreeRecord { struct
51 pid_t pid;
52 uint64_t data_source_instance_id;
53 uint64_t timestamp;
54 FreeBatch free_batch;
Dunwinding_fuzzer.cc32 void PostFreeRecord(FreeRecord) override {} in PostFreeRecord() argument