Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h138 void ReportThreadNameMap(uint32_t tid, const std::string& tname);
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp245 ReportThreadNameMap(rawData->stackConext->tid, threadName); in HandleNoStackEvent()
521 inline void StackPreprocess::ReportThreadNameMap(uint32_t tid, const std::string& tname) in ReportThreadNameMap() function in StackPreprocess