Lines Matching refs:value
41 /* Read ith mask value from data into the given 64-bit sized bitmap */
190 static int cpu__get_topology_int(int cpu, const char *name, int *value)
197 return sysfs__read_int(path, value);
202 int value, ret = cpu__get_topology_int(cpu.cpu, "physical_package_id", &value);
203 return ret ?: value;
284 int value, ret = cpu__get_topology_int(cpu.cpu, "die_id", &value);
286 return ret ?: value;
314 int value, ret = cpu__get_topology_int(cpu.cpu, "core_id", &value);
315 return ret ?: value;