Lines Matching defs:package

360 	bool has_per_core_rapl;	/* Indicates cores energy collection is per-core, not per-package. AMD specific for now */
1618 int logical_node_id; /* 0-based count within the package */
1664 * run func(thread, core, package) in topology order
1850 " {core | package | j,k,l..m,n-p }\n"
2205 outp += sprintf(outp, "package: %d\n", p->package_id);
2460 /* print per-package data only for 1st core in package */
2852 /* calculate package delta only for 1st core in package */
3206 unsigned long long get_legacy_uncore_mhz(int package)
3213 * for this package, use the first die_id that exists
3218 package, die);
3937 /* collect package counters only for 1st core in package */
4624 * return 1 if given CPU is 1st core in package
4806 * run func(thread, core, package) in topology order
5674 fprintf(outf, "Uncore Frequency package%d die%d: %d - %d MHz ", i, j, k / 1000, l / 1000);
5734 fprintf(outf, "Uncore Frequency package%d domain%d cluster%d: %d - %d MHz ", package_id, domain_id,
5984 /* EPB is per-package */
6036 /* MSR_HWP_CAPABILITIES is per-package */
6122 /* per-package */
6247 /* units on package 0, verify later other packages match */
6325 /* RAPL counters are per package, so print only for 1st thread/package */
6478 /* this is a per-package concept */
7596 /* get package information */
7628 fprintf(outf, "max_core_id %d, sizing for %d cores per package\n", max_core_id, topo.cores_per_node);
8106 warnx("ignoring package counter %s", name);
8196 if (!strncmp(add_command, "package", strlen("package"))) {
8365 if (!strcmp(optarg, "package")) {