Searched refs:num_boxes (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_snbep.c | 599 .num_boxes = 1, 756 .num_boxes = 8, 866 .num_boxes = 1, 886 if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snbep_uncore_cpu_init() 887 snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snbep_uncore_cpu_init() 957 .num_boxes = 1, 965 .num_boxes = 4, 977 .num_boxes = 2, 993 .num_boxes = 1, 1002 .num_boxes = 2, [all …]
|
D | perf_event_intel_uncore_snb.c | 126 .num_boxes = 4, 150 if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in snb_uncore_cpu_init() 151 snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in snb_uncore_cpu_init() 441 .num_boxes = 1, 625 .num_boxes = 1,
|
D | perf_event_intel_uncore.c | 699 if (pmu->type->num_boxes == 1) { in uncore_pmu_register() 717 for (i = 0; i < type->num_boxes; i++) in uncore_type_exit() 739 pmus = kzalloc(sizeof(*pmus) * type->num_boxes, GFP_KERNEL); in uncore_type_init() 749 for (i = 0; i < type->num_boxes; i++) { in uncore_type_init() 981 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_dying() 1002 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_starting() 1043 for (j = 0; j < type->num_boxes; j++) { in uncore_cpu_prepare() 1070 for (j = 0; j < type->num_boxes; j++) { in uncore_change_context() 1244 for (j = 0; j < type->num_boxes; j++) { in uncore_pmus_register()
|
D | perf_event_intel_uncore_nhmex.c | 277 .num_boxes = 1, 309 .num_boxes = 10, 329 .num_boxes = 1, 420 .num_boxes = 2, 497 .num_boxes = 2, 923 .num_boxes = 2, 1186 .num_boxes = 2, 1217 if (nhmex_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores) in nhmex_uncore_cpu_init() 1218 nhmex_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores; in nhmex_uncore_cpu_init()
|
D | perf_event_intel_uncore.h | 35 int num_boxes; member
|