| /developtools/hdc/hdc_rust/src/cffi/host/ |
| H A D | ctimer.h | 44 std::thread thread;
member in CTimer
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| H A D | trace_data_cache_base.cpp | 44 auto &thread = internalThreadsData_.front(); in UpdataZeroThreadInfo() local
|
| /developtools/hiperf/test/unittest/common/native/include/ |
| H A D | callstack_test.h | 177 static void MakeMaps(VirtualThread &thread) in MakeMaps() argument
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| H A D | call_stack.h | 133 const VirtualThread &thread;
member
|
| /developtools/hiperf/include/ |
| H A D | virtual_thread.h | 56 VirtualThread(pid_t pid, pid_t tid, VirtualThread &thread, in VirtualThread() argument
|
| H A D | callstack.h | 151 const VirtualThread &thread; member
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/ |
| H A D | callstack_test.h | 138 static void MakeMaps(VirtualThread &thread) in MakeMaps() argument
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| H A D | virtual_runtime_test.cpp | 149 VirtualThread &thread = runtime_->GetThread(TEST_TID, TEST_TID); in PrepareUserSymbol() local
|
| H A 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(), 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 D | report_json_file_test.cpp | 516 ReportThreadItem &thread = process.threads_.begin()->second; in HWTEST_F() local 548 ReportThreadItem &thread = process.threads_.begin()->second; HWTEST_F() local [all...] |
| H A D | virtual_runtime_test.cpp | 273 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 D | virtual_thread_test.cpp | 111 VirtualThread *thread = static_cast<VirtualThread *>(data); in PhdrCallBack() local [all...] |
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| H A D | task_pool_filter.cpp | 34 auto thread = traceDataCache_->GetThreadData(itid); in GetIpId() local
|
| H A D | app_start_filter.cpp | 214 auto thread = traceDataCache_->GetThreadData(sliceData.CallIds()[raw]); in ProcAbilityLaunchData() local
|
| H A 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); UpdateOrCreateProcessWithName() local 122 TraceStdtype::Thread *thread = nullptr; UpdateOrCreateThreadWithNameIndex() local 214 auto thread = traceDataCache_->GetThreadData(internalTid); NewThread() local [all...] |
| H A 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]); Finish() local 333 auto thread = traceDataCache_->GetThreadData(i); UpdateProcessData() local [all...] |
| /developtools/smartperf_host/trace_streamer/test/unittest/filter/ |
| H A D | process_filter_test.cpp | 56 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 D | report.cpp | 42 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 D | report_protobuf_file.cpp | 170 VirtualThreadInfo *thread = record.mutable_thread(); in ProcessRecord() local
|
| H A D | report_json_file.cpp | 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; OutputJsonRuntimeInfo() local [all...] |
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| H A D | thread_table.cpp | 120 const auto &thread = dataCache_->GetConstThreadData(CurrentRow()); in Column() local [all...] |
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| H A D | sp_task.h | 111 std::thread thread; member in OHOS::SmartPerf::SPTask
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| H A D | call_stack.cpp | 92 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 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 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 D | client.cpp | 275 auto thread = std::thread([&hParentRead]() { in RunCommandWin32() local
|