Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 21 of 21) 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
154 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
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.ts83 threadName: 'ACCS0', variable
119 threadName: 'ACCS0', variable
/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : ''; constant
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.cpp99 const std::string& threadName, in MakeBeginFakeLog()
120 const std::string& threadName, in MakeEndFakeLog()
424 std::string threadName) in getNewMissLog()
444 const std::string& threadName, in DeleteRedundance()
487 auto& threadName = content.name; in ConvertFfrtThreadToFfrtTaskByLine() local
/developtools/hiperf/src/
Dsubcommand.cpp135 std::string threadName = virtualRuntime_.ReadThreadName(*pos, true); in ExcludeThreadsFromSelectTids() local
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts822 const threadName = this.threadData[sample.tid].threadName || 'Thread'; constant
1011 threadName: string = ''; property in PerfThread
1184 threadName: string; property in PerfAnalysisSample
DProcedureLogicWorkerNativeNemory.ts1129 threadName: string = ''; property in NativeHookStatistics
1152 threadName: string = ''; property in NativeHookCallInfo
DProcedureLogicWorkerFileSystem.ts1023 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/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.cpp183 size_t PerfThread::AppendNewPerfThread(uint32_t pid, uint32_t tid, DataIndex threadName) in AppendNewPerfThread()
/developtools/hiperf/include/
Dperf_events.h419 std::string threadName = ""; member
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp188 std::string threadName = reinterpret_cast<char*>(rawData->data); in HandleNoStackEvent() local
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp962 DataIndex threadName = stream_.traceDataCache_->GetDataIndex("threadState"); variable