| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerFileSystem.ts | 361 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 …]
|
| D | ProcedureLogicWorkerCommon.ts | 577 pathId: number = 0;
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerFileSystem.ts | 361 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 …]
|
| D | ProcedureLogicWorkerCommon.ts | 549 pathId: number = 0;
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | bio_latency_data_parser.cpp | 88 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/ |
| D | bio_latency_data_parser.cpp | 89 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/ |
| D | ProcedureLogicWorkerFileSystem.test.ts | 118 pathId: 0, 207 pathId: -1, 324 pathId: '', 333 pathId: '',
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | smaps_parser_test.cpp | 220 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);
|
| D | table_test.cpp | 1289 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/ |
| D | TabPaneCallTree.test.ts | 157 pathId: 0,
|
| D | TabPaneFileSystemCalltree.test.ts | 179 pathId: 2,
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.test.ts | 50 pathId: 0,
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1970 DataIndex pathId) in AppendNewData() argument 1982 pathIds_.emplace_back(pathId); in AppendNewData()
|
| D | trace_stdtype.h | 1716 DataIndex pathId);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 1978 DataIndex pathId, in AppendNewData() argument 1998 pathIds_.emplace_back(pathId); in AppendNewData()
|
| D | trace_stdtype.h | 1721 DataIndex pathId,
|