Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h284 struct MmapRecord : public Record { struct
285 struct MmapRecordDataType { argument
291 const MmapRecordDataType* data; argument
294 MmapRecord() {} in MmapRecord() argument
Drecord.cpp261 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() function in simpleperf::MmapRecord