Home
last modified time | relevance | path

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

12

/developtools/profiler/trace_analyzer/test/unittest/
Dprocess_filter_test.cpp179 std::string_view threadName = "RenderThread"; variable
209 std::string_view threadName = "RenderThread"; variable
224 std::string_view threadName = "RenderThread2"; variable
243 std::string_view threadName = "RenderThread"; variable
267 std::string_view threadName = "RenderThread"; variable
296 std::string_view threadName = "RenderThread"; variable
315 std::string_view threadName = "RenderThread"; variable
332 std::string_view threadName = "RenderThread"; variable
348 std::string_view threadName = "RenderThread"; variable
365 std::string_view threadName = "RenderThread"; variable
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dprocess_filter_test.cpp178 std::string_view threadName = "RenderThread"; variable
207 std::string_view threadName = "RenderThread"; variable
222 std::string_view threadName = "RenderThread2"; variable
240 std::string_view threadName = "RenderThread"; variable
264 std::string_view threadName = "RenderThread"; variable
293 std::string_view threadName = "RenderThread"; variable
312 std::string_view threadName = "RenderThread"; variable
329 std::string_view threadName = "RenderThread"; variable
345 std::string_view threadName = "RenderThread"; variable
362 std::string_view threadName = "RenderThread"; variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/statistics/bean/
DProcessThread.java34 private String threadName; field in ProcessThread
67 public void setThreadName(String threadName) { in setThreadName()
DCpu.java43 private String threadName; field in Cpu
113 public void setThreadName(String threadName) { in setThreadName()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/metrics/bean/
DProcessThread.java34 private String threadName; field in ProcessThread
67 public void setThreadName(String threadName) { in setThreadName()
DCpu.java43 private String threadName; field in Cpu
113 public void setThreadName(String threadName) { in setThreadName()
DSysCallsTop.java43 private String threadName; field in SysCallsTop
105 public void setThreadName(String threadName) { in setThreadName()
DDistributeTerm.java32 private String threadName; field in DistributeTerm
68 public void setThreadName(String threadName) { in setThreadName()
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DFuncStruct.ts32 threadName: string | undefined // "Thread-15" property in FuncStruct
DThreadStruct.ts48 threadName: string | undefined//"ACCS0" property in ThreadStruct
DStateProcessThread.ts41 threadName: string = "" property in SPTChild
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedureWorkerFunc.ts45 threadName: string | undefined // "Thread-15" property in FuncStruct
DProcedureWorkerThread.ts41 threadName: string | undefined//"ACCS0" property in ThreadStruct
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts71 threadName: "ACCS0", variable
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/
DAllData.java264 …vate static void recursionNode(DefaultMutableTreeNode rootNode, String parentId, String threadName, in recursionNode()
280 …private static void recursionNodeLeaf(String threadName, DefaultMutableTreeNode rootNode, TreeTabl… in recursionNodeLeaf()
295 …private static void recursionNodeNonLeaf(String threadName, DefaultMutableTreeNode rootNode, TreeT… in recursionNodeNonLeaf()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/bean/
DFunc.java61 private String threadName = ""; field in Func
255 public void setThreadName(final String threadName) { in setThreadName()
DAppFunc.java53 protected String threadName = ""; field in AppFunc
DThread.java62 private String threadName; field in Thread
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBean.java61 private String threadName = ""; field in DistributedFuncBean
310 public void setThreadName(String threadName) { in setThreadName()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DTraceThreadRow.java53 private String threadName; field in TraceThreadRow
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/
DProcessDataFragment.java216 … String threadName = "T:" + tipProcessData.getThread() + " [" + tipProcessData.getTid() + "]"; in drawTips() local
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/bean/
DDistributedFuncBeanTest.java271 String threadName = "threadName"; in getThreadName() local
278 String threadName = "threadName"; in setThreadName() local
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/charts/tooltip/
DLegendTooltip.java333 …private void addThreadStatusLegends(String timeline, String threadName, int threadStatus, double t… in addThreadStatusLegends()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DFunctionBean.java42 private String threadName; field in FunctionBean
/developtools/profiler/trace_analyzer/src/filter/
Dbinder_filter.cpp219 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ExecReceiveTraction() local

12