Home
last modified time | relevance | path

Searched refs:UpdateThread (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp70 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() function in OHOS::Developtools::NativeDaemon::VirtualRuntime
194 auto &thread = UpdateThread(pid, tid); in UpdateMaps()
215 auto &thread = UpdateThread(pid, tid); in UnwindStack()
Dstack_preprocess.cpp289 … runtime_instance->UpdateThread(rawData->stackConext->pid, rawData->stackConext->tid); in TakeResultsFromShmem()
/developtools/hiperf/src/
Dvirtual_runtime.cpp43 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
593 auto &thread = UpdateThread(pid, tid); in UnwindFromRecord()
638 UpdateThread(recordSample.data_.pid, recordSample.data_.tid); in UpdateFromRecord()
643 UpdateThread(pid, pid); in UpdateFromRecord()
793 UpdateThread(recordComm.data_.pid, recordComm.data_.tid, recordComm.data_.comm); in UpdateFromRecord()
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h90 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
/developtools/hiperf/include/
Dvirtual_runtime.h205 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");