Searched refs:PERF_RAPL_PP0 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/events/ |
| H A D | rapl.c | 78 PERF_RAPL_PP0 = 0, /* all cores */ enumerator 575 …[PERF_RAPL_PP0] = { MSR_PP0_ENERGY_STATUS, &rapl_events_cores_group, test_msr, false, RAPL_M… 583 …[PERF_RAPL_PP0] = { MSR_PP0_ENERGY_STATUS, &rapl_events_cores_group, test_msr, false, RAPL_M… 596 [PERF_RAPL_PP0] = { 0, &rapl_events_cores_group, NULL, false, 0 }, 772 .pkg_events = BIT(PERF_RAPL_PP0) | 780 .pkg_events = BIT(PERF_RAPL_PP0) | 788 .pkg_events = BIT(PERF_RAPL_PP0) | 797 .pkg_events = BIT(PERF_RAPL_PP0) | 814 .pkg_events = BIT(PERF_RAPL_PP0) | 824 .pkg_events = BIT(PERF_RAPL_PP0) |
|
| /linux-6.15/drivers/powercap/ |
| H A D | intel_rapl_common.c | 1753 PERF_RAPL_PP0 = 1, /* all cores */ enumerator 1763 [PERF_RAPL_PP0] = RAPL_DOMAIN_PP0,
|