Home
last modified time | relevance | path

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

/developtools/hiperf/src/
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()
/developtools/hiperf/include/
Dhiperf_libreport.h52 DLL_EXPORT int CDECL Report(const char *perfFile, const char *reportFile,
62 DLL_EXPORT int CDECL ReportJson(const char *perfFile, const char *reportFile);
71 DLL_EXPORT int CDECL ReportUnwindJson(const char *perfFile, const char *reportFile,