Home
last modified time | relevance | path

Searched refs:hw_config (Results 1 – 12 of 12) sorted by relevance

/arch/x86/events/intel/
Duncore_snbep.c949 .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 …]
Dp6.c208 .hw_config = x86_pmu_hw_config,
Dknc.c297 .hw_config = x86_pmu_hw_config,
Duncore_nhmex.c419 .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,
Duncore.h90 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Dcore.c3889 .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()
Duncore.c762 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()
Duncore_snb.c612 .hw_config = snb_uncore_imc_hw_config,
Dp4.c1325 .hw_config = p4_hw_config,
/arch/x86/events/amd/
Dcore.c908 .hw_config = amd_pmu_hw_config,
/arch/x86/events/
Dperf_event.h580 int (*hw_config)(struct perf_event *event); member
Dcore.c611 return x86_pmu.hw_config(event); in __x86_pmu_event_init()