Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
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
Dtable_test.cpp1074 DataIndex threadName = stream_.traceDataCache_->GetDataIndex("threadState"); variable
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DTraceTaskStrategy.ts35 threadName: newArr variable
51 threadName: string property
DDistributeTermStrategy.ts117 threadName: string property
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DNativeHook.ts32 threadName: string = ""; property in NativeHookStatistics
91 threadName:string = ""; property in NativeMemory
109 threadName:string = ""; property in NativeHookSamplerInfo
135 threadName:string = ""; property in NativeHookSampleQueryInfo
154 threadName: string = ""; property in NativeHookCallInfo
DFuncStruct.ts32 threadName: string | undefined property in FuncStruct
DThreadStruct.ts48 threadName: string | undefined; property in ThreadStruct
DPerfProfile.ts52 threadName: string = ""; property in PerfThread
184 threadName: string = ""; property in PerfSample
DStateProcessThread.ts40 threadName: string = "" property in SPTChild
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts79 threadName: "ACCS0", variable
112 threadName: "ACCS0", variable
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerFunc.ts56 threadName: string | undefined // "Thread-15" property in FuncStruct
DTraceWorkerNativeMemory.ts435 threadName: string = ""; property in NativeHookStatistics
454 threadName: string = ""; property in NativeHookCallInfo
474 threadName:string = ""; property in NativeMemory
DProcedureWorkerThread.ts86 threadName: string | undefined//"ACCS0" property in ThreadStruct
DTraceWorkerPerfDataQuery.ts507 threadName: string = ""; property in PerfThread
731 threadName: string = ""; property in PerfSample
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerFunc.ts134 threadName: string | undefined // "Thread-15" property in FuncStruct
DProcedureWorkerThread.ts139 threadName: string | undefined//"ACCS0" property in ThreadStruct
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts538 threadName: string = ""; property in NativeHookStatistics
557 threadName: string = ""; property in NativeHookCallInfo
577 threadName: string = ""; property in NativeMemory
DProcedureLogicWorkerFileSystem.ts608 threadName:string = ""; property in FileSample
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dbinder_filter.cpp111 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ReceiveTraction() local
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp319 uint32_t StackPreprocess::GetThreadIdx(std::string threadName, BatchNativeHookData& batchNativeHook… in GetThreadIdx()
/developtools/hiperf/src/
Dsubcommand_record.cpp416 std::string threadName = virtualRuntime_.ReadThreadName(*pos); in ExcludeThreadsFromSelectTids() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp797 size_t PerfThread::AppendNewPerfThread(uint64_t pid, uint64_t tid, DataIndex threadName) in AppendNewPerfThread()