| H A D | isst-config.c | 67 unsigned short pkg_id; member 79 short pkg_id; member 272 static int get_stored_topology_info(int cpu, int *core_id, int *pkg_id, int *die_id) in get_stored_topology_info() 293 *pkg_id = cpu_top.pkg_id; in store_cpu_topology() 333 cpu_top.pkg_id = parse_int_file(0, in store_cpu_topology() 335 if (cpu_top.pkg_id < 0) 336 cpu_top.pkg_id = -1; in get_physical_package_id() 362 return cpu_map[cpu].pkg_id; in get_physical_core_id() 368 int core_id, pkg_id, die_i in get_physical_core_id() 254 get_stored_topology_info(int cpu,int * core_id,int * pkg_id,int * die_id) get_stored_topology_info() argument 350 int core_id, pkg_id, die_id; get_physical_package_id() local 374 int core_id, pkg_id, die_id; get_physical_core_id() local 398 int core_id, pkg_id, die_id; get_physical_die_id() local 784 int pkg_id, die_id, core_id, punit_id; create_cpu_map() local [all...] |