Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h271 struct MmapRecord : public Record { struct
272 struct MmapRecordDataType { argument
278 const MmapRecordDataType* data; argument
281 MmapRecord(const perf_event_attr& attr, char* p); argument
Drecord.cpp209 MmapRecord::MmapRecord(const perf_event_attr& attr, char* p) : Record(p) { in MmapRecord() function in MmapRecord
220 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, in MmapRecord() function in MmapRecord