perf: change the order of the rate limit vote
Bug: b/283319548 Test: none Change-Id: Icf23f3ce0286045846785459ef8066ff5ae5b8c2 Signed-off-by: Wei Wang <wvw@google.com>
This commit is contained in:
parent
611de5d6dc
commit
1e6f2fad18
2 changed files with 18 additions and 12 deletions
|
@ -96,10 +96,11 @@
|
||||||
"Name": "CPULittleClusterDownRateLimitUs",
|
"Name": "CPULittleClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"5000",
|
||||||
"2000",
|
"2000",
|
||||||
"5000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -138,10 +139,11 @@
|
||||||
"Name": "CPUMidClusterDownRateLimitUs",
|
"Name": "CPUMidClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"20000",
|
||||||
"2000",
|
"2000",
|
||||||
"20000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -182,10 +184,11 @@
|
||||||
"Name": "CPUBigClusterDownRateLimitUs",
|
"Name": "CPUBigClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"20000",
|
||||||
"2000",
|
"2000",
|
||||||
"20000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -96,10 +96,11 @@
|
||||||
"Name": "CPULittleClusterDownRateLimitUs",
|
"Name": "CPULittleClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu0/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"5000",
|
||||||
"2000",
|
"2000",
|
||||||
"5000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -134,10 +135,11 @@
|
||||||
"Name": "CPUMidClusterDownRateLimitUs",
|
"Name": "CPUMidClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu4/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"20000",
|
||||||
"2000",
|
"2000",
|
||||||
"20000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -172,10 +174,11 @@
|
||||||
"Name": "CPUBigClusterDownRateLimitUs",
|
"Name": "CPUBigClusterDownRateLimitUs",
|
||||||
"Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us",
|
"Path": "/sys/devices/system/cpu/cpu8/cpufreq/sched_pixel/down_rate_limit_us",
|
||||||
"Values": [
|
"Values": [
|
||||||
"500",
|
"20000",
|
||||||
"2000",
|
"2000",
|
||||||
"20000"
|
"500"
|
||||||
],
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue