Home
last modified time | relevance | path

Searched defs:thread (Results 1 - 25 of 30) sorted by relevance

12

/developtools/hdc/hdc_rust/src/cffi/host/
H A Dctimer.h44 std::thread thread; member in CTimer
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache_base.cpp44 auto &thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
/developtools/hiperf/test/unittest/common/native/include/
H A Dcallstack_test.h177 static void MakeMaps(VirtualThread &thread) in MakeMaps() argument
/developtools/profiler/device/plugins/native_daemon/include/
H A Dcall_stack.h133 const VirtualThread &thread; member
/developtools/hiperf/include/
H A Dvirtual_thread.h56 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() argument
H A Dcallstack.h151 const VirtualThread &thread; member
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
H A Dcallstack_test.h138 static void MakeMaps(VirtualThread &thread) in MakeMaps() argument
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H A Dvirtual_runtime_test.cpp149 VirtualThread &thread = runtime_->GetThread(TEST_TID, TEST_TID); in PrepareUserSymbol() local
H A Dvirtual_thread_test.cpp96 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local
144 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), in HWTEST_F() local
159 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), in HWTEST_F() local
197 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), HWTEST_F() local
231 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), HWTEST_F() local
272 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), HWTEST_F() local
319 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), HWTEST_F() local
352 std::shared_ptr<VirtualThread> thread = std::make_shared<VirtualThread>(getpid(), GetThreadId(), HWTEST_F() local
[all...]
/developtools/hiperf/test/unittest/common/native/
H A Dreport_json_file_test.cpp516 ReportThreadItem &thread = process.threads_.begin()->second; in HWTEST_F() local
548 ReportThreadItem &thread = process.threads_.begin()->second; HWTEST_F() local
[all...]
H A Dvirtual_runtime_test.cpp273 VirtualThread &thread = runtime_->GetThread(testTid, testTid); in PrepareUserSymbol() local
363 VirtualThread &thread = runtime_->GetThread(TEST_DWARF_RECORD_PID, TEST_DWARF_RECORD_TID); in HWTEST_F() local
H A Dvirtual_thread_test.cpp111 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local
[all...]
/developtools/smartperf_host/trace_streamer/src/filter/
H A Dtask_pool_filter.cpp34 auto thread = traceDataCache_->GetThreadData(itid); in GetIpId() local
H A Dapp_start_filter.cpp214 auto thread = traceDataCache_->GetThreadData(sliceData.CallIds()[raw]); in ProcAbilityLaunchData() local
H A Dprocess_filter.cpp59 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); UpdateOrCreateProcessWithName() local
122 TraceStdtype::Thread *thread = nullptr; UpdateOrCreateThreadWithNameIndex() local
214 auto thread = traceDataCache_->GetThreadData(internalTid); NewThread() local
[all...]
H A Dcpu_filter.cpp80 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]); Finish() local
333 auto thread = traceDataCache_->GetThreadData(i); UpdateProcessData() local
[all...]
/developtools/smartperf_host/trace_streamer/test/unittest/filter/
H A Dprocess_filter_test.cpp56 Thread *thread = traceDataCache_.GetThreadData(iTid0); in HWTEST_F() local
186 Thread *thread = traceDataCache_.GetThreadData(iTid0); in HWTEST_F() local
223 Thread *thread = traceDataCache_.GetThreadData(iTid0); HWTEST_F() local
246 auto thread = traceDataCache_.GetThreadData(iTid1); HWTEST_F() local
274 auto thread = traceDataCache_.GetThreadData(iTid2); HWTEST_F() local
294 Thread *thread = traceDataCache_.GetThreadData(itid); HWTEST_F() local
363 Thread *thread = traceDataCache_.GetThreadData(itid); HWTEST_F() local
[all...]
/developtools/hiperf/src/
H A Dreport.cpp42 VirtualThread &thread = virtualRuntime_.GetThread(sample.data_.pid, sample.data_.tid); in AddReportItem() local
97 VirtualThread &thread = virtualRuntime_.GetThread(sample.data_.pid, sample.data_.tid); in AddReportItemBranch() local
H A Dreport_protobuf_file.cpp170 VirtualThreadInfo *thread = record.mutable_thread(); in ProcessRecord() local
H A Dreport_json_file.cpp125 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; OutputJsonRuntimeInfo() local
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dthread_table.cpp120 const auto &thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local
[all...]
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_task.h111 std::thread thread; member in OHOS::SmartPerf::SPTask
/developtools/profiler/device/plugins/native_daemon/src/
H A Dcall_stack.cpp92 fillUDI(unw_dyn_info_t &di, SymbolsFile &symbolsFile, std::shared_ptr<DfxMap> map, const VirtualThread &thread) fillUDI() argument
410 DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLevel) DoUnwind() argument
440 UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, const u8 *stack, u64 stackSize, std::vector<CallFrame> &callStack, size_t maxStackLevel, int maxjsDepth, bool jsReport) UnwindCallStack() argument
502 DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLevel, int maxjsDepth, bool jsReport) DoUnwind2() argument
[all...]
H A Dvirtual_runtime.cpp79 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
338 GetKernelSymbol(uint64_t ip, const std::vector<std::shared_ptr<DfxMap>> &maps, const VirtualThread &thread) GetKernelSymbol() argument
379 GetUserSymbol(uint64_t ip, const VirtualThread &thread) GetUserSymbol() argument
427 GetSymbolCache(uint64_t ip, DfxSymbol &symbol, const VirtualThread &thread) GetSymbolCache() argument
569 auto &thread = UpdateThread(pid, tid); HandleMapInfo() local
[all...]
/developtools/hdc/src/host/
H A Dclient.cpp275 auto thread = std::thread([&hParentRead]() { in RunCommandWin32() local

Completed in 15 milliseconds

12