Home
last modified time | relevance | path

Searched refs:callChainId (Results 1 – 25 of 35) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.cpp19 void NativeHookSampleBase::AppendNativeHookSampleBase(uint32_t callChainId, in AppendNativeHookSampleBase() argument
25 callChainIds_.emplace_back(callChainId); in AppendNativeHookSampleBase()
32 void NativeHookSampleBase::AppendNativeHookSampleBase(uint32_t callChainId, uint32_t ipid, uint64_t… in AppendNativeHookSampleBase() argument
35 callChainIds_.emplace_back(callChainId); in AppendNativeHookSampleBase()
73 size_t NativeHook::AppendNewNativeHookData(uint32_t callChainId, in AppendNewNativeHookData() argument
84 AppendNativeHookSampleBase(callChainId, ipid, itid, timeStamp); in AppendNewNativeHookData()
107 void NativeHook::UpdateCallChainId(size_t row, uint32_t callChainId) in UpdateCallChainId() argument
110 callChainIds_[row] = callChainId; in UpdateCallChainId()
164 size_t NativeHookFrame::AppendNewNativeHookFrame(uint32_t callChainId, in AppendNewNativeHookFrame() argument
173 callChainIds_.emplace_back(callChainId); in AppendNewNativeHookFrame()
[all …]
Debpf_stdtype.cpp19 size_t FileSystemSample::AppendNewData(uint32_t callChainId, in AppendNewData() argument
36 callChainIds_.emplace_back(callChainId); in AppendNewData()
120 size_t PagedMemorySampleData::AppendNewData(uint32_t callChainId, in AppendNewData() argument
130 callChainIds_.emplace_back(callChainId); in AppendNewData()
179 void BioLatencySampleData::AppendNewData(uint32_t callChainId, in AppendNewData() argument
192 callChainIds_.emplace_back(callChainId); in AppendNewData()
256 size_t EbpfCallStackData::AppendNewData(uint32_t callChainId, in AppendNewData() argument
263 callChainIds_.emplace_back(callChainId); in AppendNewData()
Dnative_memory_stdtype.h25 …void AppendNativeHookSampleBase(uint32_t callChainId, uint32_t ipid, uint32_t itid, uint64_t timeS…
26 void AppendNativeHookSampleBase(uint32_t callChainId, uint32_t ipid, uint64_t timeStamp);
50 size_t AppendNewNativeHookData(uint32_t callChainId,
60 void UpdateCallChainId(size_t row, uint32_t callChainId);
124 size_t AppendNewNativeHookFrame(uint32_t callChainId,
131 size_t AppendNewNativeHookFrame(uint32_t callChainId,
189 uint32_t callChainId,
Debpf_stdtype.h24 size_t AppendNewData(uint32_t callChainId,
97 size_t AppendNewData(uint32_t callChainId,
142 void AppendNewData(uint32_t callChainId,
200 size_t AppendNewData(uint32_t callChainId,
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfThreadDataReceiver.ts81 perfThread.callChainId[i] = it.callchainId;
103 callChainId: perfThread.callChainId.buffer,
116 perfThread.callChainId.buffer,
127 callChainId: Int32Array; property in PerfThread
134 this.callChainId = new Int32Array(transfer ? len : data.params.sharedArrayBuffers.callChainId);
DHiperfProcessDataReceiver.ts88 perfProcess.callChainId[i] = it.callchainId;
112 callChainId: perfProcess.callChainId.buffer,
125 perfProcess.callChainId.buffer,
136 callChainId: Int32Array; property in PerfProcess
143 this.callChainId = new Int32Array(transfer ? len : data.params.sharedArrayBuffers.callChainId);
DHiperfCpuDataReceiver.ts86 perfCpu.callChainId[i] = it.callchainId; //callchain_id
111 callChainId: perfCpu.callChainId.buffer,
123 perfCpu.callChainId.buffer,
134 callChainId: Int32Array; property in PerfCpu
141 this.callChainId = new Int32Array(transfer ? len : data.params.sharedArrayBuffers.callChainId);
DHiperfProcessDataSender.ts35 callChainId: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
69 let callChainId = new Int32Array(buffers.callChainId);
77 callchain_id: callChainId[i],
DHiperfCpuDataSender.ts36 callChainId: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
69 let callChainId = new Int32Array(buffers.callChainId);
77 callchain_id: callChainId[i],
DHiperfThreadDataSender.ts34 callChainId: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
68 let callChainId = new Int32Array(buffers.callChainId);
77 callchain_id: callChainId[i],
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp176 uint32_t callChainId = INVALID_UINT32; in CompressStackAndFrames() local
178 callChainId = callChainIdToStackHashValueMap_.size() + 1; in CompressStackAndFrames()
179 callChainIdToStackHashValueMap_.emplace(std::make_pair(callChainId, stackHashValue)); in CompressStackAndFrames()
180 stackHashValueToCallChainIdMap_.emplace(std::make_pair(stackHashValue, callChainId)); in CompressStackAndFrames()
183 callChainId = stackHashValueToCallChainIdMap_[stackHashValue]; in CompressStackAndFrames()
186 traceDataCache_->GetNativeHookData()->UpdateCallChainId(row, callChainId); in CompressStackAndFrames()
191 uint32_t callChainId = INVALID_UINT32; in ParseStatisticEvent() local
204 callChainId = stackIdToCallChainIdMap_.at(ipidWithCallChainIdIndex); in ParseStatisticEvent()
211 callChainId = ipidWithCallChainIdIndex; in ParseStatisticEvent()
219 …ipid, timeStamp, callChainId, reader.type(), memSubType, reader.apply_count(), reader.release_coun… in ParseStatisticEvent()
[all …]
Dperf_data_filter.cpp39 void PerfDataFilter::AppendPerfCallChain(uint32_t callChainId, in AppendPerfCallChain() argument
46 …traceDataCache_->GetPerfCallChainData()->AppendNewPerfCallChain(callChainId, depth, ip, vaddrInFil… in AppendPerfCallChain()
Dperf_data_filter.h37 void AppendPerfCallChain(uint32_t callChainId,
Dnative_hook_filter.h101 void SetFreeEventCallChainId(uint32_t& callChainId,
106 void SetMmapEventCallChainId(uint32_t& callChainId,
111 void SetMunmapEventCallChainId(uint32_t& callChainId,
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.h56 void ExportPerfCallChaninText(uint32_t callChainId, std::string& bufferLine);
57 void ExportHookCallChaninText(uint32_t callChainId, std::string& bufferLine);
66 void ExportEbpfCallChaninText(uint32_t callChainId, std::string& bufferLine);
Dtrace_data_cache.cpp367 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportPerfCallChaninText() argument
371 …wer_bound(perfCallChain_.CallChainIds().begin(), perfCallChain_.CallChainIds().end(), callChainId); in ExportPerfCallChaninText()
372 …while (perfCallChainItor != perfCallChain_.CallChainIds().end() && callChainId == *perfCallChainIt… in ExportPerfCallChaninText()
470 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportHookCallChaninText() argument
473 … nativeHookFrameData_.CallChainIds().end(), callChainId); in ExportHookCallChaninText()
475 callChainId == *hookFrameCallChainItor) { in ExportHookCallChaninText()
609 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportEbpfCallChaninText() argument
612 ebpfCallStackData_.CallChainIds().end(), callChainId); in ExportEbpfCallChaninText()
613 …while (ebpfCallChainItor != ebpfCallStackData_.CallChainIds().end() && callChainId == *ebpfCallCha… in ExportEbpfCallChaninText()
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.test.ts86 callChainId: 154,
134 callChainId: 12,
147 callChainId: 24,
197 callChainId: 1,
210 callChainId: 1,
DTabPaneIOTierStatisticsAnalysis.test.ts87 callChainId: 213,
142 callChainId: 1,
155 callChainId: 1,
213 callChainId: 1,
226 callChainId: 1,
DTabPaneFilesystemStatisticsAnalysis.test.ts111 callChainId: 113,
187 callChainId: 13,
201 callChainId: 17,
222 callChainId: 1,
235 callChainId: 1,
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp593 uint32_t callChainId = UpdateCallChainUnCompressed(sample); in RecordCallBack() local
594 UpdatePerfSampleData(callChainId, sample); in RecordCallBack()
619 auto callChainId = pidAndStackHashToCallChainId_.Find(pid, stackHash); in UpdateCallChainUnCompressed() local
620 if (callChainId != INVALID_UINT32) { in UpdateCallChainUnCompressed()
621 return callChainId; in UpdateCallChainUnCompressed()
623 callChainId = ++callChainId_; in UpdateCallChainUnCompressed()
624 pidAndStackHashToCallChainId_.Insert(pid, stackHash, callChainId); in UpdateCallChainUnCompressed()
632 …streamFilters_->perfDataFilter_->AppendPerfCallChain(callChainId, depth++, frame->ip_, frame->vadd… in UpdateCallChainUnCompressed()
635 return callChainId; in UpdateCallChainUnCompressed()
638 void PerfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample>& … in UpdatePerfSampleData() argument
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.test.ts81 callChainId: 11,
130 callChainId: 31,
153 callChainId: 120,
176 callChainId: 3,
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts556 if (callChainsMap.has(callchain.callChainId)) {
557 callChainsMap.get(callchain.callChainId)!.push(callchain);
559 callChainsMap.set(callchain.callChainId, [callchain]);
568 let callChainList = this.dataCache.eBpfCallChainsMap.get(sample.callChainId) || [];
841 typeCallChain.callChainId = sample.callChainId;
855 threadCallChain.callChainId = sample.callChainId;
868 list.push(...(eBpfCallChainsMap.get(sample.callChainId) || []));
1019 callChainId: number = 0; property in FileSample
1036 this.callChainId = fileSample.callChainId;
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts99 callChainId: 0,
123 callChainId: expect.any(Number),
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.test.ts60 callChainId: 255,
/developtools/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts61 callChainId: number = 0; property in PerfCallChain

12