Searched refs:g_cpu_table (Results 1 – 5 of 5) sorted by relevance
99 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()
189 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()
176 extern processorid_t *g_cpu_table;
125 ksp = kstat_lookup(kc, "turbo", g_cpu_table[cpu], NULL); in pt_turbo_snapshot()
61 processorid_t *g_cpu_table; variable