Lines Matching refs:perf_cpu_map__cpu

109 		if (cpu__get_socket_id(perf_cpu_map__cpu(map, 0)) == -1)  in check_cpu_topology()
127 id = aggr_cpu_id__cpu(perf_cpu_map__cpu(map, i), NULL); in check_cpu_topology()
129 perf_cpu_map__cpu(map, i).cpu == id.cpu.cpu); in check_cpu_topology()
132 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].core_id == id.core); in check_cpu_topology()
134 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
138 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].die_id == id.die); in check_cpu_topology()
145 id = aggr_cpu_id__core(perf_cpu_map__cpu(map, i), NULL); in check_cpu_topology()
147 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].core_id == id.core); in check_cpu_topology()
150 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
154 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].die_id == id.die); in check_cpu_topology()
161 id = aggr_cpu_id__die(perf_cpu_map__cpu(map, i), NULL); in check_cpu_topology()
163 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
167 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].die_id == id.die); in check_cpu_topology()
177 id = aggr_cpu_id__socket(perf_cpu_map__cpu(map, i), NULL); in check_cpu_topology()
179 session->header.env.cpu[perf_cpu_map__cpu(map, i).cpu].socket_id == in check_cpu_topology()
191 id = aggr_cpu_id__node(perf_cpu_map__cpu(map, i), NULL); in check_cpu_topology()
193 cpu__get_node(perf_cpu_map__cpu(map, i)) == id.node); in check_cpu_topology()