Searched refs:SectionDesc (Results 1 – 6 of 6) sorted by relevance
80 struct SectionDesc { struct91 SectionDesc attrs; argument92 SectionDesc data;93 SectionDesc event_types;99 SectionDesc ids;
90 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_;
146 SectionDesc desc; in ReadFeatureSectionDescriptors()311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()316 SectionDesc section = it->second; in ReadFeatureSection()
222 uint64_t feature_header_size = feature_count * sizeof(SectionDesc); in BeginWriteFeatures()365 if (!Write(&pair.second, sizeof(SectionDesc))) { in EndWriteFeatures()
184 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
324 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST()