Home
last modified time | relevance | path

Searched refs:hoverSampleStruct (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerBpftrace.ts65 SampleStruct.hoverSampleStruct = re;
70 SampleStruct.hoverSampleStruct = undefined;
143 if (clickRowType === TraceRow.ROW_TYPE_SAMPLE && (SampleStruct.hoverSampleStruct || entry)) {
144 SampleStruct.selectSampleStruct = entry || SampleStruct.hoverSampleStruct;
166 static hoverSampleStruct: SampleStruct | undefined; property in SampleStruct
218 if (SampleStruct.hoverSampleStruct && data.name === SampleStruct.hoverSampleStruct.name) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/
DTabPaneSampleInstruction.ts41 private hoverSampleStruct: unknown | undefined;
124 this.hoverSampleStruct = undefined;
148 this.hoverSampleStruct = undefined;
162 const lastNode = this.hoverSampleStruct;
166 this.hoverSampleStruct = searchResult;
185 this.hoverSampleStruct = undefined;
222 const hoverNode = this.hoverSampleStruct;
388 if (this.hoverSampleStruct && data.name == this.hoverSampleStruct.name) {
DTabPaneSampleInstructionSelection.ts41 private hoverSampleStruct: unknown | undefined; property in TabPaneSampleInstructionSelection
104 this.hoverSampleStruct = undefined;
133 this.hoverSampleStruct = undefined;
161 const lastNode = this.hoverSampleStruct;
165 this.hoverSampleStruct = searchResult;
184 this.hoverSampleStruct = undefined;
221 const hoverNode = this.hoverSampleStruct;
388 if (this.hoverSampleStruct && data.name == this.hoverSampleStruct.name) {
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpUserPluginChart.ts56 SampleStruct.hoverSampleStruct = traceRow.getHoverStruct();
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1207 SampleStruct.hoverSampleStruct = undefined;
1292 …(): boolean => SampleStruct.hoverSampleStruct !== null && SampleStruct.hoverSampleStruct !== undef…