Home
last modified time | relevance | path

Searched refs:num_core_siblings (Results 1 – 1 of 1) sorted by relevance

/system/extras/perfprofd/quipper/
Dperf_reader.cc1260 num_siblings_type num_core_siblings; in ReadCPUTopologyMetadata() local
1261 if (!ReadDataFromBuffer(data, sizeof(num_core_siblings), "num cores", in ReadCPUTopologyMetadata()
1262 &offset, &num_core_siblings)) { in ReadCPUTopologyMetadata()
1266 ByteSwap(&num_core_siblings); in ReadCPUTopologyMetadata()
1268 cpu_topology_.core_siblings.resize(num_core_siblings); in ReadCPUTopologyMetadata()
1269 for (size_t i = 0; i < num_core_siblings; ++i) { in ReadCPUTopologyMetadata()