Home
last modified time | relevance | path

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

12

/developtools/profiler/host/smartperf/ide/test/trace/component/trace/base/
DColorUtils.test.ts32 let thread = {processId:1} variable
38 let thread = { variable
/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(), get_thread_id(), variable
279 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
312 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
353 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
400 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
433 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
Dvirtual_runtime_test.cpp153 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp63 auto thread = traceDataCache_->GetThreadData(prevPid); in InsertSwitchEvent() local
76 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessExitEvent() local
86 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessFreeEvent() local
98 auto thread = traceDataCache_->GetThreadData(i); in Finish() local
118 auto thread = traceDataCache_->GetThreadData(rowData[i]); in Finish() local
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
174 auto thread = traceDataCache_->GetThreadData(internalTid); in isThreadNameEmpty() local
207 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
/developtools/profiler/host/smartperf/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
55 thread: string = "" property in SPT
79 thread :string = "" property in ThreadProcess
DWakeupBean.ts21 thread: string | undefined property in WakeupBean
DProcessStruct.ts30 thread: string | undefined property in ProcessStruct
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp63 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
167 auto &thread = UpdateThread(pid, tid); in UpdateMaps() local
188 auto &thread = UpdateThread(pid, tid); in UnwindStack() local
277 const VirtualThread &thread) in GetKernelSymbol()
317 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
Dcall_stack.cpp72 const VirtualThread &thread) in fillUDI()
430 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind()
463 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.cpp54 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
76 VirtualThread &thread = userSpaceThreadMap_.at(tid); in CreateThread() local
140 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps() local
361 auto &thread = UpdateThread(recordSample.data_.pid, recordSample.data_.tid); in UnwindFromRecord() local
482 const VirtualThread &thread) in GetKernelSymbol()
523 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_data_cache_base.cpp41 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts156 thread :string = "" property in ThreadProcess
164 thread: string = "" property in SPT
DProcedureLogicWorkerFileSystem.ts652 thread: string = ""; property in FileSysEvent
678 thread: string = ""; property in IoCompletionTimes
698 thread: string = ""; property in VirtualMemoryEvent
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dvirtual_runtime.cpp54 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
76 VirtualThread &thread = userSpaceThreadMap_.at(tid); in CreateThread() local
137 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps() local
356 auto &thread = UpdateThread(recordSample.data_.pid, recordSample.data_.tid); in UnwindFromRecord() local
477 const VirtualThread &thread) in GetKernelSymbol()
517 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
/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/ide/src/trace/database/
DProcedureWorkerProcess.ts50 thread: string | undefined property in ProcessStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerProcess.ts99 thread: string | undefined property in ProcessStruct
/developtools/hiperf/include/
Dvirtual_thread.h53 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
Dcallstack.h129 const VirtualThread &thread; member
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_task.h65 std::thread thread; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h126 const VirtualThread &thread; member

12