/developtools/profiler/trace_analyzer/test/unittest/ |
D | process_filter_test.cpp | 179 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/ |
D | process_filter_test.cpp | 178 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/ |
D | ProcessThread.java | 34 private String threadName; field in ProcessThread 67 public void setThreadName(String threadName) { in setThreadName()
|
D | Cpu.java | 43 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/ |
D | ProcessThread.java | 34 private String threadName; field in ProcessThread 67 public void setThreadName(String threadName) { in setThreadName()
|
D | Cpu.java | 43 private String threadName; field in Cpu 113 public void setThreadName(String threadName) { in setThreadName()
|
D | SysCallsTop.java | 43 private String threadName; field in SysCallsTop 105 public void setThreadName(String threadName) { in setThreadName()
|
D | DistributeTerm.java | 32 private String threadName; field in DistributeTerm 68 public void setThreadName(String threadName) { in setThreadName()
|
/developtools/profiler/host/smartperf/ide/src/trace/bean/ |
D | FuncStruct.ts | 32 threadName: string | undefined // "Thread-15" property in FuncStruct
|
D | ThreadStruct.ts | 48 threadName: string | undefined//"ACCS0" property in ThreadStruct
|
D | StateProcessThread.ts | 41 threadName: string = "" property in SPTChild
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ProcedureWorkerFunc.ts | 45 threadName: string | undefined // "Thread-15" property in FuncStruct
|
D | ProcedureWorkerThread.ts | 41 threadName: string | undefined//"ACCS0" property in ThreadStruct
|
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/ |
D | TabPaneCurrentSelection.test.ts | 71 threadName: "ACCS0", variable
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/applicationtrace/ |
D | AllData.java | 264 …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/ |
D | Func.java | 61 private String threadName = ""; field in Func 255 public void setThreadName(final String threadName) { in setThreadName()
|
D | AppFunc.java | 53 protected String threadName = ""; field in AppFunc
|
D | Thread.java | 62 private String threadName; field in Thread
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/ |
D | DistributedFuncBean.java | 61 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/ |
D | TraceThreadRow.java | 53 private String threadName; field in TraceThreadRow
|
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/fragment/ |
D | ProcessDataFragment.java | 216 … String threadName = "T:" + tipProcessData.getThread() + " [" + tipProcessData.getTid() + "]"; in drawTips() local
|
/developtools/profiler/host/ohosprofiler/src/test/java/ohos/devtools/views/distributed/bean/ |
D | DistributedFuncBeanTest.java | 271 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/ |
D | LegendTooltip.java | 333 …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/ |
D | FunctionBean.java | 42 private String threadName; field in FunctionBean
|
/developtools/profiler/trace_analyzer/src/filter/ |
D | binder_filter.cpp | 219 const auto threadName = traceDataCache_->GetConstThreadData(internalTid).nameIndex_; in ExecReceiveTraction() local
|