Home
last modified time | relevance | path

Searched refs:reportFile (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dhiperf_libreport.cpp46 int Report(const char *perfFile, const char *reportFile, const char *reportOptions) in Report() argument
49 HLOGD("report the file %s to %s\n", perfFile, reportFile); in Report()
50 if (perfFile != nullptr and reportFile != nullptr) { in Report()
55 args.emplace_back(reportFile); in Report()
71 int ReportJson(const char *perfFile, const char *reportFile) in ReportJson() argument
73 return ReportUnwindJson(perfFile, reportFile, nullptr); in ReportJson()
76 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir) in ReportUnwindJson() argument
79 HLOGD("report the file %s to json file %s symbols from %s\n", perfFile, reportFile, symbolsDir); in ReportUnwindJson()
80 if (perfFile != nullptr and reportFile != nullptr) { in ReportUnwindJson()
85 args.emplace_back(reportFile); in ReportUnwindJson()
[all...]
/developtools/hiperf/include/
H A Dhiperf_libreport.h49 // reportFile the output file path
52 DLL_EXPORT int CDECL Report(const char *perfFile, const char *reportFile,
60 // reportFile the output file path
62 DLL_EXPORT int CDECL ReportJson(const char *perfFile, const char *reportFile);
69 // reportFile the output file path
71 DLL_EXPORT int CDECL ReportUnwindJson(const char *perfFile, const char *reportFile,

Completed in 1 milliseconds