Searched refs:SectionDesc (Results 1 – 8 of 8) sorted by relevance
103 struct SectionDesc { struct114 SectionDesc attrs; argument115 SectionDesc data;116 SectionDesc event_types;122 SectionDesc ids;
95 std::map<int, PerfFileFormat::SectionDesc> features_;121 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors()181 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
60 const std::map<int, PerfFileFormat::SectionDesc>& features = reader->FeatureSectionDescriptors(); in TEST()
186 SectionDesc desc; in ReadFeatureSectionDescriptors()335 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()340 SectionDesc section = it->second; in ReadFeatureSection()
225 uint64_t feature_header_size = feature_count * sizeof(SectionDesc); in BeginWriteFeatures()429 if (!Write(&pair.second, sizeof(SectionDesc))) { in EndWriteFeatures()
222 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
344 const std::map<int, PerfFileFormat::SectionDesc>& features = reader_->FeatureSectionDescriptors(); in WriteFeatureSections()
446 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST()