Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dprocess_filter_test.cpp177 std::string_view threadName = "RenderThread"; variable
205 std::string_view threadName = "RenderThread"; variable
220 std::string_view threadName = "RenderThread2"; variable
238 std::string_view threadName = "RenderThread"; variable
261 std::string_view threadName = "RenderThread"; variable
289 std::string_view threadName = "RenderThread"; variable
308 std::string_view threadName = "RenderThread"; variable
325 std::string_view threadName = "RenderThread"; variable
341 std::string_view threadName = "RenderThread"; variable
358 std::string_view threadName = "RenderThread"; variable
/developtools/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
DFuncStruct.ts33 threadName: string | undefined; property in FuncStruct
DPerfProfile.ts39 threadName: string = ''; property in PerfThread
109 threadName: string = ''; property in PerfSample
DStateProcessThread.ts36 threadName: string = ''; property in SPTChild
DThreadStruct.ts33 threadName: string | undefined; property in ThreadStruct
DGpufreqBean.ts50 threadName: string | undefined; property in SearchGpuFuncBean
DAbilityMonitor.ts174 threadName: string = ''; property in GpuMemory
210 threadName: string = ''; property in GpuMemoryComparison
/developtools/smartperf_host/trace_streamer/src/metrics/
DtraceTaskStrategy.h28 std::vector<std::string> threadName; member
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts87 threadName: 'ACCS0', variable
123 threadName: 'ACCS0', variable
/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : ''; constant
/developtools/profiler/device/plugins/network_profiler/service/include/
Dnetwork_profiler_common.h47 char threadName[MAX_TNAME_LEN] = {0}; member
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/ffrt_parser/
Dpbreader_ffrt_parser.cpp35 auto threadName = ffrtEventPtr->thread_name().ToStdString(); in PaserCommData() local
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
Dffrt_profiler_common.h47 char threadName[MAX_COMM_LEN] = {0}; member
/developtools/hiperf/src/
Dsubcommand.cpp135 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids() local
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.cpp171 size_t PerfThread::AppendNewPerfThread(uint32_t pid, uint32_t tid, DataIndex threadName) in AppendNewPerfThread()
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts899 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant
1090 threadName: string = ''; property in PerfThread
1263 threadName: string; property in PerfAnalysisSample
DProcedureLogicWorkerNativeNemory.ts1228 threadName: string = ''; property in NativeHookStatistics
1249 threadName: string | undefined = ''; property in NativeHookCallInfo
DProcedureLogicWorkerFileSystem.ts1117 threadName: string = ''; property in FileSample
/developtools/smartperf_host/trace_streamer/src/filter/
Dbinder_filter.cpp111 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ReceiveTraction() local
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpLTPO.ts50 static threadName: String = 'Present%'; property in SpLtpoChart
/developtools/hiperf/include/
Dperf_events.h418 std::string threadName = ""; member
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp232 std::string threadName = reinterpret_cast<char*>(rawData->data); in HandleNoStackEvent() local
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp977 DataIndex threadName = stream_.traceDataCache_->GetDataIndex("threadState"); variable