Searched refs:kHostThreadsPlaneName (Results 1 – 13 of 13) sorted by relevance
46 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToTfFunctionDb()60 host_plane_builder.SetName(kHostThreadsPlaneName); in TEST()104 host_plane_builder.SetName(kHostThreadsPlaneName); in TEST()
29 FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in MergeHostPlanesAndSortLines()
31 host_plane.SetName(kHostThreadsPlaneName); in CreateXSpace()
124 const XPlane* host_plane = FindPlaneWithName(xspace, kHostThreadsPlaneName); in ConvertXSpaceToTraceEvents()
150 const XPlane* host_plane = FindPlaneWithName(space, kHostThreadsPlaneName); in ConvertXSpaceToOpStats()
203 FindMutablePlaneWithName(&xspace, kHostThreadsPlaneName); in ConvertMultiXSpacesToTfDataBottleneckAnalysis()
546 FindPlaneWithName(xspace, kHostThreadsPlaneName)) { in ConvertXSpaceToMemoryProfileJson()
49 return FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in GetOrCreateHostXPlane()
31 TF_CONST_INIT extern const absl::string_view kHostThreadsPlaneName;
29 const absl::string_view kHostThreadsPlaneName = "/host:CPU"; variable
513 bool is_host_plane = (visitor->Name() == kHostThreadsPlaneName); in ConnectIntraThread()
153 XPlane* plane = FindOrAddMutablePlaneWithName(space, kHostThreadsPlaneName); in CollectData()
152 ASSERT_EQ(plane.name(), kHostThreadsPlaneName); in TEST()