Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 25 of 29) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/base/
Dtriple_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4) in Insert() function
36 (*streamIdHookidMap).second.Insert(t2, t3, t4); in Insert()
39 mm.Insert(t2, t3, t4); in Insert()
Dquatra_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in Insert() function
36 (*streamIdHookidMap).second.Insert(t2, t3, t4, t5); in Insert()
39 mm.Insert(t2, t3, t4, t5); in Insert()
Ddouble_map.h33 void Insert(T1 t1, T2 t2, T3 t3) in Insert() function
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp124 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
133 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
154 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
161 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
170 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
189 filePathIndexAndStValueToSymAddr_.Insert(filePathIndex, symAddr->st_value, in UpdateFilePathIndexAndStValueToSymAddrMap()
297 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
309 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
327 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
338 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
Debpf_data_reader.cpp136 pidAndStartAddrToMapsAddr_.Insert(procMapsAddr->pid, procMapsAddr->start, procMapsAddr); in ReadItemEventMaps()
158 …elfAddrAndStValueToSymAddr_.Insert(elfAddr, symAddr->st_value, reinterpret_cast<const uint8_t*>(sy… in AddSymbolsToTable()
331 tracerEventToStrIndex_.Insert(strFixedHeaderAddr->srcTracer, strFixedHeaderAddr->srcType, itid, in ReadItemEventStr()
Dpaged_memory_data_parser.cpp54 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent()
Dbio_latency_data_parser.cpp51 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent()
Dfile_system_data_parser.cpp55 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Debpf_base.cpp120 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
129 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
150 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
157 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
166 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in GetSymbolNameIndexFromElfSym()
185 filePathIndexAndStValueToSymAddr_.Insert(filePathIndex, symAddr->st_value, in UpdateFilePathIndexAndStValueToSymAddrMap()
293 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
305 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
323 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
331 pidAndIpToSymbolAndFilePathIndex_.Insert(pid, ip, symbolAndFilePathIndex); in OfflineSymbolization()
Debpf_data_reader.cpp135 pidAndStartAddrToMapsAddr_.Insert(procMapsAddr->pid, procMapsAddr->start, procMapsAddr); in ReadItemEventMaps()
157 …elfAddrAndStValueToSymAddr_.Insert(elfAddr, symAddr->st_value, reinterpret_cast<const uint8_t*>(sy… in AddSymbolsToTable()
330 tracerEventToStrIndex_.Insert(strFixedHeaderAddr->srcTracer, strFixedHeaderAddr->srcType, itid, in ReadItemEventStr()
Dpaged_memory_data_parser.cpp53 … pidAndipsToCallId_.Insert(pagedMemoryFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParsePagedMemoryEvent()
Dbio_latency_data_parser.cpp50 pidAndipsToCallId_.Insert(bioFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseBioLatencyEvent()
Dfile_system_data_parser.cpp54 pidAndipsToCallId_.Insert(fsFixedHeadrAddr->pid, ipsHashValue, callChainId_); in ParseFileSystemEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dtriple_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4) in Insert() function
36 (*streamIdHookidMap).second.Insert(t2, t3, t4); in Insert()
39 mm.Insert(t2, t3, t4); in Insert()
Dquatra_map.h32 void Insert(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in Insert() function
36 (*streamIdHookidMap).second.Insert(t2, t3, t4, t5); in Insert()
39 mm.Insert(t2, t3, t4, t5); in Insert()
Ddouble_map.h32 void Insert(T1 t1, T2 t2, T3 t3) in Insert() function
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dhi_sysevent_measure_filter.cpp81 appKey_.Insert(appNameId, key, appKeyId); in GetOrCreateFilterIdInternal()
110 appName_.Insert(eventSourceFilterId, appName, appNameId); in GetOrCreateFilterId()
122 appKey_.Insert(appNameId, key, appKeyId); in GetOrCreateFilterId()
Dperf_data_filter.cpp32 fileIdToRowInFileTable_.Insert(fileId, serial, size); in AppendPerfFiles()
47 fileIdToRowInChainTable_.Insert(fileId, symbolId, size); in AppendPerfCallChain()
Dmeasure_filter.cpp62 tidStreamIdFilterIdMap_.Insert(internalTid, nameIndex, filterId); in AddCertainFilterId()
Dnative_hook_filter.cpp397 anonMmapData_.Insert(addr, size, std::move(rowPtr_)); in UpdateAnonMmapDataDbIndex()
607 symbolTablePtrAndStValueToSymAddr_.Insert(reader, symAddr->st_value, in UpdateSymbolTablePtrAndStValueToSymAddrMap()
893 filePathIdAndStValueToSymAddr_.Insert(filePathId, symAddr->st_value, in UpdateFilePathIdAndStValueToSymAddrMap()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp32 fileIdToRowInFileTable_.Insert(fileId, serial, size); in AppendPerfFiles()
47 fileIdToRowInChainTable_.Insert(fileId, symbolId, size); in AppendPerfCallChain()
Dhi_sysevent_measure_filter.cpp122 appKey_.Insert(appNameId, key, appKeyId); in GetOrCreateFilterIdInternal()
151 appName_.Insert(eventSourceFilterId, appName, appNameId); in GetOrCreateFilterId()
163 appKey_.Insert(appNameId, key, appKeyId); in GetOrCreateFilterId()
Dtask_pool_filter.cpp104 IpidExecuteMap_.Insert(GetIpId(index), executeId.value(), taskIndex); in UpdateAssignData()
124 IpidExecuteMap_.Insert(GetIpId(index), executeId.value(), taskIndex); in UpdateExecuteData()
153 IpidExecuteMap_.Insert(GetIpId(index), executeId.value(), taskIndex); in UpdateReturnData()
Dmeasure_filter.cpp62 tidStreamIdFilterIdMap_.Insert(internalTid, nameIndex, filterId); in AddCertainFilterId()
Dnative_hook_filter.cpp405 anonMmapData_.Insert(addr, size, std::move(rowPtr_)); in UpdateAnonMmapDataDbIndex()
615 symbolTablePtrAndStValueToSymAddr_.Insert(reader, symAddr->st_value, in UpdateSymbolTablePtrAndStValueToSymAddrMap()
901 filePathIdAndStValueToSymAddr_.Insert(filePathId, symAddr->st_value, in UpdateFilePathIdAndStValueToSymAddrMap()

12