Home
last modified time | relevance | path

Searched refs:SectionDesc (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Drecord_file_format.h80 struct SectionDesc { struct
91 SectionDesc attrs; argument
92 SectionDesc data;
93 SectionDesc event_types;
99 SectionDesc ids;
Drecord_file.h90 std::map<int, PerfFileFormat::SectionDesc> features_;
116 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors()
176 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
Drecord_file_reader.cpp146 SectionDesc desc; in ReadFeatureSectionDescriptors()
311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
316 SectionDesc section = it->second; in ReadFeatureSection()
Drecord_file_writer.cpp222 uint64_t feature_header_size = feature_count * sizeof(SectionDesc); in BeginWriteFeatures()
365 if (!Write(&pair.second, sizeof(SectionDesc))) { in EndWriteFeatures()
Dcmd_dumprecord.cpp184 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
Dcmd_record_test.cpp324 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST()