/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | hi_sysevent_measure_filter.cpp | 73 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterIdInternal() 102 appNameId = appName_.Find(eventSourceFilterId, appName); in GetOrCreateFilterId() 120 appNameId = appName_.Find(eventSourceFilterId, appName); in GetOrCreateFilterId() 125 uint64_t appKeyId = appKey_.Find(appNameId, key); in GetOrCreateFilterId()
|
D | perf_data_filter.cpp | 81 auto value = fileIdToRowInFileTable_.Find(fileIds[i], symbolsIds[i]); in Finish()
|
D | measure_filter.cpp | 44 auto filterId = tidStreamIdFilterIdMap_.Find(internalTid, nameIndex); in GetOrCreateFilterId()
|
D | slice_filter.cpp | 394 auto lastFilterId = asyncEventMap_.Find(internalTid, cookie, nameIndex); in StartAsyncSlice() 420 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 | 49 T3 Find(T1 t1, T2 t2) in Find() function 63 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/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_base.cpp | 59 auto value = pidAndIpToSymbolAndFilePathIndex_.Find(pid, ip); in GetSymbolAndFilePathIndex() 69 auto startValueToSymAddr = reader_->GetElfAddrAndStartValueToSymAddr().Find(elfHeaderAddr); in GetSymbolNameIndexFromSymVaddr() 112 auto startToMapsAddr = pidAndStartAddrToMapsAddr.Find(pid); in GetSymbolNameIndexFromElfSym()
|
D | bio_latency_data_parser.cpp | 47 auto value = pidAndipsToCallId_.Find(bioFixedHeadrAddr->pid, ipsHashValue); in ParseBioLatencyEvent() 90 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent()
|
D | file_system_data_parser.cpp | 51 auto value = pidAndipsToCallId_.Find(fsFixedHeadrAddr->pid, ipsHashValue); in ParseFileSystemEvent() 109 …tracerEventToStrIndexMap.Find(ITEM_EVENT_FS, fsFixedHeadrAddr->type, itid, fsFixedHeadrAddr->start… in ParseFileSystemEvent()
|
D | paged_memory_data_parser.cpp | 50 auto value = pidAndipsToCallId_.Find(pagedMemoryFixedHeadrAddr->pid, ipsHashValue); in ParsePagedMemoryEvent()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/ |
D | htrace_native_hook_parser.cpp | 116 auto row = addrToAllocEventRow_.Find(ipid, freeEvent.addr()); in ParseFreeEvent() 162 auto row = addrToMmapEventRow_.Find(ipid, mUnMapEvent.addr()); in ParseMunmapEvent() 312 …auto ret = frameToFrameId_.Find(callstack->fileId_, callstack->symbolId_, callstack->depth_, size); in ParseNativeHookFrame()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
D | perf_data_parser.cpp | 228 …auto ret = frameToCallChainId_.Find(callstack->fileId_, callstack->symbolId_, callstack->depth_, s… in UpdatePerfCallChainData()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
D | YAxisRendererRadarChart.ets | 51 // Find out how much spacing (in y value space) between axis values
|
D | AxisRenderer.ets | 172 // Find out how much spacing (in y value space) between axis values
|
/developtools/hiperf/ |
D | README.md | 109 Find **exe.unstripped** and **lib.unstripped** in the **out** directory. For example:
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 487 auto tagId = addrToMmapTag_.Find(addrs_[i], memSizes_[i]); in UpdateMemMapSubType()
|