Home
last modified time | relevance | path

Searched refs:g_cpu_table (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/powertop/common/
H A Dutil.c99 if ((g_cpu_table = malloc(cpus_conf * sizeof (processorid_t))) == NULL) in pt_enumerate_cpus()
104 g_cpu_table[ncpus] = cpuid; in pt_enumerate_cpus()
H A Dcpufreq.c189 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[g_observed_cpu], NULL); in pt_cpufreq_stat_prepare()
405 ksp = kstat_lookup(kc, "cpu_info", g_cpu_table[cpu], NULL); in pt_cpufreq_snapshot_cpu()
H A Dpowertop.h176 extern processorid_t *g_cpu_table;
H A Dturbo.c125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL); in pt_turbo_snapshot()
H A Dpowertop.c61 processorid_t *g_cpu_table; variable