Searched defs:perfFile (Results 1 – 2 of 2) sorted by relevance
52 int Report(const char *perfFile, const char *reportFile, const char *reportOptions) in Report()77 int ReportJson(const char *perfFile, const char *reportFile) in ReportJson()82 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir) in ReportUnwindJson()122 const char *ReportGetSymbolFiles(const char *perfFile) in ReportGetSymbolFiles()
402 File perfFile = new File(baseDir + "perf_data" + fileSuffixTimestamp + ".trace"); in pullAndAnalysisHtraceFile() local