1{ 2 "Attributes": [ 3 { 4 "Name": "STuneBoost", 5 "Controller": "schedtune", 6 "File": "schedtune.boost" 7 }, 8 { 9 "Name": "STunePreferIdle", 10 "Controller": "schedtune", 11 "File": "schedtune.prefer_idle" 12 } 13 ], 14 15 "Profiles": [ 16 { 17 "Name": "HighEnergySaving", 18 "Actions": [ 19 { 20 "Name": "JoinCgroup", 21 "Params": 22 { 23 "Controller": "schedtune", 24 "Path": "background" 25 } 26 } 27 ] 28 }, 29 { 30 "Name": "NormalPerformance", 31 "Actions": [ 32 { 33 "Name": "JoinCgroup", 34 "Params": 35 { 36 "Controller": "schedtune", 37 "Path": "" 38 } 39 } 40 ] 41 }, 42 { 43 "Name": "ServicePerformance", 44 "Actions": [ 45 { 46 "Name": "JoinCgroup", 47 "Params": 48 { 49 "Controller": "schedtune", 50 "Path": "background" 51 } 52 } 53 ] 54 }, 55 { 56 "Name": "HighPerformance", 57 "Actions": [ 58 { 59 "Name": "JoinCgroup", 60 "Params": 61 { 62 "Controller": "schedtune", 63 "Path": "foreground" 64 } 65 } 66 ] 67 }, 68 { 69 "Name": "MaxPerformance", 70 "Actions": [ 71 { 72 "Name": "JoinCgroup", 73 "Params": 74 { 75 "Controller": "schedtune", 76 "Path": "top-app" 77 } 78 } 79 ] 80 }, 81 { 82 "Name": "RealtimePerformance", 83 "Actions": [ 84 { 85 "Name": "JoinCgroup", 86 "Params": 87 { 88 "Controller": "schedtune", 89 "Path": "rt" 90 } 91 } 92 ] 93 }, 94 { 95 "Name": "CameraServicePerformance", 96 "Actions": [ 97 { 98 "Name": "JoinCgroup", 99 "Params": 100 { 101 "Controller": "schedtune", 102 "Path": "camera-daemon" 103 } 104 } 105 ] 106 }, 107 { 108 "Name": "NNApiHALPerformance", 109 "Actions": [ 110 { 111 "Name": "JoinCgroup", 112 "Params": 113 { 114 "Controller": "schedtune", 115 "Path": "nnapi-hal" 116 } 117 } 118 ] 119 }, 120 { 121 "Name": "Dex2oatPerformance", 122 "Actions": [ 123 { 124 "Name": "JoinCgroup", 125 "Params": 126 { 127 "Controller": "schedtune", 128 "Path": "background" 129 } 130 } 131 ] 132 }, 133 { 134 "Name": "CpuPolicySpread", 135 "Actions": [ 136 { 137 "Name": "SetAttribute", 138 "Params": 139 { 140 "Name": "STunePreferIdle", 141 "Value": "1" 142 } 143 } 144 ] 145 }, 146 { 147 "Name": "CpuPolicyPack", 148 "Actions": [ 149 { 150 "Name": "SetAttribute", 151 "Params": 152 { 153 "Name": "STunePreferIdle", 154 "Value": "0" 155 } 156 } 157 ] 158 } 159 ] 160} 161