Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_merge.cpp182 return reader->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in CheckFeatureSection()
185 return reader->ReadFeatureString(PerfFileFormat::FEAT_OSRELEASE); in CheckFeatureSection()
H A Dlibsimpleperf_report_fuzzer.cpp62 [&]() { reader->ReadFeatureString(mFdp.ConsumeIntegral<int32_t>() /* feature */); }, in process()
H A Dcmd_dumprecord.cpp530 std::string s = record_file_reader_->ReadFeatureString(feature); in DumpFeatureSection()
533 std::string s = record_file_reader_->ReadFeatureString(feature); in DumpFeatureSection()
H A Drecord_file.h192 std::string ReadFeatureString(int feature);
H A Drecord_file_reader.cpp256 std::string arch = ReadFeatureString(FEAT_ARCH); in UseRecordingEnvironment()
553 std::string RecordFileReader::ReadFeatureString(int feature) { in ReadFeatureString() function in simpleperf::RecordFileReader
H A Dcmd_kmem.cpp548 std::string arch = record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile()
H A Dcmd_debug_unwind.cpp153 GetArchType(reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH))); in ProcessFile()
H A Dcmd_report.cpp906 std::string arch = record_file_reader_->ReadFeatureString(PerfFileFormat::FEAT_ARCH); in ReadFeaturesFromRecordFile()