Home
last modified time | relevance | path

Searched refs:reportFile_ (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_report.cpp41 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()
[all …]
/developtools/hiperf/include/
Dsubcommand_report.h142 std::string reportFile_; variable