/developtools/smartperf_host/trace_streamer/src/filter/ |
H A D | app_start_filter.cpp | 59 itorSecond->second->tid_, in CaclRsDataByPid() 70 itorSecond->second->tid_, in CaclRsDataByPid() 87 tid = item.second.at(UI_ABILITY_LAUNCHING)->tid_; in UpdatePidByNameIndex() 92 tid = threadData[i].tid_; in UpdatePidByNameIndex() 98 itemSecond.second->tid_ = tid; in UpdatePidByNameIndex() 118 itorSecond->second->tid_, in AppendAssociatedData() 218 std::make_unique<APPStartupData>(callId, thread->internalPid_, thread->tid_, startTime, INVALID_UINT64))); in ProcAbilityLaunchData() 232 auto tid = threadData[callId].tid_; in ProcForegroundData() 280 auto tid = threadData[callId].tid_; in ParserSoInitalization() 297 soStaticInitalizationRow.tid = threadData[callId].tid_; in ParserSoInitalization() [all...] |
H A D | app_start_filter.h | 43 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 48 uint32_t tid_; member in SysTuning::TraceStreamer::APPStartupData
|
H A D | cpu_filter.cpp | 210 traceDataCache_->GetThreadStateData()->UpdateTidAndPid(i, thread->tid_, process->pid_); in Finish() 345 thread->tid_, traceDataCache_->GetDataFromDict(thread->nameIndex_), thread->startT_); in UpdateProcessData()
|
/developtools/hiperf/include/ |
H A D | virtual_thread.h | 48 tid_(pid), in VirtualThread() 59 tid_(tid), in VirtualThread() 72 pid_t tid_; member in OHOS::Developtools::HiPerf::VirtualThread
|
H A D | report.h | 114 pid_t tid_ = 0; member in OHOS::Developtools::HiPerf::ReportItem 131 tid_(tid), in ReportItem() 145 tid_(tid), in ReportItem() 169 return StringPrintf("%d:%d:%s-%s(%s):%zu i:%llu", pid_, tid_, comm_.data(), func_.data(), in ToDebugString() 211 if (a.tid_ != b.tid_) { in CompareTid() 212 return (a.tid_ > b.tid_) ? 1 : -1; in CompareTid() 219 return StringPrintf(format.c_str(), len, a.tid_); in GetTid() 276 return (comm_ == b.comm_) && (pid_ == b.pid_) && (tid_ in Same() [all...] |
H A D | report_json_file.h | 293 pid_t tid_ = 0; member 304 OutputJsonPair(output, "tid", tid_, true); in OutputJson() 314 ReportThreadItem(pid_t id) : tid_(id), callNode(-1), callNodeReverse(-1) {} in ReportThreadItem()
|
H A D | perf_events.h | 522 pid_t tid_ = 0; member
|
/developtools/profiler/hiebpf/include/ |
H A D | bpf_event_receiver.h | 47 __u32 tid_; member 64 __u32 tid_; member 81 __u32 tid_; member 97 __u32 tid_; member
|
/developtools/smartperf_host/trace_streamer/test/unittest/filter/ |
H A D | process_filter_test.cpp | 57 EXPECT_TRUE(thread->tid_ == tid0); in HWTEST_F() 60 EXPECT_TRUE(thread->tid_ == tid1); in HWTEST_F() 187 EXPECT_TRUE(thread->tid_ == tid); in HWTEST_F() 191 EXPECT_TRUE(thread->tid_ == tid2); in HWTEST_F() 224 EXPECT_TRUE(thread->tid_ == tid); in HWTEST_F() 247 EXPECT_TRUE(thread->tid_ == tid2); in HWTEST_F() 275 EXPECT_TRUE(thread->tid_ == tid3); in HWTEST_F()
|
/developtools/hiperf/src/ |
H A D | callstack.cpp | 254 HLOGW("no debug info found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindUnwindTable() 272 HLOGW("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindProcInfo() 277 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str()); in FindProcInfo() 444 if (unwindAddrSpaceMap_.count(thread.tid_) == 0) { in DoUnwind() 450 unwindAddrSpaceMap_.emplace(thread.tid_, addr_space); in DoUnwind() 454 addr_space = unwindAddrSpaceMap_.at(thread.tid_); in DoUnwind() 757 HLOGD("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindUnwindTable() 762 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str()); in FindUnwindTable() 811 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str()); in GetMapByPc()
|
H A D | report_json_file.cpp | 301 if (thread.pid_ == thread.tid_) { in OutputJsonRuntimeInfo() 305 jsonThreads.emplace(std::to_string(thread.tid_), thread.name_); in OutputJsonRuntimeInfo()
|
H A D | virtual_thread.cpp | 392 pid_, tid_, memMaps_.size(), map->name.c_str(), map->begin, map->end, map->offset); in CreateMapItem()
|
H A D | virtual_runtime.cpp | 168 std::make_unique<PerfRecordMmap2>(false, thread.pid_, thread.tid_, map); in CreateThread() 170 thread.pid_, thread.tid_, thread.name_.c_str(), map->name.c_str(), in CreateThread() 606 callstack_.ExpandCallStack(thread.tid_, recordSample.callFrames_, callstackMergeLevel_); in UnwindFromRecord()
|
H A D | perf_events.cpp | 1226 mmapItem.tid_ = item.pid; in CreateSpeMmap()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 233 HLOGW("no debug info found for thread %d:%s", unwindInfoPtr->thread.tid_,
in FindUnwindTable() 252 HLOGW("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_,
in FindProcInfo() 257 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str());
in FindProcInfo() 419 if (unwindAddrSpaceMap_.count(thread.tid_) == 0) {
in DoUnwind() 422 unwindAddrSpaceMap_.emplace(thread.tid_, addr_space);
in DoUnwind() 426 addr_space = unwindAddrSpaceMap_.at(thread.tid_);
in DoUnwind() 607 HLOGW("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_,
in FindUnwindTable() 612 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str());
in FindUnwindTable()
|
H A D | virtual_thread.cpp | 94 : pid_(pid), tid_(tid), symbolsFiles_(symbolsFiles), virtualruntime_(runtime) in VirtualThread()
|
/developtools/profiler/hiebpf/src/ |
H A D | bpf_event_receiver.cpp | 295 item->tid_ = cmplt_event->pid; in EncodeFSTraceEvent() 331 item->tid_ = cmplt_event->pid; in EncodePFTraceEvent() 367 item->tid_ = cmplt_event->start_event.pid; in EncodeBIOTraceEvent() 401 item->tid_ = cmplt_event->pid; in EncodeSTRTraceEvent()
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
H A D | thread_table.cpp | 128 SetTypeColumnInt64(thread.tid_, INVALID_UINT32); in Column() 151 sqlite3_result_int(context_, thread.tid_ == process.pid_); in Column()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/ |
H A D | common_stdtype.h | 32 explicit Thread(uint32_t t) : tid_(t) {} in Thread() 34 uint32_t tid_ = 0; member in SysTuning::TraceStdtype::Thread
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | virtual_thread.h | 87 pid_t tid_ {0};
|
/developtools/smartperf_host/trace_streamer/src/trace_data/ |
H A D | trace_data_cache.cpp | 436 auto hookTaskId = internalThreadsData_[itid].tid_; in ExportHookDataReadableText() 544 auto fileSysTaskId = internalThreadsData_[fileSamplingTableData_.Itids()[row]].tid_; in ExportEbpfFileSystemReadableText() 574 auto pagedMemTaskId = internalThreadsData_[pagedMemorySampleData_.Itids()[row]].tid_; in ExportEbpfPagedMemReadableText() 604 auto bioTaskId = internalThreadsData_[bioLatencySampleData_.Itids()[row]].tid_; in ExportEbpfBIOReadableText()
|
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
H A D | virtual_runtime_test.cpp | 192 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_); in HWTEST_F()
|
/developtools/hiperf/test/unittest/common/native/ |
H A D | report_json_file_test.cpp | 421 thread.tid_ = 2; in HWTEST_F() 491 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3); in HWTEST_F()
|
H A D | report_test.cpp | 284 GetNumberTest(a, ReportItem::GetTid, a.tid_, std::to_string(a.tid_).length()); in HWTEST_F()
|
H A D | virtual_runtime_test.cpp | 320 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_); in HWTEST_F()
|