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 194 auto &thread = UpdateThread(pid, tid); in UpdateMaps() 215 auto &thread = UpdateThread(pid, tid); in UnwindStack()
|
D | stack_preprocess.cpp | 289 … 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 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/ |
D | virtual_runtime.h | 90 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
|
/developtools/hiperf/include/ |
D | virtual_runtime.h | 205 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
|