Home
last modified time | relevance | path

Searched refs:extra_reg (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/x86/events/intel/
Duncore_nhmex.c353 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in nhmex_bbox_hw_config()
380 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in nhmex_bbox_msr_enable_event()
444 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in nhmex_sbox_hw_config()
465 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in nhmex_sbox_msr_enable_event()
528 static struct extra_reg nhmex_uncore_mbox_extra_regs[] = {
632 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in nhmex_mbox_alter_er()
671 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in nhmex_mbox_get_constraint()
740 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in nhmex_mbox_put_constraint()
758 static int nhmex_mbox_extra_reg_idx(struct extra_reg *er) in nhmex_mbox_extra_reg_idx()
768 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in nhmex_mbox_hw_config()
[all …]
Duncore_snbep.c489 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in snbep_uncore_msr_enable_event()
749 static struct extra_reg snbep_uncore_cbox_extra_regs[] = {
780 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in snbep_cbox_put_constraint()
798 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in __snbep_cbox_get_constraint()
865 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in snbep_cbox_hw_config()
866 struct extra_reg *er; in snbep_cbox_hw_config()
910 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in snbep_pcu_alter_er()
929 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in snbep_pcu_get_constraint()
970 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in snbep_pcu_put_constraint()
983 struct hw_perf_event_extra *reg1 = &hwc->extra_reg; in snbep_pcu_hw_config()
[all …]
Dcore.c84 static struct extra_reg intel_nehalem_extra_regs[] __read_mostly =
159 static struct extra_reg intel_westmere_extra_regs[] __read_mostly =
207 static struct extra_reg intel_knl_extra_regs[] __read_mostly = {
213 static struct extra_reg intel_snb_extra_regs[] __read_mostly = {
221 static struct extra_reg intel_snbep_extra_regs[] __read_mostly = {
229 static struct extra_reg intel_skl_extra_regs[] __read_mostly = {
1423 static struct extra_reg intel_slm_extra_regs[] __read_mostly =
1577 static struct extra_reg intel_glm_extra_regs[] __read_mostly = {
2397 event->hw.extra_reg.idx = idx; in intel_fixup_er()
2402 event->hw.extra_reg.reg = MSR_OFFCORE_RSP_0; in intel_fixup_er()
[all …]
Duncore.c128 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in uncore_get_constraint()
165 struct hw_perf_event_extra *reg1 = &event->hw.extra_reg; in uncore_put_constraint()
726 event->hw.extra_reg.idx = EXTRA_REG_NONE; in uncore_pmu_event_init()
Duncore_snb.c408 event->hw.extra_reg.idx = EXTRA_REG_NONE; in snb_uncore_imc_event_init()
/Linux-v4.19/arch/s390/include/asm/
Dperf_event.h66 #define OVERFLOW_REG(hwc) ((hwc)->extra_reg.config)
67 #define SFB_ALLOC_REG(hwc) ((hwc)->extra_reg.alloc)
/Linux-v4.19/arch/x86/events/
Dperf_event.h426 struct extra_reg { struct
640 struct extra_reg *extra_regs;
776 if (hwc->extra_reg.reg) in __x86_pmu_enable_event()
777 wrmsrl(hwc->extra_reg.reg, hwc->extra_reg.config); in __x86_pmu_enable_event()
Dcore.c117 struct extra_reg *er; in x86_pmu_extra_regs()
119 reg = &event->hw.extra_reg; in x86_pmu_extra_regs()
608 event->hw.extra_reg.idx = EXTRA_REG_NONE; in __x86_pmu_event_init()
/Linux-v4.19/include/linux/
Dperf_event.h133 struct hw_perf_event_extra extra_reg; member
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c788 hwc->extra_reg.reg = REG_OVERFLOW; in __hw_perf_event_init()