Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
lib
/
python3.9
/
site-packages
/
tuned
/
profiles
/
functions
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
File Name : function_intel_recommended_pstate.cpython-39.pyc
a �]�iO � @ s2 d dl mZ dZdZdZdZG dd� dej�ZdS ) � )�base)ZsandybridgeZ ivybridgeZhaswellZ broadwellZskylakez/sys/devices/cpu/caps/pmu_nameZactive�disablec s, e Zd ZdZ� fdd�Z� fdd�Z� ZS )�intel_recommended_pstatea� Checks the processor code name and return the recommended intel_pstate CPUFreq driver mode. Active is returned for the newer generation of processors not in the PROCESSOR_NAME list. Intel recommends to use the intel_pstate CPUFreq driver in active mode with HWP enabled on Ice Lake and later generations processors. This function allows dynamically setting intel_pstate based on the processor's model. For pre-IceLake processors setting pstate to active can introduce jitters which were historically seen around and tested with RHEL-7.4. From IceLake generation, intel has fixed these issues. c s t t| ��dd� d S )Nr � )�superr �__init__)�self�� __class__� �^/usr/lib/python3.9/site-packages/tuned/profiles/functions/function_intel_recommended_pstate.pyr s z!intel_recommended_pstate.__init__c s<