Searched refs:pmc_sw_cpu (Results 1 – 2 of 2) sorted by relevance
52 struct _pmc_sw pmc_sw_cpu[NR_CPUS] = { variable89 stab_faults += pmc_sw_cpu[i].stab_faults; in ppc64_pmc_stab()90 stab_capacity_castouts += pmc_sw_cpu[i].stab_capacity_castouts; in ppc64_pmc_stab()91 stab_invalidations += pmc_sw_cpu[i].stab_invalidations; in ppc64_pmc_stab()102 pmc_sw_cpu[file].stab_faults); in ppc64_pmc_stab()106 pmc_sw_cpu[file].stab_capacity_castouts); in ppc64_pmc_stab()110 pmc_sw_cpu[file].stab_invalidations); in ppc64_pmc_stab()113 if (pmc_sw_cpu[file].stab_entry_use[i]) { in ppc64_pmc_stab()116 pmc_sw_cpu[file].stab_entry_use[i]); in ppc64_pmc_stab()
80 extern struct _pmc_sw pmc_sw_cpu[];92 #define PMC_SW_PROCESSOR(F) pmc_sw_cpu[smp_processor_id()].F++93 #define PMC_SW_PROCESSOR_A(F, E) (pmc_sw_cpu[smp_processor_id()].F[(E)])++