Searched refs:PERF_RAPL_RAM (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/events/ |
| H A D | rapl.c | 81 PERF_RAPL_RAM, /* DRAM */ enumerator 578 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 586 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 599 [PERF_RAPL_RAM] = { 0, &rapl_events_ram_group, NULL, false, 0 }, 630 rapl_pkg_hw_unit[PERF_RAPL_RAM] = 16; in rapl_check_hw_unit() 783 BIT(PERF_RAPL_RAM), 791 BIT(PERF_RAPL_RAM) | 800 BIT(PERF_RAPL_RAM), 808 BIT(PERF_RAPL_RAM), 817 BIT(PERF_RAPL_RAM) | [all …]
|
| /linux/drivers/powercap/ |
| H A D | intel_rapl_common.c | 1775 PERF_RAPL_RAM, /* DRAM */ enumerator 1785 [PERF_RAPL_RAM] = RAPL_DOMAIN_DRAM,
|