Lines Matching refs:reportFile_
41 if (!Option::GetOptionValue(args, "-o", reportFile_)) { in ParseOption()
119 printf(" reportFile_:\t%s\n", reportFile_.c_str()); in DumpOptions()
174 if (reportFile_.empty()) { in VerifyOption()
176 reportFile_ = "perf.proto"; in VerifyOption()
178 reportFile_ = "perf.json"; in VerifyOption()
551 printf("save to protobuf file: '%s'\n", reportFile_.c_str()); in PrepareOutput()
553 protobufOutputFileWriter_->Create(reportFile_); in PrepareOutput()
558 if (!reportFile_.empty()) { in PrepareOutput()
559 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput()
562 printf("unable open file to '%s' because '%d'\n", reportFile_.c_str(), errno); in PrepareOutput()
565 printf("report will save at '%s'\n", reportFile_.c_str()); in PrepareOutput()