Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Drecord.h270 struct MmapRecord : public Record { struct
271 struct MmapRecordDataType { argument
277 const MmapRecordDataType* data; argument
280 MmapRecord(const perf_event_attr& attr, char* p); argument
H A Drecord.cpp213 MmapRecord::MmapRecord(const perf_event_attr& attr, char* p) : Record(p) { in MmapRecord() function in simpleperf::MmapRecord
224 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() function in simpleperf::MmapRecord