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()
533 printf("save to protobuf file: '%s'\n", reportFile_.c_str()); in PrepareOutput()
535 protobufOutputFileWriter_->Create(reportFile_); in PrepareOutput()
540 if (!reportFile_.empty()) { in PrepareOutput()
541 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput()
544 printf("unable open file to '%s' because '%d'\n", reportFile_.c_str(), errno); in PrepareOutput()
547 printf("report will save at '%s'\n", reportFile_.c_str()); in PrepareOutput()