Searched refs:NativeHookStatistics (Results 1 – 5 of 5) sorted by relevance
19 NativeHookStatistics,103 let nativeHookStatistics: Array<NativeHookStatistics> = [167 let nativeHookStatistics: Array<NativeHookStatistics> = [231 let nativeHookStatistics: Array<NativeHookStatistics> = [295 let nativeHookStatistics: Array<NativeHookStatistics> = [358 let nativeHookStatistics: Array<NativeHookStatistics> = [
33 queryAllCallchainsSamples: NativeHookStatistics[] = [];34 currentSamples: NativeHookStatistics[] = [];483 traverseSampleTree(stack: NativeHookCallInfo, hook: NativeHookStatistics): void {500 traverseTree(stack: NativeHookCallInfo, hook: NativeHookStatistics): void {519 item: NativeHookStatistics | NativeMemory,634 combineStatisticAndCallChain(samples: NativeHookStatistics[]): Array<AnalysisSample> {675 private setStatisticSubType(analysisSample: AnalysisSample, sample: NativeHookStatistics): void {693 …private setAnalysisSampleArgs(analysisSample: AnalysisSample, sample: NativeHookStatistics): Analy…720 private freshCurrentCallchains(samples: NativeHookStatistics[], isTopDown: boolean): void {725 samples.forEach((nativeHookSample: NativeHookStatistics): void => {[all …]
17 NativeHookStatistics,34 let nativeHookStatistics = new NativeHookStatistics();
19 export class NativeHookStatistics { class
19 NativeHookStatistics,41 let nativeHookStatistics = new NativeHookStatistics();