Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwound_messages.h43 struct FreeRecord { struct
44 pid_t pid;
45 uint64_t data_source_instance_id;
46 uint64_t timestamp;
47 FreeEntry entry;
Dunwinding_fuzzer.cc35 void PostFreeRecord(UnwindingWorker*, std::vector<FreeRecord>) override {} in PostFreeRecord()