Searched refs:PERF_RAPL_RAM (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/x86/events/ |
| H A D | rapl.c | 80 PERF_RAPL_RAM, /* DRAM */ enumerator 577 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 585 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 598 [PERF_RAPL_RAM] = { 0, &rapl_events_ram_group, NULL, false, 0 }, 629 rapl_pkg_hw_unit[PERF_RAPL_RAM] = 16; in rapl_check_hw_unit() 782 BIT(PERF_RAPL_RAM), 790 BIT(PERF_RAPL_RAM) | 799 BIT(PERF_RAPL_RAM), 807 BIT(PERF_RAPL_RAM), 816 BIT(PERF_RAPL_RAM) | [all …]
|
| /linux-6.15/drivers/powercap/ |
| H A D | intel_rapl_common.c | 1755 PERF_RAPL_RAM, /* DRAM */ enumerator 1765 [PERF_RAPL_RAM] = RAPL_DOMAIN_DRAM,
|