Home
last modified time | relevance | path

Searched refs:ReadFeatureString (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dcmd_dumprecord.cpp68 std::string arch = record_file_reader_->ReadFeatureString(FEAT_ARCH); in Run()
234 std::string s = record_file_reader_->ReadFeatureString(feature); in DumpFeatureSection()
237 std::string s = record_file_reader_->ReadFeatureString(feature); in DumpFeatureSection()
Drecord_file.h145 std::string ReadFeatureString(int feature);
Dcmd_debug_unwind.cpp197 ScopedCurrentArch scoped_arch(GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in UnwindRecordFile()
Drecord_file_reader.cpp399 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString() function in RecordFileReader
Dcmd_kmem.cpp571 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile()
Dcmd_report.cpp797 record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile()