Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/events/intel/
Dp6.c208 .hw_config = x86_pmu_hw_config,
Dknc.c297 .hw_config = x86_pmu_hw_config,
Dcore.c3544 int ret = x86_pmu_hw_config(event); in core_pmu_hw_config()
3554 int ret = x86_pmu_hw_config(event); in intel_pmu_hw_config()
/Linux-v5.10/arch/x86/events/zhaoxin/
Dcore.c466 .hw_config = x86_pmu_hw_config,
/Linux-v5.10/arch/x86/events/amd/
Dcore.c372 ret = x86_pmu_hw_config(event); in amd_pmu_hw_config()
/Linux-v5.10/arch/x86/events/
Dperf_event.h973 int x86_pmu_hw_config(struct perf_event *event);
Dcore.c532 int x86_pmu_hw_config(struct perf_event *event) in x86_pmu_hw_config() function