I examined the code logic of the Completely Fair Scheduler (CFS) and identified the key function responsible for enabling EAS. Through my research into this function, I discovered that the root cause of EAS remaining disabled was a failure in the construction of the performance domains (build_perf_domain failed). After a thorough analysis of this function, I successfully rectified the issue, allowing the performance domains to be built correctly and subsequently enabling EAS.