Home
last modified time | relevance | path

Searched refs:tmpTids_ (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/
Dprocess_filter.cpp184 tmpTids_.clear(); in GetInternalTids()
188 tmpTids_.push_back(it->second); in GetInternalTids()
191 return tmpTids_; in GetInternalTids()
Dprocess_filter.h58 std::vector<InternalTid> tmpTids_ = {}; variable