Searched refs:core_siblings (Results 1 – 25 of 209) sorted by relevance
123456789
/external/perf_data_converter/src/quipper/ |
D | perf_data_structures.h | 35 std::vector<string> core_siblings; member
|
D | perf_serializer.cc | 903 for (const string& core_name : metadata.core_siblings) { in SerializeCPUTopologyMetadata() 917 metadata->core_siblings.clear(); in DeserializeCPUTopologyMetadata() 918 metadata->core_siblings.reserve(proto_metadata.core_siblings().size()); in DeserializeCPUTopologyMetadata() 919 std::copy(proto_metadata.core_siblings().begin(), in DeserializeCPUTopologyMetadata() 920 proto_metadata.core_siblings().end(), in DeserializeCPUTopologyMetadata() 921 std::back_inserter(metadata->core_siblings)); in DeserializeCPUTopologyMetadata()
|
D | perf_reader.cc | 1104 cpu_topology.core_siblings.resize(num_core_siblings); in ReadCPUTopologyMetadata() 1106 if (!data->ReadStringWithSizeFromData(&cpu_topology.core_siblings[i])) in ReadCPUTopologyMetadata() 1687 std::vector<string>& cores = cpu_topology.core_siblings; in WriteCPUTopologyMetadata() 1941 for (const string& core_sibling : proto_->cpu_topology().core_siblings()) in GetCPUTopologyMetadataSize()
|
D | perf_data.proto | 578 repeated string core_siblings = 1; field
|
/external/perf_data_converter/src/quipper/testdata/ |
D | perf.data.singleprocess-3.8.serialized.out.pb_text | 413 core_siblings: "0-3"
|
D | perf.data.remmap-3.2.serialized.out.pb_text | 3294 core_siblings: "0-7,16-23" 3295 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.parse.remap.out.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.parse.out.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.ser.comm.out.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.parse.remap2.out.pb_text | 5921 core_siblings: "0-7,16-23" 5922 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.pr.out.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.io.out.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.remmap-3.2.pb_text | 6264 core_siblings: "0-7,16-23" 6265 core_siblings: "8-15,24-31"
|
D | perf.data.singleprocess-3.8.parse.remap2.out.pb_text | 2472 core_siblings: "0-3"
|
D | perf.data.singleprocess-3.4.parse.remap2.out.pb_text | 2685 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.4.serialized.out.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.8.io.out.pb_text | 2591 core_siblings: "0-3"
|
D | perf.data.singleprocess-3.4.parse.remap.out.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.8.parse.out.pb_text | 2591 core_siblings: "0-3"
|
D | perf.data.singleprocess-3.4.io.out.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.4.pr.out.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.4.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.4.parse.out.pb_text | 2817 core_siblings: "0-1"
|
D | perf.data.singleprocess-3.8.ser.comm.out.pb_text | 2591 core_siblings: "0-3"
|
D | perf.data.singleprocess-3.4.ser.comm.out.pb_text | 2817 core_siblings: "0-1"
|
123456789