Home
last modified time | relevance | path

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

/arch/x86/events/intel/
Dp6.c207 .hw_config = x86_pmu_hw_config,
Duncore_snbep.c886 .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 …]
Dknc.c296 .hw_config = x86_pmu_hw_config,
Duncore_nhmex.c418 .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,
Duncore.h77 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
Dcore.c3260 .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()
Duncore.c690 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()
Duncore_snb.c546 .hw_config = snb_uncore_imc_hw_config,
Dp4.c1324 .hw_config = p4_hw_config,
/arch/x86/events/amd/
Dcore.c629 .hw_config = amd_pmu_hw_config,
/arch/x86/events/
Dperf_event.h514 int (*hw_config)(struct perf_event *event); member
Dcore.c598 return x86_pmu.hw_config(event); in __x86_pmu_event_init()