Home
last modified time | relevance | path

Searched refs:pathId (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts361 st.path = (this.dataCache.dataDict?.get(s.pathId) ?? 'Unknown Path').split('/').reverse()[0];
371 if (typeof event.pathId == 'string') {
372 event.pathId = parseInt(event.pathId);
378 event.path = event.pathId ? this.dataCache.dataDict?.get(event.pathId) ?? '-' : '-';
494 let libPath = this.dataCache.dataDict?.get(lastCallChain.pathId);
505 analysisSample.libId = lastCallChain.pathId;
655 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
658 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
723 typeCallChain.pathId = -1;
728 threadCallChain.pathId = -1;
[all …]
DProcedureLogicWorkerCommon.ts577 pathId: number = 0;
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts361 st.path = (this.dataCache.dataDict?.get(s.pathId) ?? 'Unknown Path').split('/').reverse()[0];
371 if (typeof event.pathId == 'string') {
372 event.pathId = parseInt(event.pathId);
378 event.path = event.pathId ? this.dataCache.dataDict?.get(event.pathId) ?? '-' : '-';
494 let libPath = this.dataCache.dataDict?.get(lastCallChain.pathId);
505 analysisSample.libId = lastCallChain.pathId;
655 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
658 …this.currentTreeMapData[callChains[topIndex].symbolsId + '' + callChains[topIndex].pathId + sample…
723 typeCallChain.pathId = -1;
728 threadCallChain.pathId = -1;
[all …]
DProcedureLogicWorkerCommon.ts549 pathId: number = 0;
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dbio_latency_data_parser.cpp88 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent() local
89 if (pathId != INVALID_UINT64) { in ParseBioLatencyEvent()
93 …CallId_, type, ipid, itid, newStartTs, newEndTs, duration, prio, size, blkCount, pathId, durPer4K); in ParseBioLatencyEvent()
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dbio_latency_data_parser.cpp89 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent() local
90 if (pathId != INVALID_UINT64) { in ParseBioLatencyEvent()
94 …CallId_, type, ipid, itid, newStartTs, newEndTs, duration, prio, size, blkCount, pathId, durPer4K); in ParseBioLatencyEvent()
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.test.ts118 pathId: 0,
207 pathId: -1,
324 pathId: '',
333 pathId: '',
/developtools/smartperf_host/trace_streamer/test/unittest/
Dsmaps_parser_test.cpp220 uint64_t pathId = stream_.traceDataCache_->GetDataIndex(path0); variable
221 EXPECT_TRUE(stream_.traceDataCache_->GetConstSmapsData().PathIds()[0] == pathId);
231 pathId = stream_.traceDataCache_->GetDataIndex(path1);
232 EXPECT_TRUE(stream_.traceDataCache_->GetConstSmapsData().PathIds()[1] == pathId);
Dtable_test.cpp1289 DataIndex pathId = stream_.traceDataCache_->GetDataIndex("path"); variable
1292 …pid, startAddr, endAddr, dirty, swapper, rss, pss, size, reside, protectionId, pathId, sharedClean,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneCallTree.test.ts157 pathId: 0,
DTabPaneFileSystemCalltree.test.ts179 pathId: 2,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.test.ts50 pathId: 0,
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1970 DataIndex pathId) in AppendNewData() argument
1982 pathIds_.emplace_back(pathId); in AppendNewData()
Dtrace_stdtype.h1716 DataIndex pathId);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1978 DataIndex pathId, in AppendNewData() argument
1998 pathIds_.emplace_back(pathId); in AppendNewData()
Dtrace_stdtype.h1721 DataIndex pathId,