Home
last modified time | relevance | path

Searched refs:put_event_constraints (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/events/amd/
A Dcore.c929 .put_event_constraints = amd_put_event_constraints,
987 x86_pmu.put_event_constraints = amd_put_event_constraints_f17h; in amd_core_pmu_init()
/linux/arch/x86/events/
A Dcore.c77 DEFINE_STATIC_CALL_NULL(x86_pmu_put_event_constraints, *x86_pmu.put_event_constraints);
2020 static_call_update(x86_pmu_put_event_constraints, x86_pmu.put_event_constraints); in x86_pmu_static_call_update()
2377 if (x86_pmu.put_event_constraints) in validate_event()
2378 x86_pmu.put_event_constraints(fake_cpuc, event); in validate_event()
A Dperf_event.h758 void (*put_event_constraints)(struct cpu_hw_events *cpuc, member
/linux/arch/x86/events/intel/
A Dcore.c4636 .put_event_constraints = intel_put_event_constraints,
4686 .put_event_constraints = intel_put_event_constraints,

Completed in 29 milliseconds