Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 - 25 of 25) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/
H A Dapp_start_filter.cpp59 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 Dapp_start_filter.h43 : callid_(callid), ipid_(ipid), tid_(tid), startTime_(startTime), endTime_(endTime) in APPStartupData()
48 uint32_t tid_; member in SysTuning::TraceStreamer::APPStartupData
H A Dcpu_filter.cpp210 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 Dvirtual_thread.h48 tid_(pid), in VirtualThread()
59 tid_(tid), in VirtualThread()
72 pid_t tid_; member in OHOS::Developtools::HiPerf::VirtualThread
H A Dreport.h114 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 Dreport_json_file.h293 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 Dperf_events.h522 pid_t tid_ = 0; member
/developtools/profiler/hiebpf/include/
H A Dbpf_event_receiver.h47 __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 Dprocess_filter_test.cpp57 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 Dcallstack.cpp254 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 Dreport_json_file.cpp301 if (thread.pid_ == thread.tid_) { in OutputJsonRuntimeInfo()
305 jsonThreads.emplace(std::to_string(thread.tid_), thread.name_); in OutputJsonRuntimeInfo()
H A Dvirtual_thread.cpp392 pid_, tid_, memMaps_.size(), map->name.c_str(), map->begin, map->end, map->offset); in CreateMapItem()
H A Dvirtual_runtime.cpp168 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 Dperf_events.cpp1226 mmapItem.tid_ = item.pid; in CreateSpeMmap()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dcall_stack.cpp233 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 Dvirtual_thread.cpp94 : pid_(pid), tid_(tid), symbolsFiles_(symbolsFiles), virtualruntime_(runtime) in VirtualThread()
/developtools/profiler/hiebpf/src/
H A Dbpf_event_receiver.cpp295 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 Dthread_table.cpp128 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 Dcommon_stdtype.h32 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 Dvirtual_thread.h87 pid_t tid_ {0};
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache.cpp436 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 Dvirtual_runtime_test.cpp192 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_); in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H A Dreport_json_file_test.cpp421 thread.tid_ = 2; in HWTEST_F()
491 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3); in HWTEST_F()
H A Dreport_test.cpp284 GetNumberTest(a, ReportItem::GetTid, a.tid_, std::to_string(a.tid_).length()); in HWTEST_F()
H A Dvirtual_runtime_test.cpp320 printf("pid %d tid %d\n", pair.second.pid_, pair.second.tid_); in HWTEST_F()

Completed in 22 milliseconds