Searched refs:output_format_ (Results 1 – 1 of 1) sorted by relevance
141 const char* open_mode = (output_format_ == OutputFormat::AutoFDO) ? "w" : "wb"; in Run()192 output_format_ = OutputFormat::AutoFDO; in ParseOptions()194 output_format_ = OutputFormat::BranchList; in ParseOptions()250 if (output_format_ == OutputFormat::AutoFDO) { in ProcessRecord()253 } else if (output_format_ == OutputFormat::BranchList) { in ProcessRecord()314 if (output_format_ != OutputFormat::AutoFDO) { in ProcessBranchListFile()412 if (output_format_ == OutputFormat::AutoFDO) { in WriteOutput()416 CHECK(output_format_ == OutputFormat::BranchList); in WriteOutput()591 OutputFormat output_format_ = OutputFormat::AutoFDO; member in simpleperf::__anon3ce946470111::InjectCommand