Home
last modified time | relevance | path

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

123

/developtools/profiler/host/smartperf/ide/test/trace/component/trace/base/
DColorUtils.test.ts32 let thread = {processId:1} variable
38 let thread = { variable
/developtools/profiler/trace_analyzer/src/table/
Dthread_table.cpp67 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
75 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
82 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
89 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
96 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dthread_table.cpp67 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
73 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
80 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
87 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
94 const auto& thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp173 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local
221 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
242 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
280 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), variable
313 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
351 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
402 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
434 … std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), get_thread_id(), variable
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dprocess_filter.cpp50 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateThreadWithPidAndName() local
61 TraceStdtype::Thread* thread = nullptr; in GetOrCreateThreadWithPid() local
92 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateProcessWithName() local
100 TraceStdtype::Thread* thread = nullptr; in UpdateOrCreateThreadWithNameIndex() local
152 auto thread = traceDataCache_->GetThreadData(internalTid); in isThreadNameEmpty() local
185 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
/developtools/profiler/trace_analyzer/test/unittest/
Dprocess_filter_test.cpp56 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
188 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
227 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
251 auto thread = traceDataCache_.GetThreadData(iTid1); variable
280 auto thread = traceDataCache_.GetThreadData(iTid2); variable
301 Thread* thread = traceDataCache_.GetThreadData(itid); variable
370 Thread* thread = traceDataCache_.GetThreadData(itid); variable
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dprocess_filter_test.cpp56 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
187 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
225 Thread* thread = traceDataCache_.GetThreadData(iTid0); variable
248 auto thread = traceDataCache_.GetThreadData(iTid1); variable
277 auto thread = traceDataCache_.GetThreadData(iTid2); variable
298 Thread* thread = traceDataCache_.GetThreadData(itid); variable
367 Thread* thread = traceDataCache_.GetThreadData(itid); variable
/developtools/profiler/host/ohosprofiler/src/main/resources/sql/
DViews.sql16 CREATE VIEW IF NOT EXISTS thread AS SELECT id as utid, * FROM internal_thread; view
/developtools/profiler/host/ohosprofiler/src/main/resources/sql-app/
DViews.sql16 CREATE VIEW IF NOT EXISTS thread AS SELECT id as utid, * FROM internal_thread; view
/developtools/profiler/trace_analyzer/src/filter/
Dprocess_filter.cpp50 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateThreadWithPidAndName() local
57 TraceStdtype::Thread* thread = nullptr; in GetOrCreateThreadWithPid() local
88 auto thread = traceDataCache_->GetThreadData(internalTid); in UpdateOrCreateProcessWithName() local
96 TraceStdtype::Thread* thread = nullptr; in UpdateOrCreateThreadWithNameIndex() local
170 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DWakeupBean.ts21 thread: string | undefined property in WakeupBean
DStateProcessThread.ts24 thread: string = "" property in StateProcessThread
39 thread: string = "" property in SPTChild
DProcessStruct.ts30 thread: string | undefined property in ProcessStruct
/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
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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/hiperf/
DHiperfParse.java103 HiperfReport.VirtualThreadInfo thread = record.getThread(); in parseFile() local
104 mThreads.put(thread.getTid(), thread); in parseFile() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DCPUThreadBean.java36 private String thread; field in CPUThreadBean
182 public void setThread(final String thread) { in setThread()
/developtools/hiperf/test/unittest/common/native/
Dvirtual_runtime_test.cpp254 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
343 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.ts46 thread: string | undefined property in ProcessStruct
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp62 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local
164 auto &thread = UpdateThread(pid, tid); in UnwindStack() local
245 const Symbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/analysis/
DOtherThreadSummaryPanel.java40 private JBLabel thread = new JBLabel(); field in OtherThreadSummaryPanel
/developtools/hiperf/include/
Dvirtual_thread.h53 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
/developtools/profiler/device/plugins/native_daemon/include/
Dcallstack.h55 const VirtualThread &thread; member
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/
DThreadDataFragment.java52 public ThreadData thread; field in ThreadDataFragment
76 public ThreadDataFragment(JComponent root, ThreadData thread) { in ThreadDataFragment()

123