| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 80 … itorSecond->second->tid_, in CaclRsDataByPid() 91 … itorSecond->second->tid_, in CaclRsDataByPid() 108 tid = item.second.at(UI_ABILITY_LAUNCHING)->tid_; in UpdatePidByNameIndex() 113 tid = threadData[i].tid_; in UpdatePidByNameIndex() 119 itemSecond.second->tid_ = tid; in UpdatePidByNameIndex() 142 itorSecond->second->ipid_, itorSecond->second->tid_, itorSecond->second->callid_, in AppendData() 206 … UI_ABILITY_LAUNCHING, std::make_unique<APPStartupData>(callId, thread->internalPid_, thread->tid_, in ParserAppStartup() 216 auto tid = threadData[callId].tid_; in ParserAppStartup() 273 auto tid = threadData[callId].tid_; in ParserSoInitalization() 283 … threadData[callId].tid_, callId, startTime, in ParserSoInitalization()
|
| D | app_start_filter.h | 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 58 uint32_t tid_; variable
|
| D | cpu_filter.cpp | 168 thread->tid_, traceDataCache_->GetDataFromDict(thread->nameIndex_), thread->startT_); in Finish() 184 traceDataCache_->GetThreadStateData()->UpdateTidAndPid(i, thread->tid_, process->pid_); in Finish()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 72 … itorSecond->second->tid_, startTime, endTime))); in CaclRsDataByPid() 83 … itorSecond->second->tid_, startTime, endTime))); in CaclRsDataByPid() 100 tid = item.second.at(UI_ABILITY_ONFOREGROUND)->tid_; in UpdatePidByNameIndex() 105 tid = threadData[i].tid_; in UpdatePidByNameIndex() 111 itemSecond.second->tid_ = tid; in UpdatePidByNameIndex() 131 itorSecond->second->ipid_, itorSecond->second->tid_, itorSecond->second->callid_, in AppendData() 195 auto tid = threadData[callId].tid_; in ParserAppStartup() 247 auto tid = threadData[callId].tid_; in ParserSoInitalization() 257 … threadData[callId].tid_, callId, startTime, in ParserSoInitalization()
|
| D | app_start_filter.h | 53 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData() 58 uint32_t tid_; variable
|
| D | cpu_filter.cpp | 168 thread->tid_, traceDataCache_->GetDataFromDict(thread->nameIndex_), thread->startT_); in Finish() 184 traceDataCache_->GetThreadStateData()->UpdateTidAndPid(i, thread->tid_, process->pid_); in Finish()
|
| /developtools/hiperf/include/ |
| D | report.h | 114 pid_t tid_ = 0; variable 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_ == b.tid_) && (func_ == b.func_) && in Same()
|
| D | virtual_thread.h | 48 tid_(pid), in VirtualThread() 59 tid_(tid), in VirtualThread() 72 pid_t tid_; variable
|
| D | report_json_file.h | 291 pid_t tid_ = 0; member 302 OutputJsonPair(output, "tid", tid_, true); in OutputJson() 312 ReportThreadItem(pid_t id) : tid_(id), callNode(-1), callNodeReverse(-1) {} in ReportThreadItem()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | process_filter_test.cpp | 57 EXPECT_TRUE(thread->tid_ == tid0); 60 EXPECT_TRUE(thread->tid_ == tid1); 187 EXPECT_TRUE(thread->tid_ == tid); 191 EXPECT_TRUE(thread->tid_ == tid2); 224 EXPECT_TRUE(thread->tid_ == tid); 247 EXPECT_TRUE(thread->tid_ == tid2); 275 EXPECT_TRUE(thread->tid_ == tid3);
|
| /developtools/profiler/hiebpf/include/ |
| D | bpf_event_receiver.h | 47 __u32 tid_; member 64 __u32 tid_; member 81 __u32 tid_; member 97 __u32 tid_; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/ |
| D | thread_table.cpp | 128 if (threadQueue[*i].tid_ != value) { in FilterTid() 136 if (threadQueue[i].tid_ == value) { in FilterTid() 147 if (threadQueue[*i].tid_ == value) { in FilterTid() 155 if (threadQueue[i].tid_ != value) { in FilterTid() 414 sqlite3_result_int64(context_, static_cast<int32_t>(thread.tid_)); in Column() 448 sqlite3_result_int(context_, thread.tid_ == process.pid_); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | thread_table.cpp | 128 if (threadQueue[*i].tid_ != value) { in FilterTid() 136 if (threadQueue[i].tid_ == value) { in FilterTid() 147 if (threadQueue[*i].tid_ == value) { in FilterTid() 155 if (threadQueue[i].tid_ != value) { in FilterTid() 414 sqlite3_result_int64(context_, static_cast<int32_t>(thread.tid_)); in Column() 448 sqlite3_result_int(context_, thread.tid_ == process.pid_); in Column()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | call_stack.cpp | 214 HLOGW("no debug info found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindUnwindTable() 233 HLOGW("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindProcInfo() 238 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()
|
| D | virtual_thread.cpp | 114 : pid_(pid), tid_(tid), symbolsFiles_(symbolsFiles), virtualruntime_(runtime) in VirtualThread()
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 228 HLOGW("no debug info found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindUnwindTable() 247 HLOGW("no symbols file found for thread %d:%s", unwindInfoPtr->thread.tid_, in FindProcInfo() 252 unwindInfoPtr->thread.tid_, unwindInfoPtr->thread.name_.c_str()); in FindProcInfo() 446 if (unwindAddrSpaceMap_.count(thread.tid_) == 0) { in DoUnwind() 452 unwindAddrSpaceMap_.emplace(thread.tid_, addr_space); in DoUnwind() 456 addr_space = unwindAddrSpaceMap_.at(thread.tid_); in DoUnwind()
|
| D | report_json_file.cpp | 271 if (thread.pid_ == thread.tid_) { in OutputJsonRuntimeInfo() 275 jsonThreads.emplace(std::to_string(thread.tid_), thread.name_); in OutputJsonRuntimeInfo()
|
| D | virtual_thread.cpp | 389 HLOGD("%d %d memMap add '%s'", pid_, tid_, memMapItem.name_.c_str()); in ParseMap() 425 pid_, tid_, memMaps_.size(), map.name_.c_str(), map.begin_, map.end_, map.pageoffset_); in CreateMapItem()
|
| D | virtual_runtime.cpp | 105 std::make_unique<PerfRecordMmap2>(false, thread.pid_, thread.tid_, memMapItem); in CreateThread() 110 thread.pid_, thread.tid_, thread.name_.c_str(), memMapItem.name_.c_str(), in CreateThread() 376 callstack_.ExpandCallStack(thread.tid_, recordSample.callFrames_, callstackMergeLevel_); in UnwindFromRecord()
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_event_receiver.cpp | 291 item->tid_ = cmplt_event->pid; in EncodeFSTraceEvent() 327 item->tid_ = cmplt_event->pid; in EncodePFTraceEvent() 363 item->tid_ = cmplt_event->start_event.pid; in EncodeBIOTraceEvent() 397 item->tid_ = cmplt_event->pid; in EncodeSTRTraceEvent()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | virtual_thread.h | 63 pid_t tid_; variable
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | virtual_runtime_test.cpp | 196 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 423 thread.tid_ = 2; 493 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3);
|
| D | virtual_runtime_test.cpp | 310 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_);
|
| D | report_test.cpp | 288 GetNumberTest(a, ReportItem::GetTid, a.tid_, std::to_string(a.tid_).length());
|