Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dp6.c208 .hw_config = x86_pmu_hw_config,
H A Dknc.c297 .hw_config = x86_pmu_hw_config,
H A Dcore.c3839 int ret = x86_pmu_hw_config(event); in core_pmu_hw_config()
3886 int ret = x86_pmu_hw_config(event); in intel_pmu_hw_config()
/openbmc/linux/arch/x86/events/zhaoxin/
H A Dcore.c466 .hw_config = x86_pmu_hw_config,
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c396 ret = x86_pmu_hw_config(event); in amd_pmu_hw_config()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1130 int x86_pmu_hw_config(struct perf_event *event);
H A Dcore.c563 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config() function