Searched refs:stackData (Results 1 – 8 of 8) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
D | stack_preprocess.cpp | 168 BatchNativeHookData stackData; in TakeResults() local 197 ReportThreadNameMap(rawData->stackConext->tid, threadName, stackData); in TakeResults() 243 … bool ret = runtime_instance->UnwindStack(u64regs_, rawData->stackData, rawData->stackSize, in TakeResults() 250 SetHookData(rawData, callFrames_, stackData); in TakeResults() 254 SetHookData(rawData, callFrames_, stackData); in TakeResults() 277 FlushData(stackData); in TakeResults() 698 BatchNativeHookData stackData; in SetMapsInfo() local 699 NativeHookData* hookData = stackData.add_events(); in SetMapsInfo() 703 SetSymbolInfo(curMemMaps.filePathId_, symbolInfo, stackData); in SetMapsInfo() 707 NativeHookData* nativeHookData = stackData.add_events(); in SetMapsInfo() [all …]
|
D | hook_manager.cpp | 98 StackDataRepeaterPtr& stackData) : shareMemoryBlock_(shareMemoryBlock), in HookManager() argument 100 stackData_(stackData) in HookManager() 302 rawStack->stackData = rawStack->baseStackData.get() + rawRealSize; in ReadShareMemory()
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
D | TabPaneSummary.ts | 37 private stackData: Array<HeapTraceFunctionInfo> = []; property in TabPaneSummary 132 this.stackData = HeapDataInterface.getInstance().getAllocationStackData(data); 133 if (this.stackData.length > 0) { 134 this.stackTable!.recycleDataSource = this.stackData; 547 if (that.stackData.length > 0) { 550 that.stackTable!.recycleDataSource = that.stackData;
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/ |
D | TabPaneSummary.ts | 38 private stackData: Array<HeapTraceFunctionInfo> = []; property in TabPaneSummary 130 this.stackData = HeapDataInterface.getInstance().getAllocationStackData(data); 131 if (this.stackData.length > 0) { 132 this.stackTable!.recycleDataSource = this.stackData; 594 if (that.stackData.length > 0) { 597 that.stackTable!.recycleDataSource = that.stackData;
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | stack_data_repeater.h | 35 uint8_t* stackData; member
|
D | hook_common.h | 142 uint8_t* stackData; member
|
D | hook_manager.h | 54 StackDataRepeaterPtr& stackData);
|
D | stack_preprocess.h | 89 void FlushData(BatchNativeHookData& stackData);
|