Searched refs:PerfFileFormat (Results 1 – 16 of 16) sorted by relevance
/system/extras/simpleperf/ |
D | record_file.h | 95 std::map<int, PerfFileFormat::SectionDesc> features_; 108 const PerfFileFormat::FileHeader& FileHeader() const { in FileHeader() 121 const std::map<int, PerfFileFormat::SectionDesc>& FeatureSectionDescriptors() const { in FeatureSectionDescriptors() 168 bool ReadIdsForAttr(const PerfFileFormat::FileAttr& attr, std::vector<uint64_t>* ids); 177 PerfFileFormat::FileHeader header_; 178 std::vector<PerfFileFormat::FileAttr> file_attrs_; 181 std::map<int, PerfFileFormat::SectionDesc> feature_section_descriptors_;
|
D | cmd_debug_unwind_test.cpp | 60 const std::map<int, PerfFileFormat::SectionDesc>& features = reader->FeatureSectionDescriptors(); in TEST() 61 ASSERT_NE(features.find(PerfFileFormat::FEAT_FILE), features.end()); in TEST() 62 ASSERT_NE(features.find(PerfFileFormat::FEAT_META_INFO), features.end()); in TEST()
|
D | cmd_debug_unwind.cpp | 197 ScopedCurrentArch scoped_arch(GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in UnwindRecordFile() 344 const std::map<int, PerfFileFormat::SectionDesc>& features = reader_->FeatureSectionDescriptors(); in WriteFeatureSections() 346 for (int feature : {PerfFileFormat::FEAT_FILE, PerfFileFormat::FEAT_META_INFO}) { in WriteFeatureSections() 357 while (it != features.end() && it->first < PerfFileFormat::FEAT_FILE) { in WriteFeatureSections() 365 if (it != features.end() && it->first == PerfFileFormat::FEAT_FILE) { in WriteFeatureSections() 373 if (it != features.end() && it->first == PerfFileFormat::FEAT_META_INFO) { in WriteFeatureSections()
|
D | cmd_trace_sched_test.cpp | 39 using namespace PerfFileFormat;
|
D | record_file_format.h | 70 namespace PerfFileFormat {
|
D | cmd_dumprecord.cpp | 35 using namespace PerfFileFormat; 77 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) { in Run()
|
D | record_file_reader.cpp | 30 using namespace PerfFileFormat; 32 namespace PerfFileFormat { namespace 499 if (HasFeature(PerfFileFormat::FEAT_FILE)) { in LoadBuildIdAndFileFeatures()
|
D | record_file_test.cpp | 33 using namespace PerfFileFormat;
|
D | cmd_kmem.cpp | 571 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile() 582 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) { in ReadFeaturesFromRecordFile() 585 PerfFileFormat::FEAT_TRACING_DATA, &tracing_data)) { in ReadFeaturesFromRecordFile()
|
D | cmd_report.cpp | 738 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) { in ReadMetaInfoFromRecordFile() 797 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile() 826 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_TRACING_DATA)) { in ReadFeaturesFromRecordFile() 829 PerfFileFormat::FEAT_TRACING_DATA, &tracing_data)) { in ReadFeaturesFromRecordFile()
|
D | report_lib_interface.cpp | 228 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO) && in OpenRecordFileIfNecessary() 434 int feature = PerfFileFormat::GetFeatureId(feature_name); in GetFeatureSection()
|
D | record_file_writer.cpp | 38 using namespace PerfFileFormat;
|
D | cmd_trace_sched.cpp | 191 if (reader->HasFeature(PerfFileFormat::FEAT_META_INFO)) { in ParseSchedEvents()
|
D | cmd_record.cpp | 1555 if (!record_file_writer_->WriteFeatureString(PerfFileFormat::FEAT_OSRELEASE, in DumpAdditionalFeatures() 1559 if (!record_file_writer_->WriteFeatureString(PerfFileFormat::FEAT_ARCH, in DumpAdditionalFeatures()
|
D | cmd_report_sample.cpp | 424 if (record_file_reader_->HasFeature(PerfFileFormat::FEAT_META_INFO)) { in OpenRecordFile()
|
D | cmd_record_test.cpp | 41 using namespace PerfFileFormat;
|