Searched refs:reportFile_ (Results 1 – 2 of 2) sorted by relevance
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()536 printf("save to protobuf file: '%s'\n", reportFile_.c_str()); in PrepareOutput()538 protobufOutputFileWriter_->Create(reportFile_); in PrepareOutput()543 if (!reportFile_.empty()) { in PrepareOutput()544 std::string resolvedPath = CanonicalizeSpecPath(reportFile_.c_str()); in PrepareOutput()547 printf("unable open file to '%s' because '%d'\n", reportFile_.c_str(), errno); in PrepareOutput()[all …]
141 std::string reportFile_; variable