Searched refs:UpdateThread (Results 1 – 5 of 5) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 70 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() function in OHOS::Developtools::NativeDaemon::VirtualRuntime 183 auto &thread = UpdateThread(pid, tid); in UpdateMaps() 204 auto &thread = UpdateThread(pid, tid); in UnwindStack()
|
| D | stack_preprocess.cpp | 232 … runtime_instance->UpdateThread(rawData->stackConext->pid, rawData->stackConext->tid); in TakeResultsFromShmem()
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 43 UpdateThread(0, 0, "swapper"); in VirtualRuntime() 100 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() function in OHOS::Developtools::HiPerf::VirtualRuntime 571 auto &thread = UpdateThread(pid, tid); in UnwindFromRecord() 616 UpdateThread(recordSample.data_.pid, recordSample.data_.tid); in UpdateFromRecord() 621 UpdateThread(pid, pid); in UpdateFromRecord() 769 UpdateThread(recordComm.data_.pid, recordComm.data_.tid, recordComm.data_.comm); in UpdateFromRecord()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | virtual_runtime.h | 89 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
|
| /developtools/hiperf/include/ |
| D | virtual_runtime.h | 206 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
|