Searched refs:ReadFeatureSection (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | record_file_reader.cpp | 375 bool RecordFileReader::ReadFeatureSection(int feature, std::vector<char>* data) { in ReadFeatureSection() function in simpleperf::RecordFileReader 392 bool RecordFileReader::ReadFeatureSection(int feature, std::string* data) { in ReadFeatureSection() function in simpleperf::RecordFileReader 411 if (!ReadFeatureSection(FEAT_CMDLINE, &buf)) { in ReadCmdlineFeature() 432 if (!ReadFeatureSection(FEAT_BUILD_ID, &buf)) { in ReadBuildIdFeature() 455 if (!ReadFeatureSection(feature, &buf)) { in ReadFeatureString() 468 if (!ReadFeatureSection(FEAT_AUXTRACE, &buf)) { in ReadAuxTraceFeature() 557 if (!ReadFeatureSection(FEAT_META_INFO, &buf)) { in ReadMetaInfoFeature() 576 if (!ReadFeatureSection(FEAT_DEBUG_UNWIND, &s)) { in ReadDebugUnwindFeature()
|
D | record_file.h | 151 bool ReadFeatureSection(int feature, std::vector<char>* data); 152 bool ReadFeatureSection(int feature, std::string* data);
|
D | cmd_merge.cpp | 335 if (!readers_[0]->ReadFeatureSection(feature, &data) || in MergeFeatureSection()
|
D | report_lib_interface.cpp | 389 if (feature == -1 || !record_file_reader_->ReadFeatureSection(feature, &feature_section_data_)) { in GetFeatureSection()
|
D | cmd_kmem.cpp | 559 if (!record_file_reader_->ReadFeatureSection(PerfFileFormat::FEAT_TRACING_DATA, in ReadFeaturesFromRecordFile()
|
D | cmd_debug_unwind.cpp | 455 if (!reader_->ReadFeatureSection(feat_type, &buffer) || in WriteFeatureSections()
|
D | cmd_report.cpp | 830 if (!record_file_reader_->ReadFeatureSection(PerfFileFormat::FEAT_TRACING_DATA, in ReadFeaturesFromRecordFile()
|