HomeSort by relevance Sort by last modified time
    Searched refs:SectionDesc (Results 1 - 6 of 6) sorted by null

  /system/extras/simpleperf/
record_file_format.h 94 struct SectionDesc {
105 SectionDesc attrs;
106 SectionDesc data;
107 SectionDesc event_types;
113 SectionDesc ids;
record_file.h 91 std::map<int, PerfFileFormat::SectionDesc> features_;
117 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const {
178 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
record_file_reader.cpp 146 SectionDesc desc;
311 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors();
316 SectionDesc section = it->second;
record_file_writer.cpp 222 uint64_t feature_header_size = feature_count * sizeof(SectionDesc);
387 if (!Write(&pair.second, sizeof(SectionDesc))) {
cmd_dumprecord.cpp 186 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors();
cmd_record_test.cpp 350 std::map<int, SectionDesc> section_map = reader->FeatureSectionDescriptors();

Completed in 61 milliseconds