Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_format.h103 struct SectionDesc { struct
114 SectionDesc attrs; argument
115 SectionDesc data;
116 SectionDesc event_types;
122 SectionDesc ids;
Drecord_file.h95 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_;
Dcmd_debug_unwind_test.cpp60 const std::map<int, PerfFileFormat::SectionDesc>& features = reader->FeatureSectionDescriptors(); in TEST()
Drecord_file_reader.cpp186 SectionDesc desc; in ReadFeatureSectionDescriptors()
335 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); in ReadFeatureSection()
340 SectionDesc section = it->second; in ReadFeatureSection()
Drecord_file_writer.cpp225 uint64_t feature_header_size = feature_count * sizeof(SectionDesc); in BeginWriteFeatures()
429 if (!Write(&pair.second, sizeof(SectionDesc))) { in EndWriteFeatures()
Dcmd_dumprecord.cpp222 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); in DumpFeatureSection()
Dcmd_debug_unwind.cpp344 const std::map<int, PerfFileFormat::SectionDesc>& features = reader_->FeatureSectionDescriptors(); in WriteFeatureSections()
Dcmd_record_test.cpp446 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors(); in TEST()