Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 45) sorted by relevance

12

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp96 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local
144 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
159 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
197 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
231 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
272 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
319 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
352 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
Dvirtual_runtime_test.cpp149 VirtualThread &thread = runtime_->GetThread(TEST_TID, TEST_TID); in PrepareUserSymbol() local
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DColorUtils.test.ts30 let thread = { processId: 1 }; variable
36 let thread = { variable
/developtools/smartperf_host/trace_streamer/src/filter/
Dprocess_filter.cpp59 auto thread = traceDataCache_->GetThreadData(itid); in AddCpuStateCount() local
71 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateThreadWithPidAndName() local
83 TraceStdtype::Thread* thread = nullptr; in GetOrCreateThreadWithPid() local
114 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateProcessWithName() local
122 TraceStdtype::Thread* thread = nullptr; in UpdateOrCreateThreadWithNameIndex() local
198 auto thread = traceDataCache_->GetThreadData(internalTid); in IsThreadNameEmpty() local
231 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
Dcpu_filter.cpp78 auto thread = traceDataCache_->GetThreadData(prevPid); in ProcPrevPidSwitchEvent() local
176 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessExitEvent() local
186 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessFreeEvent() local
198 auto thread = traceDataCache_->GetThreadData(i); in Finish() local
218 auto thread = traceDataCache_->GetThreadData(rowData[i]); in Finish() local
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dprocess_filter_test.cpp56 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
186 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
223 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
246 auto thread = traceDataCache_.GetThreadData(iTid1); variable
274 auto thread = traceDataCache_.GetThreadData(iTid2); variable
294 Thread* thread = traceDataCache_.GetThreadData(itid); variable
363 Thread* thread = traceDataCache_.GetThreadData(itid); variable
/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts352 for (let thread of this.works) { variable
360 let thread: DbThread; variable
374 let thread: DbThread; variable
395 let thread: DbThread; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp75 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
183 auto &thread = UpdateThread(pid, tid); in UpdateMaps() local
204 auto &thread = UpdateThread(pid, tid); in UnwindStack() local
317 const VirtualThread &thread) in GetKernelSymbol()
357 const DfxSymbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
397 bool VirtualRuntime::GetSymbolCache(uint64_t ip, DfxSymbol &symbol, const VirtualThread &thread) in GetSymbolCache()
Dcall_stack.cpp93 const VirtualThread &thread) in fillUDI()
410 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind()
440 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, in UnwindCallStack()
502 bool CallStack::DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind2()
/developtools/hiperf/src/
Dreport_json_file.cpp58 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount() local
99 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample() local
200 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack() local
271 const VirtualThread &thread = pair.second; in OutputJsonRuntimeInfo() local
Dvirtual_runtime.cpp105 VirtualThread &thread = GetThread(pid, tid, name); in UpdateThread() local
127 VirtualThread &thread = userSpaceThreadMap_.at(tid); in CreateThread() local
227 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps() local
571 auto &thread = UpdateThread(pid, tid); in UnwindFromRecord() local
816 const VirtualThread &thread) in GetKernelSymbol()
861 const DfxSymbol VirtualRuntime::GetKernelThreadSymbol(uint64_t ip, const VirtualThread &thread) in GetKernelThreadSymbol()
908 const DfxSymbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
1169 VirtualThread &thread = GetThread(pid, pid); in UpdateKernelThreadMap() local
1235 VirtualThread &thread = GetThread(pid, pid); in FixHMBundleMmap() local
Dcallstack.cpp100 const VirtualThread &thread) in fillUDI()
441 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind()
474 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, in UnwindCallStack()
658 bool CallStack::DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind2()
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts138 let thread = process.children.find((child: any) => child.title === `T-${slice.tid}`); variable
277 let thread = process.children.find((child: any) => child.title === `T-${slice.tid}`); variable
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsageConfig.ts17 thread: string = ""; property in TabPaneFreqUsageConfig
62 thread: string = ""; property in TabPaneRunningConfig
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp273 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
363 VirtualThread &thread = runtime_->GetThread(TEST_DWARF_RECORD_PID, TEST_DWARF_RECORD_TID); variable
Dreport_json_file_test.cpp422 ReportThreadItem thread(1); variable
518 ReportThreadItem &thread = process.threads_.begin()->second; variable
550 ReportThreadItem &thread = process.threads_.begin()->second; variable
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp44 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
/developtools/smartperf_host/ide/src/trace/bean/
DWakeupBean.ts17 thread: string | undefined; property in WakeupBean
DProcessStruct.ts31 thread: string | undefined; property in ProcessStruct
DStateProcessThread.ts34 thread: string = ''; property in SPTChild
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerProcess.ts101 thread: string | undefined; property in ProcessStruct
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/schedswitch/
DTabPaneSchedSwitch.test.ts177 thread: '', variable
/developtools/hiperf/include/
Dvirtual_thread.h56 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_task.h65 std::thread thread; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h133 const VirtualThread &thread; member

12