Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp523 lastCallerPathIndexs_.emplace_back(INVALID_UINT64); in AppendNewNativeHookData()
551 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()
553 lastCallerPathIndexs_[i] = INVALID_UINT64; in UpdateLastCallerPathIndexs()
603 return lastCallerPathIndexs_; in LastCallerPathIndexs()
Dtrace_stdtype.h782 lastCallerPathIndexs_.clear(); in Clear()
797 std::deque<uint64_t> lastCallerPathIndexs_ = {}; variable
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp524 lastCallerPathIndexs_.emplace_back(INVALID_UINT64); in AppendNewNativeHookData()
552 lastCallerPathIndexs_[i] = symbolIt->second; in UpdateLastCallerPathIndexs()
554 lastCallerPathIndexs_[i] = INVALID_UINT64; in UpdateLastCallerPathIndexs()
604 return lastCallerPathIndexs_; in LastCallerPathIndexs()
Dtrace_stdtype.h786 lastCallerPathIndexs_.clear(); in Clear()
801 std::deque<uint64_t> lastCallerPathIndexs_ = {}; variable