Searched refs:hw_config (Results 1 – 12 of 12) sorted by relevance
/arch/x86/events/intel/ |
D | uncore_snbep.c | 949 .hw_config = snbep_cbox_hw_config, 1059 .hw_config = snbep_pcu_hw_config, 1144 .hw_config = snbep_qpi_hw_config, 1651 .hw_config = ivbep_cbox_hw_config, 1674 .hw_config = snbep_pcu_hw_config, 1787 .hw_config = snbep_qpi_hw_config, 2072 .hw_config = knl_cha_hw_config, 2470 .hw_config = hswep_ubox_hw_config, 2635 .hw_config = hswep_cbox_hw_config, 2725 .hw_config = hswep_pcu_hw_config, [all …]
|
D | p6.c | 208 .hw_config = x86_pmu_hw_config,
|
D | knc.c | 297 .hw_config = x86_pmu_hw_config,
|
D | uncore_nhmex.c | 419 .hw_config = nhmex_bbox_hw_config, 496 .hw_config = nhmex_sbox_hw_config, 922 .hw_config = nhmex_mbox_hw_config, 1185 .hw_config = nhmex_rbox_hw_config,
|
D | uncore.h | 90 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
D | core.c | 3889 .hw_config = core_pmu_hw_config, 3935 .hw_config = intel_pmu_hw_config, 4916 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 4958 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 5020 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 5063 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
|
D | uncore.c | 762 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init() 763 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
|
D | uncore_snb.c | 612 .hw_config = snb_uncore_imc_hw_config,
|
D | p4.c | 1325 .hw_config = p4_hw_config,
|
/arch/x86/events/amd/ |
D | core.c | 908 .hw_config = amd_pmu_hw_config,
|
/arch/x86/events/ |
D | perf_event.h | 580 int (*hw_config)(struct perf_event *event); member
|
D | core.c | 611 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
|