Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts380 this.spRecordPerf?.addEventListener('addProbe', this.recordAddProbeEvent);
381 this.spAllocations?.addEventListener('addProbe', this.recordAddProbeEvent);
382 this.probesConfig?.addEventListener('addProbe', this.recordAddProbeEvent);
396 this.spRecordPerf?.removeEventListener('addProbe', this.recordAddProbeEvent);
397 this.spAllocations?.removeEventListener('addProbe', this.recordAddProbeEvent);
398 this.probesConfig?.removeEventListener('addProbe', this.recordAddProbeEvent);
433 recordAddProbeEvent = (): void => { property in SpRecordTrace