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.h85 …void ReportThreadNameMap(uint32_t tid, const std::string& tname, BatchNativeHookData& batchNativeH…
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp197 ReportThreadNameMap(rawData->stackConext->tid, threadName, stackData); in TakeResults()
292 inline void StackPreprocess::ReportThreadNameMap(uint32_t tid, const std::string& tname, in ReportThreadNameMap() function in StackPreprocess