Skip to content

Instantly share code, notes, and snippets.

@hxss
Last active January 8, 2018 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hxss/96a2c3ba8c20bed0a23f1699eed0f403 to your computer and use it in GitHub Desktop.
Save hxss/96a2c3ba8c20bed0a23f1699eed0f403 to your computer and use it in GitHub Desktop.
<!-- /etc/thermald/thermal-conf.xml -->
<?xml version="1.0"?>
<ThermalConfiguration>
<Platform>
<Name>Generic X86 Laptop Device</Name>
<ProductName>*</ProductName>
<Preference>QUIET</Preference>
<ThermalSensors>
<ThermalSensor>
<Type>x86_pkg_temp</Type>
<Path>/sys/class/thermal/thermal_zone3/</Path>
<AsyncCapable>1</AsyncCapable>
</ThermalSensor>
</ThermalSensors>
<ThermalZones>
<ThermalZone>
<Type>package-0</Type>
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>85000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<index>1</index>
<type>rapl_controller</type>
<influence> 50 </influence>
<SamplingPeriod> 10 </SamplingPeriod>
</CoolingDevice>
<CoolingDevice>
<index>2</index>
<type>intel_pstate</type>
<influence> 40 </influence>
<SamplingPeriod> 10 </SamplingPeriod>
</CoolingDevice>
<CoolingDevice>
<index>3</index>
<type>intel_powerclamp</type>
<influence> 30 </influence>
<SamplingPeriod> 5 </SamplingPeriod>
</CoolingDevice>
<CoolingDevice>
<index>5</index>
<type>Processor</type>
<influence> 10 </influence>
<SamplingPeriod> 5 </SamplingPeriod>
</CoolingDevice>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
<!--
<CoolingDevices>
<CoolingDevice>
<Type>intel_powerclamp</Type>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>25</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
<CoolingDevice>
<Type>Processor</Type>
<Path>/sys/class/thermal/cooling_device0</Path>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>5</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
<CoolingDevice>
<Type>Processor</Type>
<Path>/sys/class/thermal/cooling_device1</Path>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>5</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
<CoolingDevice>
<Type>Processor</Type>
<Path>/sys/class/thermal/cooling_device2</Path>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>5</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
<CoolingDevice>
<Type>Processor</Type>
<Path>/sys/class/thermal/cooling_device3</Path>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>5</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
</CoolingDevices>
-->
</Platform>
</ThermalConfiguration>
<!-- /etc/thermald/thermal-cpu-cdev-order.xml -->
<!--
Specifies the order of compensation to cool CPU only.
There is a default already implemented in the code, but
this file can be used to change order
The Following cooling device can present
-->
<CoolingDeviceOrder>
<!-- Specify Cooling device order -->
<CoolingDevice>rapl_controller</CoolingDevice>
<CoolingDevice>intel_pstate</CoolingDevice>
<!-- <CoolingDevice>intel_powerclamp</CoolingDevice> -->
<CoolingDevice>cpufreq</CoolingDevice>
<CoolingDevice>Processor</CoolingDevice>
</CoolingDeviceOrder>
# sudo thermald --no-daemon --dbus-enable --config-file /etc/thermald/thermal-conf.xml --loglevel=debug
Registering the well-known name (org.freedesktop.thermald)
RequestName returned 1.
Registering it on the D-Bus.
RAPL sysfs present
RAPL base path /sys/class/powercap/intel-rapl/
RAPL domain dir intel-rapl:0
name package-0
RAPL base path /sys/class/powercap/intel-rapl/intel-rapl:0/
RAPL domain dir intel-rapl:0:1
name uncore
RAPL domain dir constraint_0_name
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_name/name doesn't exist
RAPL domain dir device
/sys/class/powercap/intel-rapl/intel-rapl:0/device/name doesn't exist
RAPL domain dir subsystem
/sys/class/powercap/intel-rapl/intel-rapl:0/subsystem/name doesn't exist
RAPL domain dir constraint_0_time_window_us
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_time_window_us/name doesn't exist
RAPL domain dir enabled
/sys/class/powercap/intel-rapl/intel-rapl:0/enabled/name doesn't exist
RAPL domain dir max_energy_range_uj
/sys/class/powercap/intel-rapl/intel-rapl:0/max_energy_range_uj/name doesn't exist
RAPL domain dir power
/sys/class/powercap/intel-rapl/intel-rapl:0/power/name doesn't exist
RAPL domain dir energy_uj
/sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj/name doesn't exist
RAPL domain dir constraint_1_power_limit_uw
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_power_limit_uw/name doesn't exist
RAPL domain dir intel-rapl:0:2
name dram
RAPL domain dir intel-rapl:0:0
name core
RAPL domain dir constraint_0_max_power_uw
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_max_power_uw/name doesn't exist
RAPL domain dir constraint_1_max_power_uw
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_max_power_uw/name doesn't exist
RAPL domain dir constraint_0_power_limit_uw
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw/name doesn't exist
RAPL domain dir uevent
/sys/class/powercap/intel-rapl/intel-rapl:0/uevent/name doesn't exist
RAPL domain dir constraint_1_time_window_us
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_time_window_us/name doesn't exist
RAPL domain dir name
/sys/class/powercap/intel-rapl/intel-rapl:0/name/name doesn't exist
RAPL domain dir constraint_1_name
/sys/class/powercap/intel-rapl/intel-rapl:0/constraint_1_name/name doesn't exist
RAPL domain count 1
RAPL domain dir subsystem
/sys/class/powercap/intel-rapl/subsystem/name doesn't exist
RAPL domain dir enabled
/sys/class/powercap/intel-rapl/enabled/name doesn't exist
RAPL domain dir power
/sys/class/powercap/intel-rapl/power/name doesn't exist
RAPL domain dir intel-rapl:1
name psys
RAPL domain dir uevent
/sys/class/powercap/intel-rapl/uevent/name doesn't exist
RAPL domain count 2
22 CPUID levels; family:model:stepping 0x6:4e:3 (6:78:3)
Running on a vanilla kernel
Polling mode is enabled: 4
thd_read_default_thermal_sensors
sensor_update: type x86_pkg_temp
sensor_update: type pch_skylake
sensor_update: type B0D4
sensor_update: type INT3400
thd_read_default_thermal_sensors loaded 4 sensors
dts /sys/devices/platform/coretemp.0/name doesn't exist
Dumping parsed XML Data
*** Index 0 ***
Name: GenericX86LaptopDevice
UUID:
type: 0
Zone 0
Name: x86_pkg_temp
Trip Point 0
temp 70000
trip type 2
hyst id 0
sensor type x86_pkg_temp
cdev index 0
type rapl_controller
influence 100
SamplingPeriod 16
Cooling Dev 0
Type: intel_powerclamp
Path:
Min: 0
Max: 25
Step: 1
AutoDownControl: 0
Cooling Dev 1
Type: Processor
Path: /sys/class/thermal/cooling_device0
Min: 0
Max: 5
Step: 1
AutoDownControl: 0
Cooling Dev 2
Type: Processor
Path: /sys/class/thermal/cooling_device1
Min: 0
Max: 5
Step: 1
AutoDownControl: 0
Cooling Dev 3
Type: Processor
Path: /sys/class/thermal/cooling_device2
Min: 0
Max: 5
Step: 1
AutoDownControl: 0
Cooling Dev 4
Type: Processor
Path: /sys/class/thermal/cooling_device3
Min: 0
Max: 5
Step: 1
AutoDownControl: 0
config product name [EXAMPLE_SYSTEM] match with [80TX]
sensor index:3 x86_pkg_temp /sys/class/thermal/thermal_zone3/ Async:1
sensor index:1 pch_skylake /sys/class/thermal/thermal_zone1/ Async:0
sensor index:2 B0D4 /sys/class/thermal/thermal_zone2/ Async:0
sensor index:0 INT3400 /sys/class/thermal/thermal_zone0/ Async:0
sensor index:4 hwmon /sys/class/hwmon/hwmon0/temp1_input Async:0
sensor index:5 hwmon /sys/class/hwmon/hwmon0/temp2_input Async:0
sensor index:6 hwmon /sys/class/hwmon/hwmon0/temp3_input Async:0
thd_read_default_cooling devices
cooling dev 5:0:100:ath10k_thermal
cooling dev 3:0:10:Processor
cooling dev 1:0:10:Processor
cooling dev 4:-1:50:intel_powerclamp
cooling dev 2:0:10:Processor
cooling dev 0:0:10:Processor
thd_read_default_cooling devices loaded 6 cdevs
ppcc limits max:7500000 min:4000000 min_win:28000000 step:500000
RAPL max limit 3500000 increment: 500000
set_pid_param 6 [1000.100,10]
Use Default pstate drv settings
cooling dev index:7, curr_state:0, max_state:10, unit:10.000000, min_com:0, type:intel_pstate
config product name [EXAMPLE_SYSTEM] match with [80TX]
pstate CPU present 0-3
name = package-0
name = uncore
name = dram
sysfs read failed constraint_0_max_power_uw
dram:powercap RAPL invalid max power limit range
Calculate dynamically phy_max
5: ath10k_thermal, C:0 MN: 0 MX:100 ST:1 pt:/sys/class/thermal/ rd_bk 1
3: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0
1: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0
4: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0
2: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0
0: Processor, C:0 MN: 0 MX:10 ST:1 pt:/sys/class/thermal/ rd_bk 0
6: rapl_controller, C:0 MN: 0 MX:3500000 ST:500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1
7: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1
8: rapl_controller_dram, C:0 MN: 0 MX:500000 ST:500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1
9: LCD, C:0 MN: 0 MX:937 ST:93 pt:/sys/class/backlight/intel_backlight/ rd_bk 1
thd_read_default_thermal_zones
Added zone index:3
Thermal Zone look for 3/type
Thermal Zone 3:x86_pkg_temp
read_trip_points 3/trip_point_0_type:passive
read_trip_points 3/trip_point_0_temp:0
read_trip_points 3/trip_point_1_type:passive
read_trip_points 3/trip_point_1_temp:0
read_trip_points Added 0 trips
Added zone index:1
Thermal Zone look for 1/type
Thermal Zone 1:pch_skylake
read_trip_points 1/trip_point_0_type:critical
read_trip_points 1/trip_point_0_temp:115000
Add trip pt 0:1:0x1:115000:1
read_trip_points Added 1 trips
>> read_cdev_trip_points for
cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0
Sorted trip dump zone index:1 type:pch_skylake:
index 0: type:critical temp:115000 hyst:1 zone id:1 sensor id:1 cdev size:0
trip type: 0 temp: 115000
Added zone index:2
Thermal Zone look for 2/type
Thermal Zone 2:B0D4
read_trip_points 2/trip_point_0_type:critical
read_trip_points 2/trip_point_0_temp:110000
sysfs read failed /sys/class/thermal/thermal_zone2/trip_point_0_hyst
read_trip_points 2/trip_point_0_hyst:
Add trip pt 0:2:0x2:110000:1000
read_trip_points 2/trip_point_1_type:hot
read_trip_points 2/trip_point_1_temp:97000
sysfs read failed /sys/class/thermal/thermal_zone2/trip_point_1_hyst
read_trip_points 2/trip_point_1_hyst:
Add trip pt 1:2:0x2:97000:1000
read_trip_points 2/trip_point_2_type:passive
read_trip_points 2/trip_point_2_temp:63000
sysfs read failed /sys/class/thermal/thermal_zone2/trip_point_2_hyst
read_trip_points 2/trip_point_2_hyst:
Add trip pt 2:2:0x2:63000:1000
read_trip_points 2/trip_point_3_type:active
read_trip_points 2/trip_point_3_temp:63000
sysfs read failed /sys/class/thermal/thermal_zone2/trip_point_3_hyst
read_trip_points 2/trip_point_3_hyst:
Add trip pt 3:2:0x2:63000:1000
read_trip_points 2/trip_point_4_type:active
read_trip_points 2/trip_point_4_temp:58000
sysfs read failed /sys/class/thermal/thermal_zone2/trip_point_4_hyst
read_trip_points 2/trip_point_4_hyst:
Add trip pt 3:2:0x2:58000:1000
read_trip_points Added 5 trips
>> read_cdev_trip_points for
cthd_sysfs_zone::read_cdev_trip_points: ZONE bound to CDEV status 0
Sorted trip dump zone index:2 type:B0D4:
index 4: type:active temp:58000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 2: type:passive temp:63000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 3: type:active temp:63000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 1: type:max temp:97000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 0: type:critical temp:110000 hyst:1000 zone id:2 sensor id:2 cdev size:0
trip type: 3 temp: 58000
trip type: 2 temp: 63000
trip type: 3 temp: 63000
trip type: 1 temp: 97000
trip type: 0 temp: 110000
Read set point 0
Added zone index:0
Thermal Zone look for 0/type
Thermal Zone 0:INT3400
read_trip_points Added 0 trips
thd_read_default_thermal_zones loaded 2 zones
Processor thermal device is present
It will act as CPU thermal zone !!
Processor thermal device passive Trip is 63000
zone B0D4 bounded
zone B0D4 bounded
zone B0D4 bounded
zone B0D4 bounded
config product name [EXAMPLE_SYSTEM] match with [80TX]
ZONE DUMP BEGIN
Zone 2: B0D4, Active:1 Bind:1 Sensor_cnt:1
..sensors..
sensor index:2 B0D4 /sys/class/thermal/thermal_zone2/ Async:0
..trips..
index 4: type:active temp:58000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 2: type:passive temp:63000 hyst:1000 zone id:2 sensor id:2 cdev size:4
cdev[0] rapl_controller target_state:not defined
cdev[1] intel_pstate target_state:not defined
cdev[2] intel_powerclamp target_state:not defined
cdev[3] Processor target_state:not defined
index 3: type:active temp:63000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 1: type:max temp:97000 hyst:1000 zone id:2 sensor id:2 cdev size:0
index 0: type:critical temp:110000 hyst:1000 zone id:2 sensor id:2 cdev size:0
ZONE DUMP END
config product name [EXAMPLE_SYSTEM] match with [80TX]
FD = 8
Current user preference is 0
Start main loop
thd_engine_thread begin
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
Need to switch to next cdev
cdev at index 7:intel_pstate
Need to switch to next cdev
cdev at index 6:rapl_controller
Need to switch to next cdev
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3576028 mj: 0 mw
energy 1:0:20016548 mj: 0 mw
energy 1:0:473368 mj: 0 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
Need to switch to next cdev
cdev at index 7:intel_pstate
Need to switch to next cdev
cdev at index 6:rapl_controller
Need to switch to next cdev
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3578415 mj: 596 mw
energy 1:0:20030956 mj: 3602 mw
energy 1:0:473665 mj: 74 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 68000
pref 0 type 3 temp 68000 trip 58000
pref 0 type 2 temp 68000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
>>thd_cdev_set_state index:6 state:1 :2:2:0:0 force:0
Added zone 2 trip 2 clamp_valid 0 clamp 0
thd_cdev_set_6:curr state 0 max state 3500000
op->device:rapl_controller 500000
set cdev state index 6 state 500000 wr:7000000
Set : threshold:63000, temperature:68000, cdev:6(rapl_controller), curr_state:500000, max_state:3500000
<<thd_cdev_set_state 1
pref 0 type 3 temp 68000 trip 63000
update_set_point 68000,0,96000
pref 0 type 1 temp 68000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 68000 trip 110000
energy 2:0:3587128 mj: 2178 mw
energy 1:0:20061105 mj: 7537 mw
energy 1:0:473919 mj: 63 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 71000
pref 0 type 3 temp 71000 trip 58000
pref 0 type 2 temp 71000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
>>thd_cdev_set_state index:6 state:1 :2:2:0:0 force:0
thd_cdev_set_6:curr state 500000 max state 3500000
cdev index:6 consecutive call, increment exponentially state 1500000
op->device:rapl_controller 1500000
set cdev state index 6 state 1500000 wr:6000000
Set : threshold:63000, temperature:71000, cdev:6(rapl_controller), curr_state:1500000, max_state:3500000
<<thd_cdev_set_state 1
pref 0 type 3 temp 71000 trip 63000
update_set_point 71000,0,96000
pref 0 type 1 temp 71000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 71000 trip 110000
energy 2:0:3597593 mj: 2616 mw
energy 1:0:20096292 mj: 8796 mw
energy 1:0:474169 mj: 62 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 72000
pref 0 type 3 temp 72000 trip 58000
pref 0 type 2 temp 72000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
>>thd_cdev_set_state index:6 state:1 :2:2:0:0 force:0
thd_cdev_set_6:curr state 1500000 max state 3500000
cdev index:6 consecutive call, increment exponentially state 2500000
op->device:rapl_controller 2500000
set cdev state index 6 state 2500000 wr:5000000
Set : threshold:63000, temperature:72000, cdev:6(rapl_controller), curr_state:2500000, max_state:3500000
<<thd_cdev_set_state 1
pref 0 type 3 temp 72000 trip 63000
update_set_point 72000,0,96000
pref 0 type 1 temp 72000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 72000 trip 110000
energy 2:0:3607713 mj: 2530 mw
energy 1:0:20130727 mj: 8608 mw
energy 1:0:474421 mj: 63 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 75000
pref 0 type 3 temp 75000 trip 58000
pref 0 type 2 temp 75000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
>>thd_cdev_set_state index:6 state:1 :2:2:0:0 force:0
thd_cdev_set_6:curr state 2500000 max state 3500000
cdev index:6 consecutive call, increment exponentially state 4500000
op->device:rapl_controller 3500000
set cdev state index 6 state 3500000 wr:4000000
Set : threshold:63000, temperature:75000, cdev:6(rapl_controller), curr_state:3500000, max_state:3500000
<<thd_cdev_set_state 1
pref 0 type 3 temp 75000 trip 63000
update_set_point 75000,0,96000
pref 0 type 1 temp 75000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 75000 trip 110000
energy 2:0:3618491 mj: 2694 mw
energy 1:0:20167012 mj: 9071 mw
energy 1:0:474672 mj: 62 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 76000
pref 0 type 3 temp 76000 trip 58000
pref 0 type 2 temp 76000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:1 :2:2:0:0 force:0
Added zone 2 trip 2 clamp_valid 0 clamp 0
thd_cdev_set_7:curr state 0 max state 10
op->device:intel_pstate 1
set cdev state index 7 state 1 percent 90
Set : threshold:63000, temperature:76000, cdev:7(intel_pstate), curr_state:1, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 76000 trip 63000
update_set_point 76000,0,96000
pref 0 type 1 temp 76000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 76000 trip 110000
energy 2:0:3628774 mj: 2570 mw
energy 1:0:20200871 mj: 8464 mw
energy 1:0:474923 mj: 62 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 74000
pref 0 type 3 temp 74000 trip 58000
pref 0 type 2 temp 74000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:1 :2:2:0:0 force:0
thd_cdev_set_7:curr state 1 max state 10
cdev index:7 consecutive call, increment exponentially state 3
op->device:intel_pstate 3
set cdev state index 7 state 3 percent 70
turbo disabled
Set : threshold:63000, temperature:74000, cdev:7(intel_pstate), curr_state:3, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 74000 trip 63000
update_set_point 74000,0,96000
pref 0 type 1 temp 74000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 74000 trip 110000
energy 2:0:3639464 mj: 2672 mw
energy 1:0:20231281 mj: 7602 mw
energy 1:0:475174 mj: 62 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 70000
pref 0 type 3 temp 70000 trip 58000
pref 0 type 2 temp 70000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:1 :2:2:0:0 force:0
thd_cdev_set_7:curr state 3 max state 10
cdev index:7 consecutive call, increment exponentially state 5
op->device:intel_pstate 5
set cdev state index 7 state 5 percent 50
Set : threshold:63000, temperature:70000, cdev:7(intel_pstate), curr_state:5, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 70000 trip 63000
update_set_point 70000,0,96000
pref 0 type 1 temp 70000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 70000 trip 110000
energy 2:0:3647450 mj: 1996 mw
energy 1:0:20245475 mj: 3548 mw
energy 1:0:475431 mj: 64 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 69000
pref 0 type 3 temp 69000 trip 58000
pref 0 type 2 temp 69000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:1 :2:2:0:0 force:0
thd_cdev_set_7:curr state 5 max state 10
cdev index:7 consecutive call, increment exponentially state 9
op->device:intel_pstate 9
set cdev state index 7 state 9 percent 10
Set : threshold:63000, temperature:69000, cdev:7(intel_pstate), curr_state:9, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 69000 trip 63000
update_set_point 69000,0,96000
pref 0 type 1 temp 69000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 69000 trip 110000
energy 2:0:3656032 mj: 2145 mw
energy 1:0:20260821 mj: 3836 mw
energy 1:0:475682 mj: 62 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 68000
pref 0 type 3 temp 68000 trip 58000
pref 0 type 2 temp 68000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:1 :2:2:0:0 force:0
thd_cdev_set_7:curr state 9 max state 10
cdev index:7 consecutive call, increment exponentially state 17
op->device:intel_pstate 10
set cdev state index 7 state 10 percent 0
Set : threshold:63000, temperature:68000, cdev:7(intel_pstate), curr_state:10, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 68000 trip 63000
update_set_point 68000,0,96000
pref 0 type 1 temp 68000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 68000 trip 110000
energy 2:0:3662292 mj: 1565 mw
energy 1:0:20275977 mj: 3789 mw
energy 1:0:475943 mj: 65 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 68000
pref 0 type 3 temp 68000 trip 58000
pref 0 type 2 temp 68000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:1 :2:2:0:0 force:0
Added zone 2 trip 2 clamp_valid 0 clamp 0
thd_cdev_set_4:curr state 0 max state 50
op->device:intel_powerclamp 5
set cdev state index 4 state 5
Set : threshold:63000, temperature:68000, cdev:4(intel_powerclamp), curr_state:5, max_state:50
<<thd_cdev_set_state 1
pref 0 type 3 temp 68000 trip 63000
update_set_point 68000,0,96000
pref 0 type 1 temp 68000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 68000 trip 110000
energy 2:0:3670166 mj: 1968 mw
energy 1:0:20291562 mj: 3896 mw
energy 1:0:476197 mj: 63 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 67000
pref 0 type 3 temp 67000 trip 58000
pref 0 type 2 temp 67000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:1 :2:2:0:0 force:0
thd_cdev_set_4:curr state 5 max state 50
cdev index:4 consecutive call, increment exponentially state 15
op->device:intel_powerclamp 15
set cdev state index 4 state 15
Set : threshold:63000, temperature:67000, cdev:4(intel_powerclamp), curr_state:15, max_state:50
<<thd_cdev_set_state 1
pref 0 type 3 temp 67000 trip 63000
update_set_point 67000,0,96000
pref 0 type 1 temp 67000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 67000 trip 110000
energy 2:0:3675681 mj: 1378 mw
energy 1:0:20306694 mj: 3783 mw
energy 1:0:476465 mj: 67 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 66000
pref 0 type 3 temp 66000 trip 58000
pref 0 type 2 temp 66000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:1 :2:2:0:0 force:0
thd_cdev_set_4:curr state 15 max state 50
cdev index:4 consecutive call, increment exponentially state 25
op->device:intel_powerclamp 25
set cdev state index 4 state 25
Set : threshold:63000, temperature:66000, cdev:4(intel_powerclamp), curr_state:25, max_state:50
<<thd_cdev_set_state 1
pref 0 type 3 temp 66000 trip 63000
update_set_point 66000,0,96000
pref 0 type 1 temp 66000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 66000 trip 110000
energy 2:0:3678219 mj: 634 mw
energy 1:0:20320350 mj: 3414 mw
energy 1:0:476755 mj: 72 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 66000
pref 0 type 3 temp 66000 trip 58000
pref 0 type 2 temp 66000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:1 :2:2:0:0 force:0
thd_cdev_set_4:curr state 25 max state 50
cdev index:4 consecutive call, increment exponentially state 45
op->device:intel_powerclamp 45
set cdev state index 4 state 45
Set : threshold:63000, temperature:66000, cdev:4(intel_powerclamp), curr_state:45, max_state:50
<<thd_cdev_set_state 1
pref 0 type 3 temp 66000 trip 63000
update_set_point 66000,0,96000
pref 0 type 1 temp 66000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 66000 trip 110000
energy 2:0:3680301 mj: 520 mw
energy 1:0:20333006 mj: 3164 mw
energy 1:0:477056 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 65000
pref 0 type 3 temp 65000 trip 58000
pref 0 type 2 temp 65000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:1 :2:2:0:0 force:0
thd_cdev_set_4:curr state 45 max state 50
cdev index:4 consecutive call, increment exponentially state 85
op->device:intel_powerclamp 50
set cdev state index 4 state 50
Set : threshold:63000, temperature:65000, cdev:4(intel_powerclamp), curr_state:50, max_state:50
<<thd_cdev_set_state 1
pref 0 type 3 temp 65000 trip 63000
update_set_point 65000,0,96000
pref 0 type 1 temp 65000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 65000 trip 110000
energy 2:0:3682480 mj: 544 mw
energy 1:0:20346174 mj: 3292 mw
energy 1:0:477354 mj: 74 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 65000
pref 0 type 3 temp 65000 trip 58000
pref 0 type 2 temp 65000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
Need to switch to next cdev target 0
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:1 :2:2:0:0 force:0
Added zone 2 trip 2 clamp_valid 0 clamp 0
thd_cdev_set_3:curr state 0 max state 10
op->device:Processor 1
set cdev state index 3 state 1
Set : threshold:63000, temperature:65000, cdev:3(Processor), curr_state:1, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 65000 trip 63000
update_set_point 65000,0,96000
pref 0 type 1 temp 65000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 65000 trip 110000
energy 2:0:3684848 mj: 592 mw
energy 1:0:20360284 mj: 3527 mw
energy 1:0:477652 mj: 74 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 64000
pref 0 type 3 temp 64000 trip 58000
pref 0 type 2 temp 64000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
Need to switch to next cdev target 0
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:1 :2:2:0:0 force:0
thd_cdev_set_3:curr state 1 max state 10
cdev index:3 consecutive call, increment exponentially state 3
op->device:Processor 3
set cdev state index 3 state 3
Set : threshold:63000, temperature:64000, cdev:3(Processor), curr_state:3, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 64000 trip 63000
update_set_point 64000,0,96000
pref 0 type 1 temp 64000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 64000 trip 110000
energy 2:0:3687206 mj: 589 mw
energy 1:0:20373401 mj: 3279 mw
energy 1:0:477952 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 64000
pref 0 type 3 temp 64000 trip 58000
pref 0 type 2 temp 64000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
Need to switch to next cdev target 0
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:1 :2:2:0:0 force:0
thd_cdev_set_3:curr state 3 max state 10
cdev index:3 consecutive call, increment exponentially state 5
op->device:Processor 5
set cdev state index 3 state 5
Set : threshold:63000, temperature:64000, cdev:3(Processor), curr_state:5, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 64000 trip 63000
update_set_point 64000,0,96000
pref 0 type 1 temp 64000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 64000 trip 110000
energy 2:0:3689579 mj: 593 mw
energy 1:0:20386652 mj: 3312 mw
energy 1:0:478251 mj: 74 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 63000
pref 0 type 3 temp 63000 trip 58000
pref 0 type 2 temp 63000 trip 63000
Passive Trip point applicable
Trip point applicable > 2:63000
cdev size for this trippoint 4
cdev at index 6:rapl_controller
Need to switch to next cdev target 0
cdev at index 7:intel_pstate
Need to switch to next cdev target 0
cdev at index 4:intel_powerclamp
Need to switch to next cdev target 0
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:1 :2:2:0:0 force:0
thd_cdev_set_3:curr state 5 max state 10
cdev index:3 consecutive call, increment exponentially state 9
op->device:Processor 9
set cdev state index 3 state 9
Set : threshold:63000, temperature:63000, cdev:3(Processor), curr_state:9, max_state:10
<<thd_cdev_set_state 1
pref 0 type 3 temp 63000 trip 63000
update_set_point 63000,0,96000
pref 0 type 1 temp 63000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 63000 trip 110000
energy 2:0:3691490 mj: 477 mw
energy 1:0:20398860 mj: 3052 mw
energy 1:0:478556 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 62000
pref 0 type 3 temp 62000 trip 58000
pref 0 type 2 temp 62000 trip 63000
Passive Trip point applicable
pref 0 type 3 temp 62000 trip 63000
update_set_point 62000,0,96000
pref 0 type 1 temp 62000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 62000 trip 110000
energy 2:0:3693365 mj: 468 mw
energy 1:0:20410579 mj: 2929 mw
energy 1:0:478861 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 1
match zone 2 trip 2 clamp_valid 0 clamp 0
Erased [2: 2 0
thd_cdev_set_3:curr state 9 max state 10
op->device:Processor 8
set cdev state index 3 state 8
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:8, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3695281 mj: 479 mw
energy 1:0:20422172 mj: 2898 mw
energy 1:0:479163 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 8 max state 10
op->device:Processor 7
set cdev state index 3 state 7
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:7, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3697250 mj: 492 mw
energy 1:0:20434465 mj: 3073 mw
energy 1:0:479468 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 7 max state 10
op->device:Processor 6
set cdev state index 3 state 6
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:6, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3699332 mj: 520 mw
energy 1:0:20446674 mj: 3052 mw
energy 1:0:479766 mj: 74 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 6 max state 10
op->device:Processor 5
set cdev state index 3 state 5
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:5, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3701405 mj: 518 mw
energy 1:0:20459812 mj: 3284 mw
energy 1:0:480069 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 5 max state 10
op->device:Processor 4
set cdev state index 3 state 4
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:4, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3703557 mj: 538 mw
energy 1:0:20473070 mj: 3314 mw
energy 1:0:480375 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 4 max state 10
op->device:Processor 3
set cdev state index 3 state 3
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:3, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3705541 mj: 496 mw
energy 1:0:20485736 mj: 3166 mw
energy 1:0:480682 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 3 max state 10
op->device:Processor 2
set cdev state index 3 state 2
Set : threshold:63000, temperature:61000, cdev:3(Processor), curr_state:2, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3707431 mj: 472 mw
energy 1:0:20498302 mj: 3141 mw
energy 1:0:481000 mj: 79 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 2 max state 10
op->device:Processor 1
set cdev state index 3 state 1
Set : threshold:63000, temperature:60000, cdev:3(Processor), curr_state:1, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3709680 mj: 562 mw
energy 1:0:20511140 mj: 3209 mw
energy 1:0:481305 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
>>thd_cdev_set_state index:3 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_3:curr state 1 max state 10
op->device:Processor 0
set cdev state index 3 state 0
Set : threshold:63000, temperature:60000, cdev:3(Processor), curr_state:0, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3711540 mj: 465 mw
energy 1:0:20522609 mj: 2867 mw
energy 1:0:481610 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 1
match zone 2 trip 2 clamp_valid 0 clamp 0
Erased [2: 2 0
thd_cdev_set_4:curr state 50 max state 50
op->device:intel_powerclamp 45
set cdev state index 4 state 45
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:45, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3713418 mj: 469 mw
energy 1:0:20534545 mj: 2984 mw
energy 1:0:481924 mj: 78 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 45 max state 50
op->device:intel_powerclamp 40
set cdev state index 4 state 40
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:40, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3715599 mj: 545 mw
energy 1:0:20547766 mj: 3305 mw
energy 1:0:482230 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 40 max state 50
op->device:intel_powerclamp 35
set cdev state index 4 state 35
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:35, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3717573 mj: 493 mw
energy 1:0:20560080 mj: 3078 mw
energy 1:0:482534 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 35 max state 50
op->device:intel_powerclamp 30
set cdev state index 4 state 30
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:30, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3719744 mj: 542 mw
energy 1:0:20573525 mj: 3361 mw
energy 1:0:482840 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 30 max state 50
op->device:intel_powerclamp 25
set cdev state index 4 state 25
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:25, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3721717 mj: 493 mw
energy 1:0:20586311 mj: 3196 mw
energy 1:0:483147 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 25 max state 50
op->device:intel_powerclamp 20
set cdev state index 4 state 20
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:20, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3723743 mj: 506 mw
energy 1:0:20599285 mj: 3243 mw
energy 1:0:483450 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 20 max state 50
op->device:intel_powerclamp 15
set cdev state index 4 state 15
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:15, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3725866 mj: 530 mw
energy 1:0:20612632 mj: 3336 mw
energy 1:0:483752 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 61000
pref 0 type 3 temp 61000 trip 58000
pref 0 type 2 temp 61000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 15 max state 50
op->device:intel_powerclamp 10
set cdev state index 4 state 10
Set : threshold:63000, temperature:61000, cdev:4(intel_powerclamp), curr_state:10, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 61000 trip 63000
update_set_point 61000,0,96000
pref 0 type 1 temp 61000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 61000 trip 110000
energy 2:0:3728608 mj: 685 mw
energy 1:0:20627623 mj: 3747 mw
energy 1:0:484046 mj: 73 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 10 max state 50
op->device:intel_powerclamp 5
set cdev state index 4 state 5
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:5, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3730835 mj: 556 mw
energy 1:0:20641099 mj: 3369 mw
energy 1:0:484348 mj: 75 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
>>thd_cdev_set_state index:4 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_4:curr state 5 max state 50
op->device:intel_powerclamp 0
set cdev state index 4 state 0
Set : threshold:63000, temperature:60000, cdev:4(intel_powerclamp), curr_state:0, max_state:50
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3732894 mj: 514 mw
energy 1:0:20654168 mj: 3267 mw
energy 1:0:484652 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
Need to switch to next cdev
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 1
match zone 2 trip 2 clamp_valid 0 clamp 0
Erased [2: 2 0
thd_cdev_set_7:curr state 10 max state 10
op->device:intel_pstate 9
set cdev state index 7 state 9 percent 10
Set : threshold:63000, temperature:60000, cdev:7(intel_pstate), curr_state:9, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3734991 mj: 524 mw
energy 1:0:20667606 mj: 3359 mw
energy 1:0:484956 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
Need to switch to next cdev
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_7:curr state 9 max state 10
op->device:intel_pstate 8
set cdev state index 7 state 8 percent 20
Set : threshold:63000, temperature:60000, cdev:7(intel_pstate), curr_state:8, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3737065 mj: 518 mw
energy 1:0:20680778 mj: 3293 mw
energy 1:0:485261 mj: 76 mw
poll exit 0 polls_fd event 0 0
read_temperature sensor ID 2
Sensor B0D4 :temp 60000
pref 0 type 3 temp 60000 trip 58000
pref 0 type 2 temp 60000 trip 63000
Passive Trip point applicable
Trip point applicable < 2:63000
cdev size for this trippoint 4
cdev at index 3:Processor
Need to switch to next cdev
cdev at index 4:intel_powerclamp
Need to switch to next cdev
cdev at index 7:intel_pstate
>>thd_cdev_set_state index:7 state:0 :2:2:0:0 force:0
zone_trip_limits.size() 0
thd_cdev_set_7:curr state 8 max state 10
op->device:intel_pstate 7
set cdev state index 7 state 7 percent 30
Set : threshold:63000, temperature:60000, cdev:7(intel_pstate), curr_state:7, max_state:10
<<thd_cdev_set_state 0
pref 0 type 3 temp 60000 trip 63000
update_set_point 60000,0,96000
pref 0 type 1 temp 60000 trip 97000
Passive Trip point applicable
Trip point applicable < 1:97000
cdev size for this trippoint 0
pref 0 type 0 temp 60000 trip 110000
energy 2:0:3739244 mj: 544 mw
energy 1:0:20694151 mj: 3343 mw
energy 1:0:485564 mj: 75 mw
poll exit 1 polls_fd event 1 0
wakeup fd event
Received message 1
Terminating ...
Terminating thread..
thd_engine_thread_end
terminating on user request ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment