Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dmmap_record.h70 struct Mmap2Record : public BaseMmap2Record { struct
71 std::string filename;
72 protos::pbzero::Profiling::CpuMode cpu_mode;
73 bool has_build_id;
/aosp_15_r20/system/extras/simpleperf/
H A Drecord.h308 struct Mmap2Record : public Record { struct
309 struct Mmap2RecordDataType { argument
320 const Mmap2RecordDataType* data; argument
323 Mmap2Record() {} in Mmap2Record() function
H A Drecord.cpp311 Mmap2Record::Mmap2Record(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, in Mmap2Record() function in simpleperf::Mmap2Record