Home
last modified time | relevance | path

Searched refs:tname (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dstack_preprocess.h138 void ReportThreadNameMap(uint32_t tid, const std::string& tname);
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_preprocess.cpp529 inline void StackPreprocess::ReportThreadNameMap(uint32_t tid, const std::string& tname) in ReportThreadNameMap() argument
533 if (it == threadNameMap_.end() || it->second != tname) { in ReportThreadNameMap()
534 threadNameMap_[tid] = tname; in ReportThreadNameMap()
539 thread->set_name(tname); in ReportThreadNameMap()

Completed in 5 milliseconds