| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | virtual_thread_test.cpp | 96 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
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | ColorUtils.test.ts | 30 let thread = { processId: 1 }; variable 36 let thread = { variable
|
| /developtools/smartperf_host/trace_streamer/test/unittest/filter/ |
| D | process_filter_test.cpp | 56 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/trace_streamer/src/filter/ |
| D | process_filter.cpp | 59 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 214 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
|
| D | cpu_filter.cpp | 80 auto thread = traceDataCache_->GetThreadData(prevPid); in ProcPrevPidSwitchEvent() local 180 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessExitEvent() local 190 auto thread = traceDataCache_->GetThreadData(static_cast<InternalTid>(pid)); in InsertProcessFreeEvent() local 205 auto thread = traceDataCache_->GetThreadData(rowData[i]); in Finish() local 333 auto thread = traceDataCache_->GetThreadData(i); in UpdateProcessData() local
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLite.ts | 357 for (let thread of this.works) { variable 374 let thread: DbThread; variable 389 let thread: DbThread; variable 409 let thread: DbThread; variable
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 79 VirtualThread &thread = GetThread(pid, tid); in UpdateThread() local 198 auto &thread = UpdateThread(pid, tid); in UpdateMaps() local 219 auto &thread = UpdateThread(pid, tid); in UnwindStack() local 339 const VirtualThread &thread) in GetKernelSymbol() 379 const DfxSymbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol() 427 bool VirtualRuntime::GetSymbolCache(uint64_t ip, DfxSymbol &symbol, const VirtualThread &thread) in GetSymbolCache() 569 auto &thread = UpdateThread(pid, tid); in HandleMapInfo() local 572 auto &thread = UpdateThread(pid, tid); in HandleMapInfo() local 589 auto &thread = UpdateThread(pid, tid); in HandleMapInfo() local
|
| D | call_stack.cpp | 93 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/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsageConfig.test.ts | 23 const thread = 'thread'; constant 40 const thread = ''; constant
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsageConfig.ts | 17 thread: string = ''; property in TabPaneFreqUsageConfig 62 thread: string = ''; property in TabPaneRunningConfig 108 thread?: string; property
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 81 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount() local 125 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample() local 224 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack() local 300 const VirtualThread &thread = pair.second; in OutputJsonRuntimeInfo() local
|
| D | virtual_runtime.cpp | 107 VirtualThread &thread = GetThread(pid, tid, name); in UpdateThread() local 129 VirtualThread &thread = userSpaceThreadMap_.at(tid); in CreateThread() local 230 VirtualThread &thread = GetThread(pid, tid); in UpdateThreadMaps() local 643 auto &thread = UpdateThread(pid, tid); in UnwindFromRecord() local 972 const VirtualThread &thread) in GetKernelSymbol() 1017 const DfxSymbol VirtualRuntime::GetKernelThreadSymbol(uint64_t ip, const VirtualThread &thread) in GetKernelThreadSymbol() 1063 const DfxSymbol VirtualRuntime::GetUserSymbol(uint64_t ip, const VirtualThread &thread) in GetUserSymbol() 1330 VirtualThread &thread = GetThread(pid, pid); in UpdateKernelThreadMap() local 1402 VirtualThread &thread = GetThread(pid, pid); in FixHMBundleMmap() local
|
| D | callstack.cpp | 77 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, in UnwindCallStack() 259 bool CallStack::DoUnwind2(const VirtualThread &thread, std::vector<DfxFrame> &callStack, in DoUnwind2()
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | GpufreqBean.ts | 22 thread: string = ''; property in GpuCountBean 97 thread: string = ''; property in TreeDataStringBean
|
| D | WakeupBean.ts | 17 thread: string | undefined; property in WakeupBean
|
| D | ProcessStruct.ts | 31 thread: string | undefined; property in ProcessStruct
|
| D | StateProcessThread.ts | 34 thread: string = ''; property in SPTChild
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSPT.ts | 162 let thread = process.children.find((child: SPT) => child.title === `T-${slice.tid}`); variable 307 let thread = process.children.find((child: SPT) => child.title === `T-${slice.tid}`); variable
|
| /developtools/hdc/hdc_rust/src/cffi/host/ |
| D | ctimer.h | 44 std::thread thread; variable
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_cache_base.cpp | 44 auto &thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 264 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local 354 VirtualThread &thread = runtime_->GetThread(TEST_DWARF_RECORD_PID, TEST_DWARF_RECORD_TID); variable
|
| D | report_json_file_test.cpp | 417 ReportThreadItem thread(1); variable 513 ReportThreadItem &thread = process.threads_.begin()->second; variable 545 ReportThreadItem &thread = process.threads_.begin()->second; variable
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerProcess.ts | 105 thread: string | undefined; property in ProcessStruct
|
| /developtools/hiperf/include/ |
| D | virtual_thread.h | 56 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
|
| D | callstack.h | 96 const VirtualThread &thread; member
|