/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/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(), 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
|
D | virtual_runtime_test.cpp | 153 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | cpu_filter.cpp | 63 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
|
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 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/ |
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 55 thread: string = "" property in SPT 79 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/profiler/device/plugins/native_daemon/src/ |
D | virtual_runtime.cpp | 63 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()
|
D | call_stack.cpp | 72 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/ |
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 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/ |
D | trace_data_cache_base.cpp | 41 auto& thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
|
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerSPT.ts | 156 thread :string = "" property in ThreadProcess 164 thread: string = "" property in SPT
|
D | ProcedureLogicWorkerFileSystem.ts | 652 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/ |
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/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/ide/src/trace/database/ |
D | ProcedureWorkerProcess.ts | 50 thread: string | undefined property in ProcessStruct
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerProcess.ts | 99 thread: string | undefined property in ProcessStruct
|
/developtools/hiperf/include/ |
D | virtual_thread.h | 53 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() function
|
D | callstack.h | 129 const VirtualThread &thread; member
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_task.h | 65 std::thread thread; variable
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | call_stack.h | 126 const VirtualThread &thread; member
|