Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_format.h117 struct SectionDesc { struct
128 SectionDesc attrs; argument
129 SectionDesc data;
130 SectionDesc event_types;
136 SectionDesc ids;
Drecord_file.h119 std::map<int, PerfFileFormat::SectionDesc> features_;
145 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors()
213 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
Drecord_file_reader.cpp195 SectionDesc desc; in ReadFeatureSectionDescriptors()
376 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
381 SectionDesc section = it->second; in ReadFeatureSection()
393 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
398 SectionDesc section = it->second; in ReadFeatureSection()
Drecord_file_writer.cpp241 uint64_t feature_header_size = feature_count * sizeof(SectionDesc); in BeginWriteFeatures()
476 if (!Write(&pair.second, sizeof(SectionDesc))) { in EndWriteFeatures()
Dcmd_dumprecord.cpp454 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()