Home
last modified time | relevance | path

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

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