Searched refs:hw_config (Results 1 – 12 of 12) sorted by relevance
/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_snbep.c | 744 .hw_config = snbep_cbox_hw_config, 854 .hw_config = snbep_pcu_hw_config, 937 .hw_config = snbep_qpi_hw_config, 1418 .hw_config = ivbep_cbox_hw_config, 1441 .hw_config = snbep_pcu_hw_config, 1554 .hw_config = snbep_qpi_hw_config, 1740 .hw_config = hswep_ubox_hw_config, 1905 .hw_config = hswep_cbox_hw_config, 1995 .hw_config = hswep_pcu_hw_config,
|
D | perf_event_p6.c | 207 .hw_config = x86_pmu_hw_config,
|
D | perf_event_knc.c | 294 .hw_config = x86_pmu_hw_config,
|
D | perf_event_intel_uncore_nhmex.c | 412 .hw_config = nhmex_bbox_hw_config, 489 .hw_config = nhmex_sbox_hw_config, 915 .hw_config = nhmex_mbox_hw_config, 1178 .hw_config = nhmex_rbox_hw_config,
|
D | perf_event_intel_uncore.h | 69 int (*hw_config)(struct intel_uncore_box *, struct perf_event *); member
|
D | perf_event_amd.c | 626 .hw_config = amd_pmu_hw_config,
|
D | perf_event.h | 419 int (*hw_config)(struct perf_event *event); member
|
D | perf_event_intel_uncore_snb.c | 427 .hw_config = snb_uncore_imc_hw_config,
|
D | perf_event_intel_uncore.c | 648 if (pmu->type->ops->hw_config) { in uncore_pmu_event_init() 649 ret = pmu->type->ops->hw_config(box, event); in uncore_pmu_event_init()
|
D | perf_event_intel.c | 1942 .hw_config = x86_pmu_hw_config, 2086 .hw_config = intel_pmu_hw_config, 2562 x86_pmu.hw_config = hsw_hw_config; in intel_pmu_init()
|
D | perf_event_p4.c | 1324 .hw_config = p4_hw_config,
|
D | perf_event.c | 489 return x86_pmu.hw_config(event); in __x86_pmu_event_init()
|