Searched refs:recordAddProbeEvent (Results 1 – 1 of 1) sorted by relevance
380 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