Searched refs:PERF_RAPL_RAM (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/events/ |
H A D | rapl.c | 75 PERF_RAPL_RAM, /* DRAM */ enumerator 521 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 529 …[PERF_RAPL_RAM] = { MSR_DRAM_ENERGY_STATUS, &rapl_events_ram_group, test_msr, false, RAPL_M… 542 [PERF_RAPL_RAM] = { 0, &rapl_events_ram_group, 0, false, 0 }, 620 rapl_hw_unit[PERF_RAPL_RAM] = 16; in rapl_check_hw_unit() 715 BIT(PERF_RAPL_RAM), 723 BIT(PERF_RAPL_RAM) | 732 BIT(PERF_RAPL_RAM), 740 BIT(PERF_RAPL_RAM), 749 BIT(PERF_RAPL_RAM) | [all …]
|