Home
last modified time | relevance | path

Searched refs:x86_pmu_hw_config (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p6.c207 .hw_config = x86_pmu_hw_config,
Dperf_event_knc.c294 .hw_config = x86_pmu_hw_config,
Dperf_event_amd.c225 ret = x86_pmu_hw_config(event); in amd_pmu_hw_config()
Dperf_event.h714 int x86_pmu_hw_config(struct perf_event *event);
Dperf_event_intel.c2295 int ret = x86_pmu_hw_config(event); in intel_pmu_hw_config()
2710 .hw_config = x86_pmu_hw_config,
Dperf_event.c469 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config() function