Lines Matching refs:reportFile
46 int Report(const char *perfFile, const char *reportFile, const char *reportOptions)
49 HLOGD("report the file %s to %s\n", perfFile, reportFile);
50 if (perfFile != nullptr and reportFile != nullptr) {
55 args.emplace_back(reportFile);
71 int ReportJson(const char *perfFile, const char *reportFile)
73 return ReportUnwindJson(perfFile, reportFile, nullptr);
76 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir)
79 HLOGD("report the file %s to json file %s symbols from %s\n", perfFile, reportFile, symbolsDir);
80 if (perfFile != nullptr and reportFile != nullptr) {
85 args.emplace_back(reportFile);