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.h84 std::string ReadThreadName(pid_t tid);
Dvirtual_runtime.h181 std::string ReadThreadName(pid_t tid);
/developtools/hiperf/src/
Dsubcommand.cpp135 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids()
Dvirtual_runtime.cpp80 std::string VirtualRuntime::ReadThreadName(pid_t tid, bool isThread) in ReadThreadName() function in OHOS::Developtools::HiPerf::VirtualRuntime
143 thread.name_ = ReadThreadName(tid, pid != tid); in CreateThread()
Dsubcommand_stat.cpp232 newPerMap->threadName = virtualInstance.ReadThreadName(summary.tid, isTid); in InitPerMap()
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_thread.cpp103 this->name_ = ReadThreadName(pid); in VirtualThread()
107 std::string VirtualThread::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualThread
Dvirtual_runtime.cpp62 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
/developtools/hiperf/include/
Dvirtual_runtime.h145 std::string ReadThreadName(pid_t tid, bool isThread);