Home
last modified time | relevance | path

Searched defs:this (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts817 this.displayTab<TabPaneCurrent>('tabpane-current').setCurrentSlicesTime(data); method in TraceSheet
864 this.displayTab<TabPaneCurrentSelection>('current-selection').setPerfToolsData(data); method in TraceSheet
905 this.displayTab<TabPaneCurrentSelection>(...names).setFunctionData( method in TraceSheet
969 …displayFlagData = (flagObj: Flag): void => this.displayTab<TabPaneFlag>('box-flag').setCurrentFlag… method in TraceSheet
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.ts236this.ioCompletionTimesSource = this.ioCompletionTimesQueryDataSource.filter((ioCompletionTimesQuer… property in TabPaneIoCompletionTimes
DTabPaneVMEvents.ts237 this.vmEventSource = this.queryVmEventDataSource.filter((item) => { property in TabPaneVirtualMemoryEvents
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts200 this.sampleTypesList.push(copyTypes); method in TabPaneNMSampleList
DTabPaneNMCallTree.ts373 this.nMCallTreeFilterExtend(secondFilterList); method in TabpaneNMCalltree
/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts215 this.freshTableHeadResizeStyle(); method in SpQuerySQL
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts326 this.irqAndSoftirqSource = groupAndSumDurations(data); property in TabPaneIrqCounter
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCpuByThread.ts474 this.initializeCpuValues(cpuByThreadValue, cpuByThreadObject); method in TabPaneCpuByThread
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts226 this.points = { startX: startPointX, startY: startPointY, endX: endPointX, endY: endPointY }; property in SpWebHdcShell
/developtools/profiler/hiebpf/include/
Dvmlinux.h143677 struct devfreq *this; member