Lines Matching refs:SpSystemTrace
16 import {SpSystemTrace} from './SpSystemTrace';
38 function rightButtonOnClick(sp: SpSystemTrace,rightStar: HTMLElementAlias) {
46 if (SpSystemTrace.btnTimer) {
51 if (SpSystemTrace.wakeupList.length === 0) {
52 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);
62 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);
76 SpSystemTrace.btnTimer = setTimeout(() => {
77 SpSystemTrace.btnTimer = null; // 2.清空节流阀,方便下次开启定时器
81 function rightStarOnClick(sp:SpSystemTrace) {
85 for (let wakeupBean of SpSystemTrace.wakeupList) {
121 function cpuFavoriteRowDragStart(sp: SpSystemTrace, cpuFavoriteRow: any) {
126 function cpuFavoriteRowDragOver(sp: SpSystemTrace) {
132 function cpuFavoriteRowDropHandler(sp: SpSystemTrace, cpuFavoriteRow: any) {
151 function cpuFavoriteRowDragendHandler(sp: SpSystemTrace) {
170 function triangleFlagHandler(sp:SpSystemTrace) {
176 function numberCalibrationHandler(sp: SpSystemTrace) {
184 function flagChangeHandler(sp: SpSystemTrace) {
202 function slicesChangeHandler(sp:SpSystemTrace) {
220 function collectHandler(sp: SpSystemTrace) {
262 function collectHandlerNo(sp: SpSystemTrace, currentRow: any, event: any) {
297 function collectHandlerYes(sp: SpSystemTrace, currentRow: any, event: any){
338 function collectHandlerDrop(sp: SpSystemTrace, currentRow: HTMLDivElement|undefined|null) {
353 function collectHandlerDragEnd(sp: SpSystemTrace) {
372 function selectHandler(sp: SpSystemTrace) {
405 function selectHandlerRefreshCheckBox(sp: SpSystemTrace, rows: Array<TraceRow<any>>, refreshCheckBo…
426 function selectHandlerRows(sp: SpSystemTrace, rows: Array<TraceRow<any>>) {
472 function resizeObserverHandler(sp:SpSystemTrace) {
493 function mutationObserverHandler(sp: SpSystemTrace) {
498 if (TraceRow.rangeSelectObject && SpSystemTrace.sliceRangeMark) {
504 SpSystemTrace.sliceRangeMark = undefined;
516 function intersectionObserverHandler(sp: SpSystemTrace) {
548 function observerHandler(sp: SpSystemTrace) {
553 function windowKeyDownHandler(sp: SpSystemTrace) {
568 function smartEventSubscribe(sp: SpSystemTrace) {
602 export function documentInitEvent(sp:SpSystemTrace) : void{
624 export function spSystemTraceInitElement(sp:SpSystemTrace){
651 SpSystemTrace.scrollViewWidth = sp.getScrollWidth();
663 function moveRangeToCenterAndHighlight(sp: SpSystemTrace, findEntry: any) {
680 export function spSystemTraceShowStruct(sp:SpSystemTrace,previous: boolean, currentIndex: number, s…
711 function spSystemTraceShowStructFindIndex(sp: SpSystemTrace, previous: boolean, currentIndex: numb…
740 function findEntryTypeCpu(sp: SpSystemTrace, findEntry: any) {
757 function findEntryTypeFunc(sp: SpSystemTrace, findEntry: any) {
774 function findEntryTypeThreadProcess(sp: SpSystemTrace, findEntry: any) {
796 function findEntryTypeSdk(sp: SpSystemTrace, findEntry: any) {
811 async function spSystemTraceInitBuffer(sp:SpSystemTrace,param:{buf?:ArrayBuffer;Url?:string},wasmCo…
824 SpSystemTrace.SDK_CONFIG_MAP = sdkConfigMap == undefined ? undefined : sdkConfigMap;
830 async function spSystemTraceInitUrl(sp:SpSystemTrace,param: { buf?: ArrayBuffer; url?: string }, wa…
842 export async function spSystemTraceInit(sp:SpSystemTrace,param: { buf?: ArrayBuffer; url?: string }…
882 function expansionChangeHandler(sp: SpSystemTrace, offsetYTimeOut: any) {
918 function linkNodeHandler(linkNode: PairPoint[], sp: SpSystemTrace){
970 export function spSystemTraceInitPointToEvent(sp: SpSystemTrace) {