| /developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/ |
| D | process_filter_test.cpp | 177 uint32_t tid = 123; variable 205 uint32_t tid = 123; variable 220 uint32_t tid = 123; variable 238 uint32_t tid = 123; variable 261 uint32_t tid = 123; variable 288 uint32_t tid = 869; variable 307 uint32_t tid = 869; variable 324 uint32_t tid = 869; variable 340 uint32_t tid = 869; variable 357 uint32_t tid = 869; variable
|
| /developtools/smartperf_host/smartperf_host/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() 145 uint32_t ProcessFilter::GetInternalTid(uint32_t tid, uint32_t pid) const in GetInternalTid() 177 std::vector<InternalTid> &ProcessFilter::GetInternalTids(uint32_t tid) in GetInternalTids() 210 std::tuple<uint32_t, TraceStdtype::Thread *> ProcessFilter::NewThread(uint32_t tid) in NewThread()
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/bean/ |
| D | BinderProcessThread.ts | 22 tid: number; property 30 tid: number = 0; property in CycleBinderItem 47 tid: number; property 72 tid: number; property 83 tid: number = 0; property in FuncNameCycle 100 tid: number; property
|
| D | PerfProfile.ts | 37 tid: number = 0; property in PerfThread 50 tid: number = 0; property in PerfCallChain 78 tid: number = 0; property in PerfCallChainMerageData 108 tid: number = 0; property in PerfSample
|
| D | SchedSwitchStruct.ts | 20 tid: number = -1; property in ThreadInitConfig 93 tid: number = -1; property in CutDataObjConfig
|
| D | KeyPathStruct.ts | 17 tid: number; property in KeyPathStruct
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_runtime.cpp | 65 std::string VirtualRuntime::ReadThreadName(pid_t tid) in ReadThreadName() 73 VirtualThread &VirtualRuntime::UpdateThread(pid_t pid, pid_t tid, const std::string name) in UpdateThread() 89 VirtualThread &VirtualRuntime::CreateThread(pid_t pid, pid_t tid) in CreateThread() 98 VirtualThread &VirtualRuntime::GetThread(pid_t pid, pid_t tid) in GetThread() 129 bool VirtualRuntime::GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, int of… in GetSymbolName() 199 void VirtualRuntime::UpdateMaps(pid_t pid, pid_t tid) in UpdateMaps() 213 pid_t tid, in UnwindStack() 421 const DfxSymbol VirtualRuntime::GetSymbol(CallFrame& callFrame, pid_t pid, pid_t tid, in GetSymbol() 522 …ntime::HandleMapInfo(std::vector<uint64_t> info, const std::string& filePath, pid_t pid, pid_t tid) in HandleMapInfo()
|
| /developtools/smartperf_host/smartperf_device/device_command/collector/src/ |
| D | Threads.cpp | 27 std::string Threads::GetThreads(const std::string &pid, std::string &tid) in GetThreads() 58 std::string tid = ""; in ItemData() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | Threads.cpp | 27 std::string Threads::GetThreads(const std::string &pid, std::string &tid) in GetThreads() 58 std::string tid = ""; in ItemData() local
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsageConfig.test.ts | 26 const tid = 2; constant 44 const tid = 0; constant
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsageConfig.ts | 20 tid: number | string; property in TabPaneFreqUsageConfig 66 tid: number = 0; property in TabPaneRunningConfig 94 tid: number; property
|
| /developtools/hiperf/include/ |
| D | perf_record_format.h | 33 u32 tid = 0; /* if PERF_SAMPLE_TID set */ member 55 u32 tid = 0; member 78 u32 tid = 0; member 113 u32 tid = 0; member 150 u32 tid = 0; member 168 u32 tid = 0; /* if PERF_SAMPLE_TID */ member 208 u32 tid = 0; member 234 u32 tid = 0; member 267 u32 tid = 0; member 301 u32 tid = 0; member [all …]
|
| /developtools/hiperf/interfaces/innerkits/native/hiperf_local/src/ |
| D | lperf.cpp | 57 int Lperf::CollectSampleStackByTid(int tid, std::string& stack) in CollectSampleStackByTid() 81 int Lperf::Impl::CollectSampleStackByTid(int tid, std::string& stack) in CollectSampleStackByTid()
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFilesystemStatisticsAnalysis.ts | 946 tid: key, constant 1033 tid: item === null ? value[0].tid : item.tid, constant 1046 let tid = item.tid; // @ts-ignore variable 1118 tid: item.tid, // @ts-ignore constant
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 906 tid: key, constant 986 tid: item === null ? value[0].tid : item.tid, constant 1002 let tid = item.tid; variable 1117 tid: item.tid, constant
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 854 tid: key, constant 930 tid: item === null ? value[0].tid : item.tid, constant 944 let tid = item.tid; // @ts-ignore variable 1072 tid: item.tid, // @ts-ignore constant
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/ |
| D | SliceReceiver.ts | 23 tid: number | null | undefined; constant 32 tid: null, constant
|
| /developtools/hiperf/proto/ |
| D | report_sample.proto | 32 optional uint32 tid = 2; field 76 optional uint32 tid = 1; field
|
| /developtools/hdc/test/unittest/register/ |
| D | register_test.cpp | 138 pthread_t tid; variable 183 pthread_t tid; variable
|
| /developtools/smartperf_host/smartperf_host/ide/test/trace/database/data-trafic/process/ |
| D | FuncDataSender.test.ts | 48 let tid = 1; variable
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 927 tid: tid, constant 1013 tid: item === null ? arr[0].tid : item.tid, constant 1086 tid: item.tid, constant 1103 let tid = item.tid; variable
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 158 while (int32_t tid = GetValidTid(procDir)) { in WriteProcnum() local 560 bool CpuDataPlugin::addTidBySort(int32_t tid) in addTidBySort() 589 int32_t tid = atoi(dirEnt->d_name); in GetValidTid() local 620 …T> void CpuDataPlugin::WriteThread(T& threadInfo, const char* pFile, uint32_t fileLen, int32_t tid) in WriteThread() 670 template <typename T> void CpuDataPlugin::WriteSingleThreadInfo(T& cpuData, int32_t tid) in WriteSingleThreadInfo() 694 while (int32_t tid = GetValidTid(procDir)) { in WriteThreadInfo() local
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSPT.ts | 28 tid: number; property 254 tid: slice.tid, variable
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 55 std::string VirtualRuntime::ReadFromSavedCmdLines(const pid_t tid) in ReadFromSavedCmdLines() 82 std::string VirtualRuntime::ReadThreadName(const pid_t tid, const bool isThread) in ReadThreadName() 102 VirtualThread &VirtualRuntime::UpdateThread(const pid_t pid, const pid_t tid, const std::string nam… in UpdateThread() 117 VirtualThread &VirtualRuntime::CreateThread(const pid_t pid, const pid_t tid, const std::string nam… in CreateThread() 210 VirtualThread &VirtualRuntime::GetThread(const pid_t pid, const pid_t tid, const std::string name) in GetThread() 227 std::shared_ptr<DfxMap> VirtualRuntime::UpdateThreadMaps(const pid_t pid, const pid_t tid, const st… in UpdateThreadMaps() 500 pid_t tid = static_cast<pid_t>(recordSample.data_.tid); in SymbolicCallFrame() local 640 pid_t tid = static_cast<pid_t>(recordSample.data_.tid); in UnwindFromRecord() local 1144 DfxSymbol VirtualRuntime::GetSymbol(const uint64_t ip, const pid_t pid, const pid_t tid, in GetSymbol()
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/ |
| D | native_hook_result.proto | 32 int32 tid = 2; field 42 int32 tid = 2; field 51 int32 tid = 2; field 62 int32 tid = 2; field
|