Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/intel/
Dp6.c208 .hw_config = x86_pmu_hw_config,
Dknc.c297 .hw_config = x86_pmu_hw_config,
Dcore.c3810 int ret = x86_pmu_hw_config(event); in core_pmu_hw_config()
3857 int ret = x86_pmu_hw_config(event); in intel_pmu_hw_config()
/linux-6.1.9/arch/x86/events/zhaoxin/
Dcore.c466 .hw_config = x86_pmu_hw_config,
/linux-6.1.9/arch/x86/events/amd/
Dcore.c382 ret = x86_pmu_hw_config(event); in amd_pmu_hw_config()
/linux-6.1.9/arch/x86/events/
Dperf_event.h1125 int x86_pmu_hw_config(struct perf_event *event);
Dcore.c561 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config() function