Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp168 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 …]
Dhook_manager.cpp98 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/
DTabPaneSummary.ts37 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/
DTabPaneSummary.ts38 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/
Dstack_data_repeater.h35 uint8_t* stackData; member
Dhook_common.h142 uint8_t* stackData; member
Dhook_manager.h54 StackDataRepeaterPtr& stackData);
Dstack_preprocess.h89 void FlushData(BatchNativeHookData& stackData);