Searched refs:hw_config (Results 1 – 12 of 12) sorted by relevance
/arch/x86/events/intel/ |
D | p6.c | 207 .hw_config = x86_pmu_hw_config,
|
D | uncore_snbep.c | 886 .hw_config = snbep_cbox_hw_config, 996 .hw_config = snbep_pcu_hw_config, 1081 .hw_config = snbep_qpi_hw_config, 1586 .hw_config = ivbep_cbox_hw_config, 1609 .hw_config = snbep_pcu_hw_config, 1722 .hw_config = snbep_qpi_hw_config, 2007 .hw_config = knl_cha_hw_config, 2405 .hw_config = hswep_ubox_hw_config, 2570 .hw_config = hswep_cbox_hw_config, 2660 .hw_config = hswep_pcu_hw_config, [all …]
|
D | knc.c | 296 .hw_config = x86_pmu_hw_config,
|
D | uncore_nhmex.c | 418 .hw_config = nhmex_bbox_hw_config, 495 .hw_config = nhmex_sbox_hw_config, 921 .hw_config = nhmex_mbox_hw_config, 1184 .hw_config = nhmex_rbox_hw_config,
|
D | uncore.h | 77 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
D | core.c | 3260 .hw_config = x86_pmu_hw_config, 3302 .hw_config = intel_pmu_hw_config, 3864 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 3900 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init() 3951 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
|
D | uncore.c | 690 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init() 691 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
|
D | uncore_snb.c | 546 .hw_config = snb_uncore_imc_hw_config,
|
D | p4.c | 1324 .hw_config = p4_hw_config,
|
/arch/x86/events/amd/ |
D | core.c | 629 .hw_config = amd_pmu_hw_config,
|
/arch/x86/events/ |
D | perf_event.h | 514 int (*hw_config)(struct perf_event *event); member
|
D | core.c | 598 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
|