Searched refs:cpu_topology_ (Results 1 – 2 of 2) sorted by relevance
1268 cpu_topology_.core_siblings.resize(num_core_siblings); in ReadCPUTopologyMetadata()1271 &cpu_topology_.core_siblings[i])) { in ReadCPUTopologyMetadata()1284 cpu_topology_.thread_siblings.resize(num_thread_siblings); in ReadCPUTopologyMetadata()1287 &cpu_topology_.thread_siblings[i])) { in ReadCPUTopologyMetadata()1542 for (size_t i = 0; i < cpu_topology_.core_siblings.size(); ++i) { in GetCPUTopologyMetadataSize()1543 const CStringWithLength& str = cpu_topology_.core_siblings[i]; in GetCPUTopologyMetadataSize()1549 for (size_t i = 0; i < cpu_topology_.thread_siblings.size(); ++i) { in GetCPUTopologyMetadataSize()1550 const CStringWithLength& str = cpu_topology_.thread_siblings[i]; in GetCPUTopologyMetadataSize()
269 PerfCPUTopologyMetadata cpu_topology_; variable