Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h286 struct MmapRecord : public Record { struct
287 struct MmapRecordDataType { argument
293 const MmapRecordDataType* data; argument
296 MmapRecord() {} in MmapRecord() argument
Drecord.cpp262 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() function in simpleperf::MmapRecord