Home
last modified time | relevance | path

Searched refs:excl_cntrs (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/x86/events/intel/
H A Dcore.c3509 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_start_scheduling() local
3538 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_commit_scheduling() local
3565 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_stop_scheduling() local
3622 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_get_excl_constraints() local
3739 if (cpuc->excl_cntrs) in intel_get_event_constraints()
3756 struct intel_excl_cntrs *excl_cntrs = cpuc->excl_cntrs; in intel_put_excl_constraints() local
3822 if (cpuc->excl_cntrs) in intel_put_event_constraints()
4965 if (!cpuc->excl_cntrs) in intel_cpuc_prepare()
5251 cpuc->excl_cntrs = c; in intel_pmu_cpu_starting()
5266 c = cpuc->excl_cntrs; in free_excl_cntrs()
[all …]
/linux-6.15/arch/x86/events/
H A Dperf_event.h335 struct intel_excl_cntrs *excl_cntrs; member
H A Dcore.c1074 READ_ONCE(cpuc->excl_cntrs->exclusive_present)) in x86_schedule_events()