Update throttle reason status sysfs name

Related-To: LOCI-1843

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran 2022-03-24 07:41:15 +00:00 committed by Compute-Runtime-Automation
parent 5176cfb660
commit cdf3d00919
1 changed files with 5 additions and 5 deletions

View File

@ -345,11 +345,11 @@ void LinuxFrequencyImp::init() {
efficientFreqFile = baseDir + "rps_RP1_freq_mhz";
maxValFreqFile = baseDir + "rps_RP0_freq_mhz";
minValFreqFile = baseDir + "rps_RPn_freq_mhz";
throttleReasonStatusFile = "rps_throttle_reason_status";
throttleReasonPL1File = "rps_throttle_reason_status_pl1";
throttleReasonPL2File = "rps_throttle_reason_status_pl2";
throttleReasonPL4File = "rps_throttle_reason_status_pl4";
throttleReasonThermalFile = "rps_throttle_reason_status_thermal";
throttleReasonStatusFile = "throttle_reason_status";
throttleReasonPL1File = "throttle_reason_pl1";
throttleReasonPL2File = "throttle_reason_pl2";
throttleReasonPL4File = "throttle_reason_pl4";
throttleReasonThermalFile = "throttle_reason_thermal";
} else {
minFreqFile = "gt_min_freq_mhz";
maxFreqFile = "gt_max_freq_mhz";