Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Dp6.c208 .hw_config = x86_pmu_hw_config,
Dknc.c297 .hw_config = x86_pmu_hw_config,
Dcore.c3252 int ret = x86_pmu_hw_config(event); in core_pmu_hw_config()
3262 int ret = x86_pmu_hw_config(event); in intel_pmu_hw_config()
/Linux-v5.4/arch/x86/events/amd/
Dcore.c353 ret = x86_pmu_hw_config(event); in amd_pmu_hw_config()
/Linux-v5.4/arch/x86/events/
Dperf_event.h829 int x86_pmu_hw_config(struct perf_event *event);
Dcore.c494 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config() function