Home
last modified time | relevance | path

Searched refs:intel_uncore_box (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/events/intel/
A Duncore.h42 struct intel_uncore_box;
105 void (*init_box)(struct intel_uncore_box *);
106 void (*exit_box)(struct intel_uncore_box *);
107 void (*disable_box)(struct intel_uncore_box *);
108 void (*enable_box)(struct intel_uncore_box *);
126 struct intel_uncore_box **boxes;
135 struct intel_uncore_box { struct
397 unsigned uncore_fixed_ctl(struct intel_uncore_box *box) in uncore_fixed_ctl()
406 unsigned uncore_fixed_ctr(struct intel_uncore_box *box) in uncore_fixed_ctr()
549 void uncore_mmio_exit_box(struct intel_uncore_box *box);
[all …]
A Duncore_discovery.h133 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box);
134 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box);
135 void intel_generic_uncore_msr_enable_box(struct intel_uncore_box *box);
137 void intel_generic_uncore_mmio_init_box(struct intel_uncore_box *box);
138 void intel_generic_uncore_mmio_disable_box(struct intel_uncore_box *box);
139 void intel_generic_uncore_mmio_enable_box(struct intel_uncore_box *box);
143 void intel_generic_uncore_pci_init_box(struct intel_uncore_box *box);
144 void intel_generic_uncore_pci_disable_box(struct intel_uncore_box *box);
145 void intel_generic_uncore_pci_enable_box(struct intel_uncore_box *box);
146 void intel_generic_uncore_pci_disable_event(struct intel_uncore_box *box,
[all …]
A Duncore_discovery.c340 void intel_generic_uncore_msr_init_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_init_box()
345 void intel_generic_uncore_msr_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_disable_box()
350 void intel_generic_uncore_msr_enable_box(struct intel_uncore_box *box) in intel_generic_uncore_msr_enable_box()
380 void intel_generic_uncore_pci_init_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_init_box()
389 void intel_generic_uncore_pci_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_disable_box()
397 void intel_generic_uncore_pci_enable_box(struct intel_uncore_box *box) in intel_generic_uncore_pci_enable_box()
414 void intel_generic_uncore_pci_disable_event(struct intel_uncore_box *box, in intel_generic_uncore_pci_disable_event()
423 u64 intel_generic_uncore_pci_read_counter(struct intel_uncore_box *box, in intel_generic_uncore_pci_read_counter()
457 void intel_generic_uncore_mmio_init_box(struct intel_uncore_box *box) in intel_generic_uncore_mmio_init_box()
481 void intel_generic_uncore_mmio_disable_box(struct intel_uncore_box *box) in intel_generic_uncore_mmio_disable_box()
[all …]
A Duncore.c287 struct intel_uncore_box *box; in uncore_pmu_hrtimer()
339 struct intel_uncore_box *box; in uncore_alloc_box()
682 struct intel_uncore_box *fake_box; in uncore_validate_group()
720 struct intel_uncore_box *box; in uncore_pmu_event_init()
801 struct intel_uncore_box *box; in uncore_pmu_enable()
816 struct intel_uncore_box *box; in uncore_pmu_disable()
1126 struct intel_uncore_box *box; in uncore_pci_pmu_register()
1228 struct intel_uncore_box *box; in uncore_pci_remove()
1439 struct intel_uncore_box *box; in uncore_change_type_ctx()
1476 struct intel_uncore_box *box; in uncore_box_unref()
[all …]
A Duncore_snb.c180 static void snb_uncore_msr_init_box(struct intel_uncore_box *box) in snb_uncore_msr_init_box()
188 static void snb_uncore_msr_enable_box(struct intel_uncore_box *box) in snb_uncore_msr_enable_box()
194 static void snb_uncore_msr_exit_box(struct intel_uncore_box *box) in snb_uncore_msr_exit_box()
279 static void skl_uncore_msr_init_box(struct intel_uncore_box *box) in skl_uncore_msr_init_box()
291 static void skl_uncore_msr_enable_box(struct intel_uncore_box *box) in skl_uncore_msr_enable_box()
297 static void skl_uncore_msr_exit_box(struct intel_uncore_box *box) in skl_uncore_msr_exit_box()
432 static void rkl_uncore_msr_init_box(struct intel_uncore_box *box) in rkl_uncore_msr_init_box()
448 static void adl_uncore_msr_init_box(struct intel_uncore_box *box) in adl_uncore_msr_init_box()
465 static void adl_uncore_msr_exit_box(struct intel_uncore_box *box) in adl_uncore_msr_exit_box()
629 static void snb_uncore_imc_init_box(struct intel_uncore_box *box) in snb_uncore_imc_init_box()
[all …]
A Duncore_nhmex.c200 static void nhmex_uncore_msr_init_box(struct intel_uncore_box *box) in nhmex_uncore_msr_init_box()
205 static void nhmex_uncore_msr_exit_box(struct intel_uncore_box *box) in nhmex_uncore_msr_exit_box()
210 static void nhmex_uncore_msr_disable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_disable_box()
225 static void nhmex_uncore_msr_enable_box(struct intel_uncore_box *box) in nhmex_uncore_msr_enable_box()
350 static int nhmex_bbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_bbox_hw_config()
441 static int nhmex_sbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_sbox_hw_config()
614 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg()
669 nhmex_mbox_get_constraint(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_get_constraint()
765 static int nhmex_mbox_hw_config(struct intel_uncore_box *box, struct perf_event *event) in nhmex_mbox_hw_config()
819 static u64 nhmex_mbox_shared_reg_config(struct intel_uncore_box *box, int idx) in nhmex_mbox_shared_reg_config()
[all …]
A Duncore_snbep.c601 static void snbep_uncore_pci_init_box(struct intel_uncore_box *box) in snbep_uncore_pci_init_box()
654 static void snbep_uncore_msr_init_box(struct intel_uncore_box *box) in snbep_uncore_msr_init_box()
1511 static void ivbep_uncore_msr_init_box(struct intel_uncore_box *box) in ivbep_uncore_msr_init_box()
1518 static void ivbep_uncore_pci_init_box(struct intel_uncore_box *box) in ivbep_uncore_pci_init_box()
2165 static int knl_cha_hw_config(struct intel_uncore_box *box, in knl_cha_hw_config()
2191 static void hswep_cbox_enable_event(struct intel_uncore_box *box,
2742 static void hswep_cbox_enable_event(struct intel_uncore_box *box, in hswep_cbox_enable_event()
3685 static void skx_iio_enable_event(struct intel_uncore_box *box, in skx_iio_enable_event()
4389 static void snr_cha_enable_event(struct intel_uncore_box *box, in snr_cha_enable_event()
4840 static int snr_uncore_mmio_map(struct intel_uncore_box *box, in snr_uncore_mmio_map()
[all …]

Completed in 36 milliseconds