Home
last modified time | relevance | path

Searched refs:perfFile (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/src/
Dhiperf_libreport.cpp52 int Report(const char *perfFile, const char *reportFile, const char *reportOptions) in Report() argument
55 HLOGD("report the file %s to %s\n", perfFile, reportFile); in Report()
56 if (perfFile != nullptr and reportFile != nullptr) { in Report()
59 args.emplace_back(perfFile); in Report()
77 int ReportJson(const char *perfFile, const char *reportFile) in ReportJson() argument
79 return ReportUnwindJson(perfFile, reportFile, nullptr); in ReportJson()
82 int ReportUnwindJson(const char *perfFile, const char *reportFile, const char *symbolsDir) in ReportUnwindJson() argument
85 HLOGD("report the file %s to json file %s symbols from %s\n", perfFile, reportFile, symbolsDir); in ReportUnwindJson()
86 if (perfFile != nullptr and reportFile != nullptr) { in ReportUnwindJson()
89 args.emplace_back(perfFile); in ReportUnwindJson()
[all …]
/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,
83 DLL_EXPORT const char *CDECL ReportGetSymbolFiles(const char *perfFile);
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts33 let perfFile = new PerfFile(); variable
43 perfFile = {
50 expect(perfFile).not.toBeUndefined();
51 expect(perfFile).toMatchInlineSnapshot(
307 let perfFile = new PerfFile(); variable
308 perfFile.setFileName = jest.fn(() => true)
309 expect(perfFile.setFileName()).toBe(true);
313 let perfFile = new PerfFile(); variable
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerPerf.test.ts397 let perfFile = new PerfFile(); variable
398 expect(perfFile.constructor()).toBeUndefined();
401 let perfFile = new PerfFile(); variable
403 expect(perfFile.setFileName(path)).toBeUndefined();