Home
last modified time | relevance | path

Searched refs:WriteFeatureString (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/
Drecord_file.h55 bool WriteFeatureString(int feature, const std::string& s);
Drecord_file_writer.cpp178 bool RecordFileWriter::WriteFeatureString(int feature, const std::string& s) { in WriteFeatureString() function in RecordFileWriter
Dcmd_record.cpp760 if (!record_file_writer_->WriteFeatureString(PerfFileFormat::FEAT_OSRELEASE, uname_buf.release)) { in DumpAdditionalFeatures()
763 if (!record_file_writer_->WriteFeatureString(PerfFileFormat::FEAT_ARCH, uname_buf.machine)) { in DumpAdditionalFeatures()