Home
last modified time | relevance | path

Searched refs:callIdToLasLibId (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp543 …id NativeHook::UpdateLastCallerPathIndexs(std::unordered_map<uint32_t, uint64_t>& callIdToLasLibId) in UpdateLastCallerPathIndexs() argument
545 if (callIdToLasLibId.empty()) { in UpdateLastCallerPathIndexs()
549 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathIndexs()
550 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathIndexs()
Dtrace_stdtype.h755 void UpdateLastCallerPathIndexs(std::unordered_map<uint32_t, uint64_t>& callIdToLasLibId);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp544 …id NativeHook::UpdateLastCallerPathIndexs(std::unordered_map<uint32_t, uint64_t>& callIdToLasLibId) in UpdateLastCallerPathIndexs() argument
546 if (callIdToLasLibId.empty()) { in UpdateLastCallerPathIndexs()
550 auto symbolIt = callIdToLasLibId.find(callChainIds_[i]); in UpdateLastCallerPathIndexs()
551 if (symbolIt != callIdToLasLibId.end()) { in UpdateLastCallerPathIndexs()
Dtrace_stdtype.h759 void UpdateLastCallerPathIndexs(std::unordered_map<uint32_t, uint64_t>& callIdToLasLibId);