Home
last modified time | relevance | path

Searched refs:cpu_topology (Results 1 – 25 of 207) sorted by relevance

123456789

/external/perf_data_converter/src/quipper/
Dperf_reader.cc1103 PerfCPUTopologyMetadata cpu_topology; in ReadCPUTopologyMetadata() local
1104 cpu_topology.core_siblings.resize(num_core_siblings); in ReadCPUTopologyMetadata()
1106 if (!data->ReadStringWithSizeFromData(&cpu_topology.core_siblings[i])) in ReadCPUTopologyMetadata()
1116 cpu_topology.thread_siblings.resize(num_thread_siblings); in ReadCPUTopologyMetadata()
1118 if (!data->ReadStringWithSizeFromData(&cpu_topology.thread_siblings[i])) in ReadCPUTopologyMetadata()
1122 serializer_.SerializeCPUTopologyMetadata(cpu_topology, in ReadCPUTopologyMetadata()
1683 PerfCPUTopologyMetadata cpu_topology; in WriteCPUTopologyMetadata() local
1684 serializer_.DeserializeCPUTopologyMetadata(proto_->cpu_topology(), in WriteCPUTopologyMetadata()
1685 &cpu_topology); in WriteCPUTopologyMetadata()
1687 std::vector<string>& cores = cpu_topology.core_siblings; in WriteCPUTopologyMetadata()
[all …]
Dperf_data.proto660 optional PerfCPUTopologyMetadata cpu_topology = 11; field
/external/perf_data_converter/src/quipper/testdata/
Dperf.data.singleprocess-3.8.serialized.out.pb_text412 cpu_topology {
Dperf.data.remmap-3.2.serialized.out.pb_text3293 cpu_topology {
Dperf.data.singleprocess-3.8.parse.remap2.out.pb_text2471 cpu_topology {
Dperf.data.singleprocess-3.4.parse.remap2.out.pb_text2684 cpu_topology {
Dperf.data.singleprocess-3.4.serialized.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.8.io.out.pb_text2590 cpu_topology {
Dperf.data.singleprocess-3.4.parse.remap.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.8.parse.out.pb_text2590 cpu_topology {
Dperf.data.singleprocess-3.4.io.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.4.pr.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.4.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.4.parse.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.8.ser.comm.out.pb_text2590 cpu_topology {
Dperf.data.singleprocess-3.4.ser.comm.out.pb_text2816 cpu_topology {
Dperf.data.singleprocess-3.8.pr.out.pb_text2590 cpu_topology {
Dperf.data.singleprocess-3.8.pb_text2590 cpu_topology {
Dperf.data.singleprocess-3.8.parse.remap.out.pb_text2590 cpu_topology {
Dperf.data.remmap-3.2.parse.remap.out.pb_text6263 cpu_topology {
Dperf.data.remmap-3.2.parse.out.pb_text6263 cpu_topology {
Dperf.data.remmap-3.2.ser.comm.out.pb_text6263 cpu_topology {
Dperf.data.remmap-3.2.parse.remap2.out.pb_text5920 cpu_topology {
Dperf.data.remmap-3.2.pr.out.pb_text6263 cpu_topology {
Dperf.data.remmap-3.2.io.out.pb_text6263 cpu_topology {

123456789