Home
last modified time | relevance | path

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

123

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp172 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local
220 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
241 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
279 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
312 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
353 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
400 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
433 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), variable
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DColorUtils.test.ts31 let thread = { processId: 1 }; variable
37 let thread = { variable
/developtools/profiler/host/smartperf/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.cpp79 auto thread = traceDataCache_->GetThreadData(prevPid); in InsertSwitchEvent() local
137 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessExitEvent() local
147 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessFreeEvent() local
159 auto thread = traceDataCache_->GetThreadData(i); in Finish() local
179 auto thread = traceDataCache_->GetThreadData(rowData[i]); in Finish() local
/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.cpp79 auto thread = traceDataCache_->GetThreadData(prevPid); in InsertSwitchEvent() local
137 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessExitEvent() local
147 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessFreeEvent() local
159 auto thread = traceDataCache_->GetThreadData(i); in Finish() local
179 auto thread = traceDataCache_->GetThreadData(rowData[i]); in Finish() local
/developtools/smartperf_host/trace_streamer/test/unittest/
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/profiler/host/smartperf/ide/src/trace/bean/
DStateProcessThread.ts23 thread: string = ''; property in StateProcessThread
38 thread: string = ''; property in SPTChild
56 thread: string = ''; property in SPT
80 thread: string = ''; property in ThreadProcess
DWakeupBean.ts21 thread: string | undefined; property in WakeupBean
DProcessStruct.ts30 thread: string | undefined; property in ProcessStruct
/developtools/smartperf_host/ide/src/trace/bean/
DStateProcessThread.ts23 thread: string = ''; property in StateProcessThread
38 thread: string = ''; property in SPTChild
63 thread: string = ''; property in SPT
DWakeupBean.ts17 thread: string | undefined; property in WakeupBean
DProcessStruct.ts31 thread: string | undefined; property in ProcessStruct
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp74 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
182 auto &thread = UpdateThread(pid, tid); in UpdateMaps() local
203 auto &thread = UpdateThread(pid, tid); in UnwindStack() local
296 const VirtualThread &thread) in GetKernelSymbol()
336 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
376 bool VirtualRuntime::GetSymbolCache(uint64_t ip, Symbol &symbol, const VirtualThread &thread) in GetSymbolCache()
Dcall_stack.cpp72 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()
/developtools/hiperf/src/
Dreport_json_file.cpp57 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount() local
98 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample() local
199 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack() local
270 const VirtualThread &thread = pair.second; in OutputJsonRuntimeInfo() local
Dvirtual_runtime.cpp59 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
81 VirtualThread &thread = userSpaceThreadMap_.at(tid); in CreateThread() local
145 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps() local
366 auto &thread = UpdateThread(recordSample.data_.pid, recordSample.data_.tid); in UnwindFromRecord() local
499 const VirtualThread &thread) in GetKernelSymbol()
544 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts369 thread: string = ''; property in ThreadProcess
377 thread: string = ''; property in SPT
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts405 thread: string = ''; property in ThreadProcess
413 thread: string = ''; property in SPT
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp263 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
353 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/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp45 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp45 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerProcess.ts161 thread: string | undefined; property in ProcessStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerProcess.ts161 thread: string | undefined; property in ProcessStruct

123