/developtools/smartperf_host/trace_streamer/src/base/ |
D | triple_map.h | 43 T4 Find(T1 t1, T2 t2, T3 t3) in Find() function 47 return (*streamIdHookidMap).second.Find(t2, t3); in Find()
|
D | quatra_map.h | 43 T5 Find(T1 t1, T2 t2, T3 t3, T4 t4) in Find() function 47 return (*streamIdHookidMap).second.Find(t2, t3, t4); in Find()
|
D | double_map.h | 48 T3 Find(T1 t1, T2 t2) in Find() function 62 const std::map<T2, T3>* Find(T1 t1) const in Find() function
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | hi_sysevent_measure_filter.cpp | 78 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterIdInternal() 107 appNameId = appName_.Find(eventSourceFilterId, appName); in GetOrCreateFilterId() 119 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterId()
|
D | offline_symbolization_filter.cpp | 108 auto startValueToSymAddrMap = symbolTablePtrAndStValueToSymAddr_.Find(symbolTable); in OfflineSymbolization() 151 auto startValueToSymAddrMap = filePathIdAndStValueToSymAddr_.Find(filePathIndex); in OfflineSymbolization()
|
D | perf_data_filter.cpp | 90 auto value = fileIdToRowInFileTable_.Find(fileIds[i], symbolsIds[i]); in Finish()
|
D | measure_filter.cpp | 49 auto filterId = tidStreamIdFilterIdMap_.Find(internalTid, nameIndex); in GetOrCreateFilterId()
|
D | slice_filter.cpp | 445 auto lastFilterId = asyncEventMap_.Find(internalTid, cookie, nameIndex); in StartAsyncSlice() 472 auto lastFilterId = asyncEventMap_.Find(internalTid, cookie, nameIndex); in FinishAsyncSlice()
|
/developtools/profiler/host/smartperf/trace_streamer/src/base/ |
D | triple_map.h | 43 T4 Find(T1 t1, T2 t2, T3 t3) in Find() function 47 return (*streamIdHookidMap).second.Find(t2, t3); in Find()
|
D | double_map.h | 47 T3 Find(T1 t1, T2 t2) in Find() function 61 const std::map<T2, T3>* Find(T1 t1) const in Find() function
|
D | quatra_map.h | 43 T5 Find(T1 t1, T2 t2, T3 t3, T4 t4) in Find() function 47 return (*streamIdHookidMap).second.Find(t2, t3, t4); in Find()
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_base.cpp | 64 auto value = pidAndIpToSymbolAndFilePathIndex_.Find(pid, ip); in GetSymbolAndFilePathIndex() 74 auto startValueToSymAddr = reader_->GetElfAddrAndStartValueToSymAddr().Find(elfHeaderAddr); in GetSymbolNameIndexFromSymVaddr() 130 auto startToMapsAddr = pidAndStartAddrToMapsAddr.Find(pid); in GetSymbolNameIndexFromElfSym() 252 auto symbolAndFilePathIndex = pidAndIpToSymbolAndFilePathIndex_.Find(pid, ip); in EBPFReloadElfSymbolTable() 276 auto startToMapsAddr = reader_->GetPidAndStartAddrToMapsAddr().Find(pid); in OfflineSymbolization() 306 auto startValueToSymAddrMap = filePathIndexAndStValueToSymAddr_.Find(filePathIndex); in OfflineSymbolization()
|
D | bio_latency_data_parser.cpp | 46 auto value = pidAndipsToCallId_.Find(bioFixedHeadrAddr->pid, ipsHashValue); in ParseBioLatencyEvent() 89 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent()
|
D | file_system_data_parser.cpp | 50 auto value = pidAndipsToCallId_.Find(fsFixedHeadrAddr->pid, ipsHashValue); in ParseFileSystemEvent() 107 …tracerEventToStrIndexMap.Find(ITEM_EVENT_FS, fsFixedHeadrAddr->type, itid, fsFixedHeadrAddr->start… in ParseFileSystemEvent()
|
D | paged_memory_data_parser.cpp | 49 auto value = pidAndipsToCallId_.Find(pagedMemoryFixedHeadrAddr->pid, ipsHashValue); in ParsePagedMemoryEvent()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_base.cpp | 64 auto value = pidAndIpToSymbolAndFilePathIndex_.Find(pid, ip); in GetSymbolAndFilePathIndex() 74 auto startValueToSymAddr = reader_->GetElfAddrAndStartValueToSymAddr().Find(elfHeaderAddr); in GetSymbolNameIndexFromSymVaddr() 126 auto startToMapsAddr = pidAndStartAddrToMapsAddr.Find(pid); in GetSymbolNameIndexFromElfSym() 248 auto symbolAndFilePathIndex = pidAndIpToSymbolAndFilePathIndex_.Find(pid, ip); in EBPFReloadElfSymbolTable() 272 auto startToMapsAddr = reader_->GetPidAndStartAddrToMapsAddr().Find(pid); in OfflineSymbolization() 302 auto startValueToSymAddrMap = filePathIndexAndStValueToSymAddr_.Find(filePathIndex); in OfflineSymbolization()
|
D | bio_latency_data_parser.cpp | 45 auto value = pidAndipsToCallId_.Find(bioFixedHeadrAddr->pid, ipsHashValue); in ParseBioLatencyEvent() 88 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent()
|
D | file_system_data_parser.cpp | 49 auto value = pidAndipsToCallId_.Find(fsFixedHeadrAddr->pid, ipsHashValue); in ParseFileSystemEvent() 106 …tracerEventToStrIndexMap.Find(ITEM_EVENT_FS, fsFixedHeadrAddr->type, itid, fsFixedHeadrAddr->start… in ParseFileSystemEvent()
|
D | paged_memory_data_parser.cpp | 48 auto value = pidAndipsToCallId_.Find(pagedMemoryFixedHeadrAddr->pid, ipsHashValue); in ParsePagedMemoryEvent()
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | hi_sysevent_measure_filter.cpp | 119 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterIdInternal() 148 appNameId = appName_.Find(eventSourceFilterId, appName); in GetOrCreateFilterId() 160 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterId()
|
D | offline_symbolization_filter.cpp | 108 auto startValueToSymAddrMap = symbolTablePtrAndStValueToSymAddr_.Find(symbolTable); in OfflineSymbolization() 154 auto startValueToSymAddrMap = filePathIdAndStValueToSymAddr_.Find(filePathIndex); in OfflineSymbolization()
|
D | perf_data_filter.cpp | 90 auto value = fileIdToRowInFileTable_.Find(fileIds[i], symbolsIds[i]); in Finish()
|
D | measure_filter.cpp | 49 auto filterId = tidStreamIdFilterIdMap_.Find(internalTid, nameIndex); in GetOrCreateFilterId()
|
D | task_pool_filter.cpp | 44 return IpidExecuteMap_.Find(GetIpId(index), executeId); in CheckTheSameTask()
|
D | slice_filter.cpp | 445 auto lastFilterId = asyncEventMap_.Find(internalTid, cookie, nameIndex); in StartAsyncSlice() 472 auto lastFilterId = asyncEventMap_.Find(internalTid, cookie, nameIndex); in FinishAsyncSlice()
|