Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord.h268 struct MmapRecord : public Record { struct
269 struct MmapRecordDataType { argument
275 const MmapRecordDataType* data; argument
278 MmapRecord(const perf_event_attr& attr, char* p); argument
Drecord.cpp206 MmapRecord::MmapRecord(const perf_event_attr& attr, char* p) : Record(p) { in MmapRecord() function in MmapRecord
217 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, in MmapRecord() function in MmapRecord