Home
last modified time | relevance | path

Searched defs:hoverStruct (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfProcess2.ts71 static hoverStruct: HiPerfProcessStruct | undefined; property in HiPerfProcessStruct
DProcedureWorkerHiPerfThread2.ts66 static hoverStruct: HiPerfThreadStruct | undefined; property in HiPerfThreadStruct
DProcedureWorkerHiPerfCPU2.ts73 static hoverStruct: HiPerfCpuStruct | undefined; property in HiPerfCpuStruct
DProcedureWorkerHiPerfEvent.ts101 static hoverStruct: HiPerfEventStruct | undefined; property in HiPerfEventStruct
DProcedureWorkerHiPerfReport.ts187 static hoverStruct: HiPerfReportStruct | undefined; property in HiPerfReportStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerVirtualMemory.ts56 static hoverStruct: VirtualMemoryStruct | undefined; property in VirtualMemoryStruct
DProcedureWorkerThreadSysCall.ts86 static hoverStruct: ThreadSysCallStruct | undefined; property in ThreadSysCallStruct
DProcedureWorkerFreqExtend.ts123 static hoverStruct: CpuFreqExtendStruct | undefined; property in CpuFreqExtendStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts249 let hoverStruct = HiPerfCallChartStruct.hoverPerfCallCutStruct; variable