Searched refs:cpu_topology_ (Results 1 – 2 of 2) sorted by relevance
1315 cpu_topology_.core_siblings.resize(num_core_siblings); in ReadCPUTopologyMetadata()1318 &cpu_topology_.core_siblings[i])) { in ReadCPUTopologyMetadata()1331 cpu_topology_.thread_siblings.resize(num_thread_siblings); in ReadCPUTopologyMetadata()1334 &cpu_topology_.thread_siblings[i])) { in ReadCPUTopologyMetadata()1606 for (size_t i = 0; i < cpu_topology_.core_siblings.size(); ++i) { in GetCPUTopologyMetadataSize()1607 const CStringWithLength& str = cpu_topology_.core_siblings[i]; in GetCPUTopologyMetadataSize()1613 for (size_t i = 0; i < cpu_topology_.thread_siblings.size(); ++i) { in GetCPUTopologyMetadataSize()1614 const CStringWithLength& str = cpu_topology_.thread_siblings[i]; in GetCPUTopologyMetadataSize()
269 PerfCPUTopologyMetadata cpu_topology_; variable