Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dsimpleperf_writer_fuzzer.cpp142 [&]() { writer->WriteBranchStackFeature(); }, in process()
H A Drecord_file.h98 bool WriteBranchStackFeature();
H A Drecord_file_writer.cpp449 bool RecordFileWriter::WriteBranchStackFeature() { in WriteBranchStackFeature() function in simpleperf::RecordFileWriter
H A Dcmd_record.cpp2103 if (branch_sampling_ != 0 && !record_file_writer_->WriteBranchStackFeature()) { in DumpAdditionalFeatures()