Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file.h85 bool WriteBranchStackFeature();
Drecord_file_writer.cpp309 bool RecordFileWriter::WriteBranchStackFeature() { in WriteBranchStackFeature() function in simpleperf::RecordFileWriter
Dcmd_record.cpp1825 if (branch_sampling_ != 0 && !record_file_writer_->WriteBranchStackFeature()) { in DumpAdditionalFeatures()