| /developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/ |
| D | process_filter_test.cpp | 178 std::string_view threadName = "RenderThread"; variable 206 std::string_view threadName = "RenderThread"; variable 221 std::string_view threadName = "RenderThread2"; variable 239 std::string_view threadName = "RenderThread"; variable 262 std::string_view threadName = "RenderThread"; variable 290 std::string_view threadName = "RenderThread"; variable 309 std::string_view threadName = "RenderThread"; variable 326 std::string_view threadName = "RenderThread"; variable 342 std::string_view threadName = "RenderThread"; variable 359 std::string_view threadName = "RenderThread"; variable
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/bean/ |
| D | NativeHook.ts | 32 threadName: string = ''; property in NativeHookStatistics 79 threadName: string = ''; property in NativeMemory 109 threadName: string = ''; property in NativeHookSamplerInfo 135 threadName: string = ''; property in NativeHookSampleQueryInfo 151 threadName: string = ''; property in NativeHookCallInfo
|
| D | KeyPathStruct.ts | 18 threadName: string; property in KeyPathStruct
|
| D | StateProcessThread.ts | 36 threadName: string = ''; property in SPTChild
|
| D | PerfProfile.ts | 39 threadName: string = ''; property in PerfThread 109 threadName: string = ''; property in PerfSample
|
| D | GpufreqBean.ts | 50 threadName: string | undefined; property in SearchGpuFuncBean
|
| D | ThreadStruct.ts | 33 threadName: string | undefined; property in ThreadStruct
|
| D | FuncStruct.ts | 33 threadName: string | undefined; property in FuncStruct
|
| D | AbilityMonitor.ts | 174 threadName: string = ''; property in GpuMemory 210 threadName: string = ''; property in GpuMemoryComparison
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/metrics/ |
| D | traceTaskStrategy.h | 28 std::vector<std::string> threadName; member
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : ''; constant
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | subcommand_record_test.cpp | 1379 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0402() local 1398 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0502() local 1417 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0602() local 1436 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0702() local 1473 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0902() local 1492 … std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", recordSample.data_.tid)); in __anon21b1720a0a02() local 2193 std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", tid)); variable
|
| D | perf_events_test.cpp | 350 std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", tid)); variable
|
| /developtools/profiler/device/plugins/network_profiler/service/include/ |
| D | network_profiler_common.h | 47 char threadName[MAX_TNAME_LEN] = {0}; member
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/ffrt_parser/ |
| D | pbreader_ffrt_parser.cpp | 35 auto threadName = ffrtEventPtr->thread_name().ToStdString(); in PaserCommData() local
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerXpowerThreadInfo.ts | 152 threadName: string = ''; property in XpowerThreadInfoStruct
|
| /developtools/profiler/device/plugins/ffrt_profiler/service/include/ |
| D | ffrt_profiler_common.h | 47 char threadName[MAX_COMM_LEN] = {0}; member
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.ts | 595 let threadName = Utils.getInstance().getThreadMap().get(data.tid!); variable 625 let threadName = Utils.getInstance().getThreadMap().get(data.tid!); variable 728 let threadName = Utils.getInstance().getThreadMap().get(data.tid!); variable 1517 let threadName = Utils.getInstance().getThreadMap().get(data.tid!); variable
|
| /developtools/hiperf/src/ |
| D | subcommand.cpp | 136 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/ |
| D | binder_filter.cpp | 111 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ReceiveTraction() local
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/ |
| D | SpLTPO.ts | 49 static threadName: String = 'Present%'; property in SpLtpoChart
|
| /developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 1457 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant 1651 threadName: string = ''; property in PerfThread 1844 threadName: string; property in PerfAnalysisSample
|
| D | ProcedureLogicWorkerNativeNemory.ts | 1275 threadName: string = ''; property in NativeHookStatistics 1296 threadName: string | undefined = ''; property in NativeHookCallInfo
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/ |
| D | hiperf_stdtype.cpp | 234 size_t PerfThread::AppendNewPerfThread(uint32_t pid, uint32_t tid, DataIndex threadName) in AppendNewPerfThread()
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/xpower/ |
| D | xpower_stdtype.cpp | 60 size_t XPowerAppDetailCPU::AppendNewAppDetailCPUData(DataIndex threadName, in AppendNewAppDetailCPUData()
|