Home
last modified time | relevance | path

Searched refs:WriteThread (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/plugins/cpu_plugin/test/unittest/
Dcpu_data_plugin_unittest.cpp756 cpuPlugin.WriteThread(*threadInfo, threadVec1[i].c_str(), threadVec1[i].length(), tid);
774 cpuPlugin.WriteThread(*threadInfo, threadVec2[i].c_str(), threadVec2[i].length(), tid);
792 cpuPlugin.WriteThread(*threadInfo, threadVec2[i].c_str(), threadVec2[i].length(), tid);
826 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
833 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
840 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
847 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), 0);
855 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), tid);
869 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), tid);
883 cpuPlugin.WriteThread(*threadInfo, threadStr.c_str(), threadStr.length(), tid);
/developtools/profiler/device/plugins/cpu_plugin/include/
Dcpu_data_plugin.h103 …template <typename T> void WriteThread(T& threadInfo, const char* pFile, uint32_t fileLen, int32_t…
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp577 template <typename T> void CpuDataPlugin::WriteThread(T& threadInfo, const char* pFile, uint32_t fi… in WriteThread() function in CpuDataPlugin
638 WriteThread(*threadInfo, reinterpret_cast<char*>(buffer_), ret, tid); in WriteSingleThreadInfo()