/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
D | virtual_thread_test.cpp | 172 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/ |
D | ColorUtils.test.ts | 31 let thread = { processId: 1 }; variable 37 let thread = { variable
|
/developtools/profiler/host/smartperf/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 198 auto thread = traceDataCache_->GetThreadData(internalTid); in isThreadNameEmpty() local 231 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
|
D | cpu_filter.cpp | 79 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/ |
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 198 auto thread = traceDataCache_->GetThreadData(internalTid); in isThreadNameEmpty() local 231 auto thread = traceDataCache_->GetThreadData(internalTid); in NewThread() local
|
D | cpu_filter.cpp | 79 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/ |
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/profiler/host/smartperf/ide/src/trace/bean/ |
D | StateProcessThread.ts | 23 thread: string = ''; property in StateProcessThread 38 thread: string = ''; property in SPTChild 56 thread: string = ''; property in SPT 80 thread: string = ''; property in ThreadProcess
|
D | WakeupBean.ts | 21 thread: string | undefined; property in WakeupBean
|
D | ProcessStruct.ts | 30 thread: string | undefined; property in ProcessStruct
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | StateProcessThread.ts | 23 thread: string = ''; property in StateProcessThread 38 thread: string = ''; property in SPTChild 63 thread: string = ''; property in SPT
|
D | WakeupBean.ts | 17 thread: string | undefined; property in WakeupBean
|
D | ProcessStruct.ts | 31 thread: string | undefined; property in ProcessStruct
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | virtual_runtime.cpp | 74 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()
|
D | call_stack.cpp | 72 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/ |
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 | 59 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/ |
D | ProcedureLogicWorkerSPT.ts | 369 thread: string = ''; property in ThreadProcess 377 thread: string = ''; property in SPT
|
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerSPT.ts | 405 thread: string = ''; property in ThreadProcess 413 thread: string = ''; property in SPT
|
/developtools/hiperf/test/unittest/common/native/ |
D | virtual_runtime_test.cpp | 263 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local 353 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/trace_streamer/src/trace_data/ |
D | trace_data_cache_base.cpp | 45 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
D | trace_data_cache_base.cpp | 45 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerProcess.ts | 161 thread: string | undefined; property in ProcessStruct
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerProcess.ts | 161 thread: string | undefined; property in ProcessStruct
|