Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 25 of 31) sorted by relevance

12

/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/filter/
Dprocess_filter_test.cpp178 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/
DNativeHook.ts32 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
DKeyPathStruct.ts18 threadName: string; property in KeyPathStruct
DStateProcessThread.ts36 threadName: string = ''; property in SPTChild
DPerfProfile.ts39 threadName: string = ''; property in PerfThread
109 threadName: string = ''; property in PerfSample
DGpufreqBean.ts50 threadName: string | undefined; property in SearchGpuFuncBean
DThreadStruct.ts33 threadName: string | undefined; property in ThreadStruct
DFuncStruct.ts33 threadName: string | undefined; property in FuncStruct
DAbilityMonitor.ts174 threadName: string = ''; property in GpuMemory
210 threadName: string = ''; property in GpuMemoryComparison
/developtools/smartperf_host/smartperf_host/trace_streamer/src/metrics/
DtraceTaskStrategy.h28 std::vector<std::string> threadName; member
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DUtils.ts88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : ''; constant
/developtools/hiperf/test/unittest/common/native/
Dsubcommand_record_test.cpp1379 … 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
Dperf_events_test.cpp350 std::string threadName = ReadFileToString(StringPrintf("/proc/%d/comm", tid)); variable
/developtools/profiler/device/plugins/network_profiler/service/include/
Dnetwork_profiler_common.h47 char threadName[MAX_TNAME_LEN] = {0}; member
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/ffrt_parser/
Dpbreader_ffrt_parser.cpp35 auto threadName = ffrtEventPtr->thread_name().ToStdString(); in PaserCommData() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerXpowerThreadInfo.ts152 threadName: string = ''; property in XpowerThreadInfoStruct
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
Dffrt_profiler_common.h47 char threadName[MAX_COMM_LEN] = {0}; member
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts595 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/
Dsubcommand.cpp136 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dbinder_filter.cpp111 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ReceiveTraction() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpLTPO.ts49 static threadName: String = 'Present%'; property in SpLtpoChart
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts1457 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant
1651 threadName: string = ''; property in PerfThread
1844 threadName: string; property in PerfAnalysisSample
DProcedureLogicWorkerNativeNemory.ts1275 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/
Dhiperf_stdtype.cpp234 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/
Dxpower_stdtype.cpp60 size_t XPowerAppDetailCPU::AppendNewAppDetailCPUData(DataIndex threadName, in AppendNewAppDetailCPUData()

12