📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
tuned
›
profiles
›
functions
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/tuned/profiles/functions/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: function_intel_recommended_pstate.cpython-39.opt-1.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<