Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts670 this.displayTab<TabPaneCurrent>('tabpane-current').setCurrentSlicesTime(data); method in TraceSheet
737this.displayTab<TabPaneCurrentSelection>(...names).setFunctionData(data, threadName, scrollCallbac… method in TraceSheet
795 …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.ts366 this.nMCallTreeFilterExtend(secondFilterList); method in TabpaneNMCalltree
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/
DTabPaneIrqCounter.ts313 this.irqAndSoftirqSource = groupAndSumDurations(data); property in TabPaneIrqCounter
/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts215 this.freshTableHeadResizeStyle(); method in SpQuerySQL
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsage.ts138 this.fixedDeal(arr[i].children!, traceId); method in TabPaneFreqUsage
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneCpuByThread.ts457 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