Searched refs:traceFileName (Results 1 – 17 of 17) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/event_poster/ |
H A D | EventsPoster.cpp | 66 info.traceFileName = event.traceFileName; in ConvertToAppStartInfo() 98 info.traceFileName = event.traceFileName; in ConvertToScrollJankInfo()
|
H A D | IScrollJankEventPoster.h | 47 std::string traceFileName{""};
|
H A D | IAppStartEventPoster.h | 48 std::string traceFileName{""};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
H A D | JankAnimatorReporterAdapter.cpp | 94 data.traceFileName = event.traceFileName; in ConvertReporterEventToData() 127 info.traceFileName = event.traceFileName; in ConvertReportEventToEventInfo()
|
H A D | AppStartReporterAdapter.cpp | 69 info.traceFileName = event.traceFileName; in ConvertReportEventToEventInfo()
|
H A D | SimpleAppStartReporterAdapter.cpp | 73 data.traceFileName = event.traceFileName; in ConvertReportEventToData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/ |
H A D | JankAnimatorMonitorConverter.h | 31 … std::string traceFileName, std::string infoFileName) in ConverterReportData() argument 58 event.traceFileName = traceFileName; in ConverterReportData()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/ |
H A D | IEventObserver.h | 46 std::string traceFileName{""}; 76 std::string traceFileName{""};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/ |
H A D | JankAnimatorMonitor.cpp | 99 …nkAnimatorMonitor::ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName, in ReportCritical() argument 102 …imatorReportEvent event = JankAnimatorMonitorConverter::ConverterReportData(metrics, traceFileName, in ReportCritical()
|
H A D | JankAnimatorMonitor.h | 48 void ReportCritical(const AnimatorMetrics& metrics, const std::string& traceFileName,
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/ |
H A D | IJankAnimatorReportInfrastructure.h | 46 std::string traceFileName{""};
|
H A D | IAppStartReportInfrastructure.h | 46 std::string traceFileName{""};
|
H A D | AppStartReporter.cpp | 81 "TRACE_NAME", data.traceFileName, in ReportFault()
|
H A D | JankAnimatorReporter.cpp | 80 "TRACE_NAME", data.traceFileName, in ReportCritical()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/ |
H A D | IJankAnimatorReporter.h | 46 std::string traceFileName{""};
|
H A D | IAppStartReporter.h | 47 std::string traceFileName{""};
|
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/ |
H A D | app_trace_context.cpp | 106 std::string traceFileName = InnerMakeTraceFileName(appCallerEvent); in InnerDumpAppTrace() local 107 FileUtil::RenameFile(result.data[0], traceFileName); in InnerDumpAppTrace() 108 appCallerEvent->externalLog_ = traceFileName; in InnerDumpAppTrace()
|