| /developtools/profiler/host/smartperf/ide/test/trace/component/trace/base/ |
| D | ColorUtils.test.ts | 32 let thread = {processId:1} variable 38 let thread = { variable
|
| /developtools/profiler/trace_analyzer/src/table/ |
| D | thread_table.cpp | 67 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/ |
| D | thread_table.cpp | 67 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/ |
| D | virtual_thread_test.cpp | 173 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/ |
| D | process_filter.cpp | 50 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/ |
| D | process_filter_test.cpp | 56 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/ |
| D | process_filter_test.cpp | 56 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/ |
| D | Views.sql | 16 CREATE VIEW IF NOT EXISTS thread AS SELECT id as utid, * FROM internal_thread; view
|
| /developtools/profiler/host/ohosprofiler/src/main/resources/sql-app/ |
| D | Views.sql | 16 CREATE VIEW IF NOT EXISTS thread AS SELECT id as utid, * FROM internal_thread; view
|
| /developtools/profiler/trace_analyzer/src/filter/ |
| D | process_filter.cpp | 50 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/ |
| D | WakeupBean.ts | 21 thread: string | undefined property in WakeupBean
|
| D | StateProcessThread.ts | 24 thread: string = "" property in StateProcessThread 39 thread: string = "" property in SPTChild
|
| D | ProcessStruct.ts | 30 thread: string | undefined property in ProcessStruct
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 57 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
|
| D | virtual_runtime.cpp | 54 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/ |
| D | HiperfParse.java | 103 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/ |
| D | CPUThreadBean.java | 36 private String thread; field in CPUThreadBean 182 public void setThread(final String thread) { in setThread()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 254 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local 343 VirtualThread &thread = runtime_->GetThread(TEST_DWARF_RECORD_PID, TEST_DWARF_RECORD_TID); variable
|
| D | report_json_file_test.cpp | 422 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/ |
| D | ProcedureWorkerProcess.ts | 46 thread: string | undefined property in ProcessStruct
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 62 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/ |
| D | OtherThreadSummaryPanel.java | 40 private JBLabel thread = new JBLabel(); field in OtherThreadSummaryPanel
|
| /developtools/hiperf/include/ |
| D | virtual_thread.h | 53 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | callstack.h | 55 const VirtualThread &thread; member
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ |
| D | ThreadDataFragment.java | 52 public ThreadData thread; field in ThreadDataFragment 76 public ThreadDataFragment(JComponent root, ThreadData thread) { in ThreadDataFragment()
|