Searched refs:PERF_RAPL_PP0 (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | rapl.c | 79 PERF_RAPL_PP0 = 0, /* all cores */ enumerator 576 …[PERF_RAPL_PP0] = { MSR_PP0_ENERGY_STATUS, &rapl_events_cores_group, test_msr, false, RAPL_M… 584 …[PERF_RAPL_PP0] = { MSR_PP0_ENERGY_STATUS, &rapl_events_cores_group, test_msr, false, RAPL_M… 597 [PERF_RAPL_PP0] = { 0, &rapl_events_cores_group, NULL, false, 0 }, 773 .pkg_events = BIT(PERF_RAPL_PP0) | 781 .pkg_events = BIT(PERF_RAPL_PP0) | 789 .pkg_events = BIT(PERF_RAPL_PP0) | 798 .pkg_events = BIT(PERF_RAPL_PP0) | 815 .pkg_events = BIT(PERF_RAPL_PP0) | 825 .pkg_events = BIT(PERF_RAPL_PP0) |
|
| /linux/drivers/powercap/ |
| H A D | intel_rapl_common.c | 1773 PERF_RAPL_PP0 = 1, /* all cores */ enumerator 1783 [PERF_RAPL_PP0] = RAPL_DOMAIN_PP0,
|