Home
last modified time | relevance | path

Searched refs:constraint_list (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/cpu/
Dperf_event_intel.c2262 cx = &cpuc->constraint_list[idx]; in intel_get_excl_constraints()
2797 cpuc->constraint_list = kzalloc(sz, GFP_KERNEL); in intel_pmu_cpu_prepare()
2798 if (!cpuc->constraint_list) in intel_pmu_cpu_prepare()
2811 kfree(cpuc->constraint_list); in intel_pmu_cpu_prepare()
2812 cpuc->constraint_list = NULL; in intel_pmu_cpu_prepare()
2886 kfree(cpuc->constraint_list); in free_excl_cntrs()
2887 cpuc->constraint_list = NULL; in free_excl_cntrs()
Dperf_event.h238 struct event_constraint *constraint_list; /* in enable order */ member