Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dmmap_record.h39 struct MmapRecord : public CommonMmapRecordFields { struct
46 struct BaseMmap2Record : public CommonMmapRecordFields { argument
/aosp_15_r20/system/extras/simpleperf/
H A Drecord.h286 struct MmapRecord : public Record { struct
287 struct MmapRecordDataType { argument
293 const MmapRecordDataType* data; argument
296 MmapRecord() {} in MmapRecord() function
H A Drecord.cpp262 MmapRecord::MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in MmapRecord() function in simpleperf::MmapRecord