Searched defs:MmapRecord (Results 1 – 2 of 2) sorted by relevance
286 struct MmapRecord : public Record { struct287 struct MmapRecordDataType { argument293 const MmapRecordDataType* data; argument296 MmapRecord() {} in MmapRecord() argument
262 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() function in simpleperf::MmapRecord