| /developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
| D | process_filter_test.cpp | 176 uint32_t tid = 123; variable 204 uint32_t tid = 123; variable 219 uint32_t tid = 123; variable 237 uint32_t tid = 123; variable 260 uint32_t tid = 123; variable 287 uint32_t tid = 869; variable 306 uint32_t tid = 869; variable 323 uint32_t tid = 869; variable 339 uint32_t tid = 869; variable 356 uint32_t tid = 869; variable
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 50 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() 58 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() 73 VirtualThread &VirtualRuntime::CreateThread(pid_t pid, pid_t tid) in CreateThread() 82 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid) in GetThread() 113 bool VirtualRuntime::GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callsFrames, int o… in GetSymbolName() 165 void VirtualRuntime::UpdateMaps(pid_t pid, pid_t tid) in UpdateMaps() 179 pid_t tid, in UnwindStack() 356 bool VirtualRuntime::GetSymbolCache(uint64_t ip, pid_t pid, pid_t tid, Symbol &symbol, in GetSymbolCache() 388 const Symbol VirtualRuntime::GetSymbol(uint64_t ip, pid_t pid, pid_t tid, in GetSymbol()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | process_filter.cpp | 37 uint32_t ProcessFilter::UpdateOrCreateThreadWithName(uint64_t timeStamp, uint32_t tid, std::string_… in UpdateOrCreateThreadWithName() 64 uint32_t ProcessFilter::UpdateOrCreateThread(uint64_t timeStamp, uint32_t tid) in UpdateOrCreateThread() 68 uint32_t ProcessFilter::UpdateOrCreateThreadWithPidAndName(uint32_t tid, uint32_t pid, std::string_… in UpdateOrCreateThreadWithPidAndName() 81 uint32_t ProcessFilter::GetOrCreateThreadWithPid(uint32_t tid, uint32_t pid) in GetOrCreateThreadWithPid() 120 uint32_t ProcessFilter::UpdateOrCreateThreadWithNameIndex(uint64_t timeStamp, uint32_t tid, DataInd… in UpdateOrCreateThreadWithNameIndex() 138 uint32_t ProcessFilter::GetInternalTid(uint32_t tid, uint32_t pid) const in GetInternalTid() 203 std::tuple<uint32_t, TraceStdtype::Thread*> ProcessFilter::NewThread(uint32_t tid) in NewThread()
|
| /developtools/profiler/protos/types/plugins/native_hook/ |
| D | native_hook_result.proto | 32 int32 tid = 2; field 41 int32 tid = 2; field 49 int32 tid = 2; field 59 int32 tid = 2; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/ |
| D | native_hook_result.proto | 32 int32 tid = 2; field 41 int32 tid = 2; field 49 int32 tid = 2; field 59 int32 tid = 2; field
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 41 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() 49 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() 64 VirtualThread &VirtualRuntime::CreateThread(pid_t pid, pid_t tid) in CreateThread() 120 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid) in GetThread() 137 void VirtualRuntime::UpdateThreadMaps(pid_t pid, pid_t tid, const std::string filename, in UpdateThreadMaps() 560 bool VirtualRuntime::GetSymbolCache(uint64_t ip, pid_t pid, pid_t tid, Symbol &symbol, in GetSymbolCache() 585 const Symbol VirtualRuntime::GetSymbol(uint64_t ip, pid_t pid, pid_t tid, in GetSymbol()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | virtual_runtime.cpp | 41 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() 49 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() 64 VirtualThread &VirtualRuntime::CreateThread(pid_t pid, pid_t tid) in CreateThread() 117 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid) in GetThread() 134 void VirtualRuntime::UpdateThreadMaps(pid_t pid, pid_t tid, const std::string filename, in UpdateThreadMaps() 553 bool VirtualRuntime::GetSymbolCache(uint64_t ip, pid_t pid, pid_t tid, Symbol &symbol, in GetSymbolCache() 578 const Symbol VirtualRuntime::GetSymbol(uint64_t ip, pid_t pid, pid_t tid, in GetSymbol()
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | runtime_stack_range.cpp | 45 pthread_t tid = pthread_self(); in GetThreadRuntimeStackRange() local 182 static bool IfSubThread(pid_t pid, pid_t tid) in IfSubThread() 187 void GetRuntimeStackEnd(const char* stackptr, const char** end, pid_t pid, pid_t tid) in GetRuntimeStackEnd()
|
| /developtools/hiperf/proto/ |
| D | report_sample.proto | 32 optional uint32 tid = 2; field 76 optional uint32 tid = 1; field
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ |
| D | ProcedureWorkerCPU.ts | 114 tid: number | undefined property in CpuStruct 201 tid: number | undefined property in WakeupBean
|
| D | ProcedureWorkerProcess.ts | 51 tid: number | undefined property in ProcessStruct
|
| /developtools/hiperf/include/ |
| D | perf_record_format.h | 32 u32 tid; /* if PERF_SAMPLE_TID set */ member 62 u32 pid, tid; member 97 u32 tid; member 134 u32 tid; member 145 u32 pid, tid; /* if PERF_SAMPLE_TID */ member 181 u32 tid, ptid; member 205 u32 tid, ptid; member 237 u32 tid; member 272 u32 pid, tid; member 347 u32 tid; member
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | WakeupBean.ts | 22 tid: number | undefined property in WakeupBean
|
| D | PerfProfile.ts | 50 tid: number = 0; property in PerfThread 63 tid: number = 0; property in PerfCallChain 122 tid: number = 0; property in PerfCallChainMerageData 183 tid: number = 0; property in PerfSample
|
| D | ProcessStruct.ts | 31 tid: number | undefined property in ProcessStruct
|
| D | SearchFuncBean.ts | 22 tid: number | undefined // property in SearchFuncBean
|
| D | FuncStruct.ts | 33 tid: number | undefined property in FuncStruct
|
| /developtools/profiler/host/smartperf/ide/test/trace/component/chart/ |
| D | PerfDataQuery.test.ts | 117 tid: 1, variable 168 tid: 111, variable 191 tid: 222, variable
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerCPU.ts | 191 tid: number | undefined property in CpuStruct 284 tid: number | undefined property in WakeupBean
|
| D | ProcedureWorkerProcess.ts | 100 tid: number | undefined property in ProcessStruct
|
| /developtools/profiler/host/smartperf/ide/test/trace/component/hiperf/ |
| D | PerfDataQuery.test.ts | 142 tid: 1, variable 193 tid: 111, variable 216 tid: 222, variable
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 127 while (int32_t tid = GetValidTid(procDir)) { in WriteProcnum() local 504 bool CpuDataPlugin::addTidBySort(int32_t tid) in addTidBySort() 537 int32_t tid = atoi(dirEnt->d_name); in GetValidTid() local 568 …puDataPlugin::WriteThread(ThreadInfo& threadInfo, const char* pFile, uint32_t fileLen, int32_t tid) in WriteThread() 617 void CpuDataPlugin::WriteSingleThreadInfo(CpuData& data, int32_t tid) in WriteSingleThreadInfo() 641 while (int32_t tid = GetValidTid(procDir)) { in WriteThreadInfo() local
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
| D | SysCallsTopStrategy.ts | 60 tid: string property
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hilog_data/ |
| D | hilog_plugin_result.proto | 22 uint32 tid = 4; field
|
| /developtools/profiler/protos/types/plugins/hilog_data/ |
| D | hilog_plugin_result.proto | 22 uint32 tid = 4; field
|