Home
last modified time | relevance | path

Searched refs:ReadThreadName (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_thread.h60 std::string ReadThreadName(pid_t tid);
Dvirtual_runtime.h173 std::string ReadThreadName(pid_t tid);
/developtools/hiperf/src/
Dsubcommand.cpp142 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids()
Dvirtual_runtime.cpp41 std::string VirtualRuntime::ReadThreadName(pid_t tid, bool isThread) in ReadThreadName() function in OHOS::Developtools::HiPerf::VirtualRuntime
95 thread.name_ = ReadThreadName(pid, false); in CreateThread()
Dsubcommand_stat.cpp236 newPerMap->threadName = virtualInstance.ReadThreadName(summary.tid, isTid); in InitPerMap()
/developtools/hiperf/include/
Dvirtual_runtime.h103 std::string ReadThreadName(pid_t tid, bool isThread);
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp123 this->name_ = ReadThreadName(pid); in VirtualThread()
127 std::string VirtualThread::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualThread
Dvirtual_runtime.cpp61 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualRuntime