• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 struct cpuinfo_mock_file filesystem[] = {
2 #if CPUINFO_ARCH_ARM64
3 	{
4 		.path = "/proc/cpuinfo",
5 		.size = 1540,
6 		.content =
7 			"Processor\t: AArch64 Processor rev 4 (aarch64)\n"
8 			"processor\t: 0\n"
9 			"BogoMIPS\t: 38.40\n"
10 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
11 			"CPU implementer\t: 0x51\n"
12 			"CPU architecture: 8\n"
13 			"CPU variant\t: 0xa\n"
14 			"CPU part\t: 0x801\n"
15 			"CPU revision\t: 4\n"
16 			"\n"
17 			"processor\t: 1\n"
18 			"BogoMIPS\t: 38.40\n"
19 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
20 			"CPU implementer\t: 0x51\n"
21 			"CPU architecture: 8\n"
22 			"CPU variant\t: 0xa\n"
23 			"CPU part\t: 0x801\n"
24 			"CPU revision\t: 4\n"
25 			"\n"
26 			"processor\t: 2\n"
27 			"BogoMIPS\t: 38.40\n"
28 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
29 			"CPU implementer\t: 0x51\n"
30 			"CPU architecture: 8\n"
31 			"CPU variant\t: 0xa\n"
32 			"CPU part\t: 0x801\n"
33 			"CPU revision\t: 4\n"
34 			"\n"
35 			"processor\t: 3\n"
36 			"BogoMIPS\t: 38.40\n"
37 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
38 			"CPU implementer\t: 0x51\n"
39 			"CPU architecture: 8\n"
40 			"CPU variant\t: 0xa\n"
41 			"CPU part\t: 0x801\n"
42 			"CPU revision\t: 4\n"
43 			"\n"
44 			"processor\t: 4\n"
45 			"BogoMIPS\t: 38.40\n"
46 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
47 			"CPU implementer\t: 0x51\n"
48 			"CPU architecture: 8\n"
49 			"CPU variant\t: 0xa\n"
50 			"CPU part\t: 0x800\n"
51 			"CPU revision\t: 1\n"
52 			"\n"
53 			"processor\t: 5\n"
54 			"BogoMIPS\t: 38.40\n"
55 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
56 			"CPU implementer\t: 0x51\n"
57 			"CPU architecture: 8\n"
58 			"CPU variant\t: 0xa\n"
59 			"CPU part\t: 0x800\n"
60 			"CPU revision\t: 1\n"
61 			"\n"
62 			"processor\t: 6\n"
63 			"BogoMIPS\t: 38.40\n"
64 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
65 			"CPU implementer\t: 0x51\n"
66 			"CPU architecture: 8\n"
67 			"CPU variant\t: 0xa\n"
68 			"CPU part\t: 0x800\n"
69 			"CPU revision\t: 1\n"
70 			"\n"
71 			"processor\t: 7\n"
72 			"BogoMIPS\t: 38.40\n"
73 			"Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32\n"
74 			"CPU implementer\t: 0x51\n"
75 			"CPU architecture: 8\n"
76 			"CPU variant\t: 0xa\n"
77 			"CPU part\t: 0x800\n"
78 			"CPU revision\t: 1\n"
79 			"\n"
80 			"Hardware\t: Qualcomm Technologies, Inc MSM8998\n",
81 	},
82 #elif CPUINFO_ARCH_ARM
83 	{
84 		.path = "/proc/cpuinfo",
85 		.size = 2332,
86 		.content =
87 			"Processor\t: AArch64 Processor rev 4 (aarch64)\n"
88 			"processor\t: 0\n"
89 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
90 			"BogoMIPS\t: 38.40\n"
91 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
92 			"CPU implementer\t: 0x51\n"
93 			"CPU architecture: 8\n"
94 			"CPU variant\t: 0xa\n"
95 			"CPU part\t: 0x801\n"
96 			"CPU revision\t: 4\n"
97 			"\n"
98 			"processor\t: 1\n"
99 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
100 			"BogoMIPS\t: 38.40\n"
101 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
102 			"CPU implementer\t: 0x51\n"
103 			"CPU architecture: 8\n"
104 			"CPU variant\t: 0xa\n"
105 			"CPU part\t: 0x801\n"
106 			"CPU revision\t: 4\n"
107 			"\n"
108 			"processor\t: 2\n"
109 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
110 			"BogoMIPS\t: 38.40\n"
111 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
112 			"CPU implementer\t: 0x51\n"
113 			"CPU architecture: 8\n"
114 			"CPU variant\t: 0xa\n"
115 			"CPU part\t: 0x801\n"
116 			"CPU revision\t: 4\n"
117 			"\n"
118 			"processor\t: 3\n"
119 			"model name\t: ARMv8 Processor rev 4 (v8l)\n"
120 			"BogoMIPS\t: 38.40\n"
121 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
122 			"CPU implementer\t: 0x51\n"
123 			"CPU architecture: 8\n"
124 			"CPU variant\t: 0xa\n"
125 			"CPU part\t: 0x801\n"
126 			"CPU revision\t: 4\n"
127 			"\n"
128 			"processor\t: 4\n"
129 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
130 			"BogoMIPS\t: 38.40\n"
131 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
132 			"CPU implementer\t: 0x51\n"
133 			"CPU architecture: 8\n"
134 			"CPU variant\t: 0xa\n"
135 			"CPU part\t: 0x800\n"
136 			"CPU revision\t: 1\n"
137 			"\n"
138 			"processor\t: 5\n"
139 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
140 			"BogoMIPS\t: 38.40\n"
141 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
142 			"CPU implementer\t: 0x51\n"
143 			"CPU architecture: 8\n"
144 			"CPU variant\t: 0xa\n"
145 			"CPU part\t: 0x800\n"
146 			"CPU revision\t: 1\n"
147 			"\n"
148 			"processor\t: 6\n"
149 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
150 			"BogoMIPS\t: 38.40\n"
151 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
152 			"CPU implementer\t: 0x51\n"
153 			"CPU architecture: 8\n"
154 			"CPU variant\t: 0xa\n"
155 			"CPU part\t: 0x800\n"
156 			"CPU revision\t: 1\n"
157 			"\n"
158 			"processor\t: 7\n"
159 			"model name\t: ARMv8 Processor rev 1 (v8l)\n"
160 			"BogoMIPS\t: 38.40\n"
161 			"Features\t: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32\n"
162 			"CPU implementer\t: 0x51\n"
163 			"CPU architecture: 8\n"
164 			"CPU variant\t: 0xa\n"
165 			"CPU part\t: 0x800\n"
166 			"CPU revision\t: 1\n"
167 			"\n"
168 			"Hardware\t: Qualcomm Technologies, Inc MSM8998\n",
169 	},
170 #endif
171 	{
172 		.path = "/sys/devices/soc0/accessory_chip",
173 		.size = 2,
174 		.content = "0\n",
175 	},
176 	{
177 		.path = "/sys/devices/soc0/build_id",
178 		.size = 1,
179 		.content = "\n",
180 	},
181 	{
182 		.path = "/sys/devices/soc0/family",
183 		.size = 11,
184 		.content = "Snapdragon\n",
185 	},
186 	{
187 		.path = "/sys/devices/soc0/foundry_id",
188 		.size = 2,
189 		.content = "3\n",
190 	},
191 	{
192 		.path = "/sys/devices/soc0/hw_platform",
193 		.size = 4,
194 		.content = "MTP\n",
195 	},
196 	{
197 		.path = "/sys/devices/soc0/image_crm_version",
198 		.size = 5,
199 		.content =
200 			"REL\n"
201 			"\n",
202 	},
203 	{
204 		.path = "/sys/devices/soc0/image_variant",
205 		.size = 15,
206 		.content =
207 			"OnePlus5-user\n"
208 			"\n",
209 	},
210 	{
211 		.path = "/sys/devices/soc0/image_version",
212 		.size = 24,
213 		.content =
214 			"10:OPR1.170623.032:119\n"
215 			"\n",
216 	},
217 	{
218 		.path = "/sys/devices/soc0/images",
219 		.size = 637,
220 		.content =
221 			"0:\n"
222 			"\tCRM:\t\t00:BOOT.XF.1.2.2.c1-00021-M8998LZB-1\n"
223 			"\tVariant:\tMsm8998LA\n"
224 			"\tVersion:\t:ubuntu-23\n"
225 			"1:\n"
226 			"\tCRM:\t\t01:TZ.BF.4.0.6-00144\n"
227 			"\tVariant:\t \n"
228 			"\tVersion:\t:CRM\n"
229 			"3:\n"
230 			"\tCRM:\t\t03:RPM.BF.1.7-00128\n"
231 			"\tVariant:\tAAAAANAZR\n"
232 			"\tVersion:\t:ubuntu-23\n"
233 			"10:\n"
234 			"\tCRM:\t\t10:OPR1.170623.032:119\n"
235 			"\n"
236 			"\tVariant:\tOnePlus5-user\n"
237 			"\n"
238 			"\tVersion:\tREL\n"
239 			"\n"
240 			"11:\n"
241 			"\tCRM:\t\t11:MPSS.AT.2.0.c4.7-00070-8998_GEN_PACK-2.130961.1.131284.2\n"
242 			"\tVariant:\t8998.gen.prodQ\n"
243 			"\tVersion:\t:ubuntu-23\n"
244 			"12:\n"
245 			"\tCRM:\t\t12:ADSP.HT.3.0-00366-CB8998-1\n"
246 			"\tVariant:\tAAAAAAAAQ\n"
247 			"\tVersion:\t:ubuntu-23\n"
248 			"14:\n"
249 			"\tCRM:\t\t14:VIDEO.VE.4.4-00031\n"
250 			"\tVariant:\tPROD\n"
251 			"\tVersion:\t\n"
252 			"15:\n"
253 			"\tCRM:\t\t15:SLPI.HB.2.0.c3-00012-M8998AZL-1\n"
254 			"\tVariant:\tAAAAAAAAQ\n"
255 			"\tVersion:\t:ubuntu-23\n",
256 	},
257 	{
258 		.path = "/sys/devices/soc0/machine",
259 		.size = 8,
260 		.content = "MSM8998\n",
261 	},
262 	{
263 		.path = "/sys/devices/soc0/platform_subtype",
264 		.size = 8,
265 		.content = "Unknown\n",
266 	},
267 	{
268 		.path = "/sys/devices/soc0/platform_subtype_id",
269 		.size = 2,
270 		.content = "0\n",
271 	},
272 	{
273 		.path = "/sys/devices/soc0/platform_version",
274 		.size = 6,
275 		.content = "65536\n",
276 	},
277 	{
278 		.path = "/sys/devices/soc0/pmic_die_revision",
279 		.size = 7,
280 		.content = "131072\n",
281 	},
282 	{
283 		.path = "/sys/devices/soc0/pmic_model",
284 		.size = 6,
285 		.content = "65556\n",
286 	},
287 	{
288 		.path = "/sys/devices/soc0/raw_id",
289 		.size = 3,
290 		.content = "94\n",
291 	},
292 	{
293 		.path = "/sys/devices/soc0/raw_version",
294 		.size = 2,
295 		.content = "2\n",
296 	},
297 	{
298 		.path = "/sys/devices/soc0/revision",
299 		.size = 4,
300 		.content = "2.1\n",
301 	},
302 	{
303 		.path = "/sys/devices/soc0/select_image",
304 		.size = 3,
305 		.content = "10\n",
306 	},
307 	{
308 		.path = "/sys/devices/soc0/serial_number",
309 		.size = 11,
310 		.content = "1620680061\n",
311 	},
312 	{
313 		.path = "/sys/devices/soc0/soc_id",
314 		.size = 4,
315 		.content = "292\n",
316 	},
317 	{
318 		.path = "/sys/devices/soc0/vendor",
319 		.size = 9,
320 		.content = "Qualcomm\n",
321 	},
322 	{
323 		.path = "/sys/devices/system/cpu/isolated",
324 		.size = 1,
325 		.content = "\n",
326 	},
327 	{
328 		.path = "/sys/devices/system/cpu/kernel_max",
329 		.size = 2,
330 		.content = "7\n",
331 	},
332 	{
333 		.path = "/sys/devices/system/cpu/modalias",
334 		.size = 66,
335 		.content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n",
336 	},
337 	{
338 		.path = "/sys/devices/system/cpu/offline",
339 		.size = 1,
340 		.content = "\n",
341 	},
342 	{
343 		.path = "/sys/devices/system/cpu/online",
344 		.size = 4,
345 		.content = "0-7\n",
346 	},
347 	{
348 		.path = "/sys/devices/system/cpu/possible",
349 		.size = 4,
350 		.content = "0-7\n",
351 	},
352 	{
353 		.path = "/sys/devices/system/cpu/present",
354 		.size = 4,
355 		.content = "0-7\n",
356 	},
357 	{
358 		.path = "/sys/devices/system/cpu/cpuidle/current_driver",
359 		.size = 9,
360 		.content = "msm_idle\n",
361 	},
362 	{
363 		.path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
364 		.size = 5,
365 		.content = "qcom\n",
366 	},
367 	{
368 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/active_cpus",
369 		.size = 2,
370 		.content = "4\n",
371 	},
372 	{
373 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_up_thres",
374 		.size = 9,
375 		.content = "0 0 0 0 \n",
376 	},
377 	{
378 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_down_thres",
379 		.size = 9,
380 		.content = "0 0 0 0 \n",
381 	},
382 	{
383 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/enable",
384 		.size = 2,
385 		.content = "1\n",
386 	},
387 	{
388 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/global_state",
389 		.size = 1336,
390 		.content =
391 			"CPU0\n"
392 			"\tCPU: 0\n"
393 			"\tOnline: 1\n"
394 			"\tIsolated: 0\n"
395 			"\tFirst CPU: 0\n"
396 			"\tBusy%: 2\n"
397 			"\tIs busy: 1\n"
398 			"\tNot preferred: 0\n"
399 			"\tNr running: 1\n"
400 			"\tActive CPUs: 4\n"
401 			"\tNeed CPUs: 4\n"
402 			"\tNr isolated CPUs: 0\n"
403 			"\tBoost: 0\n"
404 			"CPU1\n"
405 			"\tCPU: 1\n"
406 			"\tOnline: 1\n"
407 			"\tIsolated: 0\n"
408 			"\tFirst CPU: 0\n"
409 			"\tBusy%: 4\n"
410 			"\tIs busy: 1\n"
411 			"\tNot preferred: 0\n"
412 			"\tNr running: 1\n"
413 			"\tActive CPUs: 4\n"
414 			"\tNeed CPUs: 4\n"
415 			"\tNr isolated CPUs: 0\n"
416 			"\tBoost: 0\n"
417 			"CPU2\n"
418 			"\tCPU: 2\n"
419 			"\tOnline: 1\n"
420 			"\tIsolated: 0\n"
421 			"\tFirst CPU: 0\n"
422 			"\tBusy%: 2\n"
423 			"\tIs busy: 1\n"
424 			"\tNot preferred: 0\n"
425 			"\tNr running: 1\n"
426 			"\tActive CPUs: 4\n"
427 			"\tNeed CPUs: 4\n"
428 			"\tNr isolated CPUs: 0\n"
429 			"\tBoost: 0\n"
430 			"CPU3\n"
431 			"\tCPU: 3\n"
432 			"\tOnline: 1\n"
433 			"\tIsolated: 0\n"
434 			"\tFirst CPU: 0\n"
435 			"\tBusy%: 2\n"
436 			"\tIs busy: 1\n"
437 			"\tNot preferred: 0\n"
438 			"\tNr running: 1\n"
439 			"\tActive CPUs: 4\n"
440 			"\tNeed CPUs: 4\n"
441 			"\tNr isolated CPUs: 0\n"
442 			"\tBoost: 0\n"
443 			"CPU4\n"
444 			"\tCPU: 4\n"
445 			"\tOnline: 1\n"
446 			"\tIsolated: 0\n"
447 			"\tFirst CPU: 4\n"
448 			"\tBusy%: 0\n"
449 			"\tIs busy: 0\n"
450 			"\tNot preferred: 0\n"
451 			"\tNr running: 0\n"
452 			"\tActive CPUs: 2\n"
453 			"\tNeed CPUs: 2\n"
454 			"\tNr isolated CPUs: 2\n"
455 			"\tBoost: 0\n"
456 			"CPU5\n"
457 			"\tCPU: 5\n"
458 			"\tOnline: 1\n"
459 			"\tIsolated: 1\n"
460 			"\tFirst CPU: 4\n"
461 			"\tBusy%: 0\n"
462 			"\tIs busy: 0\n"
463 			"\tNot preferred: 0\n"
464 			"\tNr running: 0\n"
465 			"\tActive CPUs: 2\n"
466 			"\tNeed CPUs: 2\n"
467 			"\tNr isolated CPUs: 2\n"
468 			"\tBoost: 0\n"
469 			"CPU6\n"
470 			"\tCPU: 6\n"
471 			"\tOnline: 1\n"
472 			"\tIsolated: 1\n"
473 			"\tFirst CPU: 4\n"
474 			"\tBusy%: 0\n"
475 			"\tIs busy: 0\n"
476 			"\tNot preferred: 0\n"
477 			"\tNr running: 0\n"
478 			"\tActive CPUs: 2\n"
479 			"\tNeed CPUs: 2\n"
480 			"\tNr isolated CPUs: 2\n"
481 			"\tBoost: 0\n"
482 			"CPU7\n"
483 			"\tCPU: 7\n"
484 			"\tOnline: 1\n"
485 			"\tIsolated: 0\n"
486 			"\tFirst CPU: 4\n"
487 			"\tBusy%: 0\n"
488 			"\tIs busy: 0\n"
489 			"\tNot preferred: 0\n"
490 			"\tNr running: 0\n"
491 			"\tActive CPUs: 2\n"
492 			"\tNeed CPUs: 2\n"
493 			"\tNr isolated CPUs: 2\n"
494 			"\tBoost: 0\n",
495 	},
496 	{
497 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/is_big_cluster",
498 		.size = 2,
499 		.content = "0\n",
500 	},
501 	{
502 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/max_cpus",
503 		.size = 2,
504 		.content = "4\n",
505 	},
506 	{
507 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/min_cpus",
508 		.size = 2,
509 		.content = "1\n",
510 	},
511 	{
512 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/need_cpus",
513 		.size = 2,
514 		.content = "4\n",
515 	},
516 	{
517 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/not_preferred",
518 		.size = 36,
519 		.content =
520 			"CPU#0: 0\n"
521 			"CPU#1: 0\n"
522 			"CPU#2: 0\n"
523 			"CPU#3: 0\n",
524 	},
525 	{
526 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/offline_delay_ms",
527 		.size = 4,
528 		.content = "100\n",
529 	},
530 	{
531 		.path = "/sys/devices/system/cpu/cpu0/core_ctl/task_thres",
532 		.size = 11,
533 		.content = "4294967295\n",
534 	},
535 	{
536 		.path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
537 		.size = 9,
538 		.content = "msm_idle\n",
539 	},
540 	{
541 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
542 		.size = 8,
543 		.content = "0 1 2 3\n",
544 	},
545 	{
546 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
547 		.size = 8,
548 		.content = "1900800\n",
549 	},
550 	{
551 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
552 		.size = 7,
553 		.content = "300000\n",
554 	},
555 	{
556 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
557 		.size = 2,
558 		.content = "0\n",
559 	},
560 	{
561 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
562 		.size = 8,
563 		.content = "0 1 2 3\n",
564 	},
565 	{
566 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
567 		.size = 167,
568 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
569 	},
570 	{
571 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
572 		.size = 67,
573 		.content = "interactive conservative ondemand userspace powersave performance \n",
574 	},
575 	{
576 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
577 		.size = 7,
578 		.content = "518400\n",
579 	},
580 	{
581 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
582 		.size = 4,
583 		.content = "msm\n",
584 	},
585 	{
586 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
587 		.size = 12,
588 		.content = "interactive\n",
589 	},
590 	{
591 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
592 		.size = 7,
593 		.content = "518400\n",
594 	},
595 	{
596 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
597 		.size = 234,
598 		.content =
599 			"300000 0\n"
600 			"364800 0\n"
601 			"441600 0\n"
602 			"518400 2291\n"
603 			"595200 25\n"
604 			"672000 32\n"
605 			"748800 31\n"
606 			"825600 31\n"
607 			"883200 23\n"
608 			"960000 20\n"
609 			"1036800 35\n"
610 			"1094400 4\n"
611 			"1171200 12\n"
612 			"1248000 548\n"
613 			"1324800 53\n"
614 			"1401600 14\n"
615 			"1478400 31\n"
616 			"1555200 60\n"
617 			"1670400 40\n"
618 			"1747200 20\n"
619 			"1824000 156\n"
620 			"1900800 4081\n",
621 	},
622 	{
623 		.path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
624 		.size = 4,
625 		.content = "675\n",
626 	},
627 	{
628 		.path = "/sys/devices/system/cpu/cpu0/isolate",
629 		.size = 2,
630 		.content = "0\n",
631 	},
632 	{
633 		.path = "/sys/devices/system/cpu/cpu0/topology/core_id",
634 		.size = 2,
635 		.content = "0\n",
636 	},
637 	{
638 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
639 		.size = 3,
640 		.content = "0f\n",
641 	},
642 	{
643 		.path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
644 		.size = 4,
645 		.content = "0-3\n",
646 	},
647 	{
648 		.path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
649 		.size = 2,
650 		.content = "0\n",
651 	},
652 	{
653 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
654 		.size = 3,
655 		.content = "01\n",
656 	},
657 	{
658 		.path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
659 		.size = 2,
660 		.content = "0\n",
661 	},
662 	{
663 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/allocation_policy",
664 		.size = 18,
665 		.content = "ReadWriteAllocate\n",
666 	},
667 	{
668 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size",
669 		.size = 3,
670 		.content = "64\n",
671 	},
672 	{
673 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/level",
674 		.size = 2,
675 		.content = "1\n",
676 	},
677 	{
678 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/number_of_sets",
679 		.size = 4,
680 		.content = "128\n",
681 	},
682 	{
683 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list",
684 		.size = 2,
685 		.content = "0\n",
686 	},
687 	{
688 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map",
689 		.size = 3,
690 		.content = "01\n",
691 	},
692 	{
693 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/size",
694 		.size = 4,
695 		.content = "32K\n",
696 	},
697 	{
698 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/type",
699 		.size = 5,
700 		.content = "Data\n",
701 	},
702 	{
703 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity",
704 		.size = 2,
705 		.content = "4\n",
706 	},
707 	{
708 		.path = "/sys/devices/system/cpu/cpu0/cache/index0/write_policy",
709 		.size = 10,
710 		.content = "WriteBack\n",
711 	},
712 	{
713 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/allocation_policy",
714 		.size = 13,
715 		.content = "ReadAllocate\n",
716 	},
717 	{
718 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size",
719 		.size = 3,
720 		.content = "64\n",
721 	},
722 	{
723 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/level",
724 		.size = 2,
725 		.content = "1\n",
726 	},
727 	{
728 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/number_of_sets",
729 		.size = 4,
730 		.content = "256\n",
731 	},
732 	{
733 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list",
734 		.size = 2,
735 		.content = "0\n",
736 	},
737 	{
738 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map",
739 		.size = 3,
740 		.content = "01\n",
741 	},
742 	{
743 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/size",
744 		.size = 4,
745 		.content = "32K\n",
746 	},
747 	{
748 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/type",
749 		.size = 12,
750 		.content = "Instruction\n",
751 	},
752 	{
753 		.path = "/sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity",
754 		.size = 2,
755 		.content = "2\n",
756 	},
757 	{
758 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/allocation_policy",
759 		.size = 18,
760 		.content = "ReadWriteAllocate\n",
761 	},
762 	{
763 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size",
764 		.size = 3,
765 		.content = "64\n",
766 	},
767 	{
768 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/level",
769 		.size = 2,
770 		.content = "2\n",
771 	},
772 	{
773 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/number_of_sets",
774 		.size = 5,
775 		.content = "1024\n",
776 	},
777 	{
778 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list",
779 		.size = 4,
780 		.content = "0-3\n",
781 	},
782 	{
783 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map",
784 		.size = 3,
785 		.content = "0f\n",
786 	},
787 	{
788 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/size",
789 		.size = 6,
790 		.content = "1024K\n",
791 	},
792 	{
793 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/type",
794 		.size = 8,
795 		.content = "Unified\n",
796 	},
797 	{
798 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity",
799 		.size = 3,
800 		.content = "16\n",
801 	},
802 	{
803 		.path = "/sys/devices/system/cpu/cpu0/cache/index2/write_policy",
804 		.size = 10,
805 		.content = "WriteBack\n",
806 	},
807 	{
808 		.path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
809 		.size = 9,
810 		.content = "msm_idle\n",
811 	},
812 	{
813 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
814 		.size = 8,
815 		.content = "0 1 2 3\n",
816 	},
817 	{
818 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
819 		.size = 8,
820 		.content = "1900800\n",
821 	},
822 	{
823 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
824 		.size = 7,
825 		.content = "300000\n",
826 	},
827 	{
828 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
829 		.size = 2,
830 		.content = "0\n",
831 	},
832 	{
833 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
834 		.size = 8,
835 		.content = "0 1 2 3\n",
836 	},
837 	{
838 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
839 		.size = 167,
840 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
841 	},
842 	{
843 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
844 		.size = 67,
845 		.content = "interactive conservative ondemand userspace powersave performance \n",
846 	},
847 	{
848 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
849 		.size = 7,
850 		.content = "518400\n",
851 	},
852 	{
853 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
854 		.size = 4,
855 		.content = "msm\n",
856 	},
857 	{
858 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
859 		.size = 12,
860 		.content = "interactive\n",
861 	},
862 	{
863 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
864 		.size = 7,
865 		.content = "518400\n",
866 	},
867 	{
868 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
869 		.size = 234,
870 		.content =
871 			"300000 0\n"
872 			"364800 0\n"
873 			"441600 0\n"
874 			"518400 2482\n"
875 			"595200 25\n"
876 			"672000 32\n"
877 			"748800 31\n"
878 			"825600 31\n"
879 			"883200 23\n"
880 			"960000 20\n"
881 			"1036800 35\n"
882 			"1094400 4\n"
883 			"1171200 12\n"
884 			"1248000 564\n"
885 			"1324800 53\n"
886 			"1401600 17\n"
887 			"1478400 31\n"
888 			"1555200 70\n"
889 			"1670400 48\n"
890 			"1747200 22\n"
891 			"1824000 176\n"
892 			"1900800 4115\n",
893 	},
894 	{
895 		.path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
896 		.size = 4,
897 		.content = "709\n",
898 	},
899 	{
900 		.path = "/sys/devices/system/cpu/cpu1/isolate",
901 		.size = 2,
902 		.content = "0\n",
903 	},
904 	{
905 		.path = "/sys/devices/system/cpu/cpu1/topology/core_id",
906 		.size = 2,
907 		.content = "1\n",
908 	},
909 	{
910 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
911 		.size = 3,
912 		.content = "0f\n",
913 	},
914 	{
915 		.path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
916 		.size = 4,
917 		.content = "0-3\n",
918 	},
919 	{
920 		.path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
921 		.size = 2,
922 		.content = "0\n",
923 	},
924 	{
925 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
926 		.size = 3,
927 		.content = "02\n",
928 	},
929 	{
930 		.path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
931 		.size = 2,
932 		.content = "1\n",
933 	},
934 	{
935 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/allocation_policy",
936 		.size = 18,
937 		.content = "ReadWriteAllocate\n",
938 	},
939 	{
940 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size",
941 		.size = 3,
942 		.content = "64\n",
943 	},
944 	{
945 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/level",
946 		.size = 2,
947 		.content = "1\n",
948 	},
949 	{
950 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/number_of_sets",
951 		.size = 4,
952 		.content = "128\n",
953 	},
954 	{
955 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_list",
956 		.size = 2,
957 		.content = "1\n",
958 	},
959 	{
960 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map",
961 		.size = 3,
962 		.content = "02\n",
963 	},
964 	{
965 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/size",
966 		.size = 4,
967 		.content = "32K\n",
968 	},
969 	{
970 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/type",
971 		.size = 5,
972 		.content = "Data\n",
973 	},
974 	{
975 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity",
976 		.size = 2,
977 		.content = "4\n",
978 	},
979 	{
980 		.path = "/sys/devices/system/cpu/cpu1/cache/index0/write_policy",
981 		.size = 10,
982 		.content = "WriteBack\n",
983 	},
984 	{
985 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/allocation_policy",
986 		.size = 13,
987 		.content = "ReadAllocate\n",
988 	},
989 	{
990 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size",
991 		.size = 3,
992 		.content = "64\n",
993 	},
994 	{
995 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/level",
996 		.size = 2,
997 		.content = "1\n",
998 	},
999 	{
1000 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/number_of_sets",
1001 		.size = 4,
1002 		.content = "256\n",
1003 	},
1004 	{
1005 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_list",
1006 		.size = 2,
1007 		.content = "1\n",
1008 	},
1009 	{
1010 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map",
1011 		.size = 3,
1012 		.content = "02\n",
1013 	},
1014 	{
1015 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/size",
1016 		.size = 4,
1017 		.content = "32K\n",
1018 	},
1019 	{
1020 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/type",
1021 		.size = 12,
1022 		.content = "Instruction\n",
1023 	},
1024 	{
1025 		.path = "/sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity",
1026 		.size = 2,
1027 		.content = "2\n",
1028 	},
1029 	{
1030 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/allocation_policy",
1031 		.size = 18,
1032 		.content = "ReadWriteAllocate\n",
1033 	},
1034 	{
1035 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size",
1036 		.size = 3,
1037 		.content = "64\n",
1038 	},
1039 	{
1040 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/level",
1041 		.size = 2,
1042 		.content = "2\n",
1043 	},
1044 	{
1045 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/number_of_sets",
1046 		.size = 5,
1047 		.content = "1024\n",
1048 	},
1049 	{
1050 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list",
1051 		.size = 4,
1052 		.content = "0-3\n",
1053 	},
1054 	{
1055 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map",
1056 		.size = 3,
1057 		.content = "0f\n",
1058 	},
1059 	{
1060 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/size",
1061 		.size = 6,
1062 		.content = "1024K\n",
1063 	},
1064 	{
1065 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/type",
1066 		.size = 8,
1067 		.content = "Unified\n",
1068 	},
1069 	{
1070 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity",
1071 		.size = 3,
1072 		.content = "16\n",
1073 	},
1074 	{
1075 		.path = "/sys/devices/system/cpu/cpu1/cache/index2/write_policy",
1076 		.size = 10,
1077 		.content = "WriteBack\n",
1078 	},
1079 	{
1080 		.path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
1081 		.size = 9,
1082 		.content = "msm_idle\n",
1083 	},
1084 	{
1085 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
1086 		.size = 8,
1087 		.content = "0 1 2 3\n",
1088 	},
1089 	{
1090 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
1091 		.size = 8,
1092 		.content = "1900800\n",
1093 	},
1094 	{
1095 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
1096 		.size = 7,
1097 		.content = "300000\n",
1098 	},
1099 	{
1100 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
1101 		.size = 2,
1102 		.content = "0\n",
1103 	},
1104 	{
1105 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
1106 		.size = 8,
1107 		.content = "0 1 2 3\n",
1108 	},
1109 	{
1110 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
1111 		.size = 167,
1112 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1113 	},
1114 	{
1115 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
1116 		.size = 67,
1117 		.content = "interactive conservative ondemand userspace powersave performance \n",
1118 	},
1119 	{
1120 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
1121 		.size = 7,
1122 		.content = "518400\n",
1123 	},
1124 	{
1125 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
1126 		.size = 4,
1127 		.content = "msm\n",
1128 	},
1129 	{
1130 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
1131 		.size = 12,
1132 		.content = "interactive\n",
1133 	},
1134 	{
1135 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
1136 		.size = 7,
1137 		.content = "518400\n",
1138 	},
1139 	{
1140 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
1141 		.size = 234,
1142 		.content =
1143 			"300000 0\n"
1144 			"364800 0\n"
1145 			"441600 0\n"
1146 			"518400 2769\n"
1147 			"595200 25\n"
1148 			"672000 32\n"
1149 			"748800 33\n"
1150 			"825600 31\n"
1151 			"883200 23\n"
1152 			"960000 20\n"
1153 			"1036800 35\n"
1154 			"1094400 4\n"
1155 			"1171200 12\n"
1156 			"1248000 596\n"
1157 			"1324800 53\n"
1158 			"1401600 17\n"
1159 			"1478400 31\n"
1160 			"1555200 70\n"
1161 			"1670400 48\n"
1162 			"1747200 22\n"
1163 			"1824000 176\n"
1164 			"1900800 4121\n",
1165 	},
1166 	{
1167 		.path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
1168 		.size = 4,
1169 		.content = "733\n",
1170 	},
1171 	{
1172 		.path = "/sys/devices/system/cpu/cpu2/isolate",
1173 		.size = 2,
1174 		.content = "0\n",
1175 	},
1176 	{
1177 		.path = "/sys/devices/system/cpu/cpu2/topology/core_id",
1178 		.size = 2,
1179 		.content = "2\n",
1180 	},
1181 	{
1182 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
1183 		.size = 3,
1184 		.content = "0f\n",
1185 	},
1186 	{
1187 		.path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
1188 		.size = 4,
1189 		.content = "0-3\n",
1190 	},
1191 	{
1192 		.path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
1193 		.size = 2,
1194 		.content = "0\n",
1195 	},
1196 	{
1197 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
1198 		.size = 3,
1199 		.content = "04\n",
1200 	},
1201 	{
1202 		.path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
1203 		.size = 2,
1204 		.content = "2\n",
1205 	},
1206 	{
1207 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/allocation_policy",
1208 		.size = 18,
1209 		.content = "ReadWriteAllocate\n",
1210 	},
1211 	{
1212 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size",
1213 		.size = 3,
1214 		.content = "64\n",
1215 	},
1216 	{
1217 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/level",
1218 		.size = 2,
1219 		.content = "1\n",
1220 	},
1221 	{
1222 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/number_of_sets",
1223 		.size = 4,
1224 		.content = "128\n",
1225 	},
1226 	{
1227 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_list",
1228 		.size = 2,
1229 		.content = "2\n",
1230 	},
1231 	{
1232 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map",
1233 		.size = 3,
1234 		.content = "04\n",
1235 	},
1236 	{
1237 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/size",
1238 		.size = 4,
1239 		.content = "32K\n",
1240 	},
1241 	{
1242 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/type",
1243 		.size = 5,
1244 		.content = "Data\n",
1245 	},
1246 	{
1247 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity",
1248 		.size = 2,
1249 		.content = "4\n",
1250 	},
1251 	{
1252 		.path = "/sys/devices/system/cpu/cpu2/cache/index0/write_policy",
1253 		.size = 10,
1254 		.content = "WriteBack\n",
1255 	},
1256 	{
1257 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/allocation_policy",
1258 		.size = 13,
1259 		.content = "ReadAllocate\n",
1260 	},
1261 	{
1262 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size",
1263 		.size = 3,
1264 		.content = "64\n",
1265 	},
1266 	{
1267 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/level",
1268 		.size = 2,
1269 		.content = "1\n",
1270 	},
1271 	{
1272 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/number_of_sets",
1273 		.size = 4,
1274 		.content = "256\n",
1275 	},
1276 	{
1277 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_list",
1278 		.size = 2,
1279 		.content = "2\n",
1280 	},
1281 	{
1282 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map",
1283 		.size = 3,
1284 		.content = "04\n",
1285 	},
1286 	{
1287 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/size",
1288 		.size = 4,
1289 		.content = "32K\n",
1290 	},
1291 	{
1292 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/type",
1293 		.size = 12,
1294 		.content = "Instruction\n",
1295 	},
1296 	{
1297 		.path = "/sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity",
1298 		.size = 2,
1299 		.content = "2\n",
1300 	},
1301 	{
1302 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/allocation_policy",
1303 		.size = 18,
1304 		.content = "ReadWriteAllocate\n",
1305 	},
1306 	{
1307 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size",
1308 		.size = 3,
1309 		.content = "64\n",
1310 	},
1311 	{
1312 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/level",
1313 		.size = 2,
1314 		.content = "2\n",
1315 	},
1316 	{
1317 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/number_of_sets",
1318 		.size = 5,
1319 		.content = "1024\n",
1320 	},
1321 	{
1322 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_list",
1323 		.size = 4,
1324 		.content = "0-3\n",
1325 	},
1326 	{
1327 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map",
1328 		.size = 3,
1329 		.content = "0f\n",
1330 	},
1331 	{
1332 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/size",
1333 		.size = 6,
1334 		.content = "1024K\n",
1335 	},
1336 	{
1337 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/type",
1338 		.size = 8,
1339 		.content = "Unified\n",
1340 	},
1341 	{
1342 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity",
1343 		.size = 3,
1344 		.content = "16\n",
1345 	},
1346 	{
1347 		.path = "/sys/devices/system/cpu/cpu2/cache/index2/write_policy",
1348 		.size = 10,
1349 		.content = "WriteBack\n",
1350 	},
1351 	{
1352 		.path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
1353 		.size = 9,
1354 		.content = "msm_idle\n",
1355 	},
1356 	{
1357 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
1358 		.size = 8,
1359 		.content = "0 1 2 3\n",
1360 	},
1361 	{
1362 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
1363 		.size = 8,
1364 		.content = "1900800\n",
1365 	},
1366 	{
1367 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
1368 		.size = 7,
1369 		.content = "300000\n",
1370 	},
1371 	{
1372 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
1373 		.size = 2,
1374 		.content = "0\n",
1375 	},
1376 	{
1377 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
1378 		.size = 8,
1379 		.content = "0 1 2 3\n",
1380 	},
1381 	{
1382 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
1383 		.size = 167,
1384 		.content = "300000 364800 441600 518400 595200 672000 748800 825600 883200 960000 1036800 1094400 1171200 1248000 1324800 1401600 1478400 1555200 1670400 1747200 1824000 1900800 \n",
1385 	},
1386 	{
1387 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
1388 		.size = 67,
1389 		.content = "interactive conservative ondemand userspace powersave performance \n",
1390 	},
1391 	{
1392 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
1393 		.size = 7,
1394 		.content = "518400\n",
1395 	},
1396 	{
1397 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
1398 		.size = 4,
1399 		.content = "msm\n",
1400 	},
1401 	{
1402 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
1403 		.size = 12,
1404 		.content = "interactive\n",
1405 	},
1406 	{
1407 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
1408 		.size = 7,
1409 		.content = "518400\n",
1410 	},
1411 	{
1412 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
1413 		.size = 234,
1414 		.content =
1415 			"300000 0\n"
1416 			"364800 0\n"
1417 			"441600 0\n"
1418 			"518400 3023\n"
1419 			"595200 25\n"
1420 			"672000 32\n"
1421 			"748800 33\n"
1422 			"825600 31\n"
1423 			"883200 23\n"
1424 			"960000 20\n"
1425 			"1036800 35\n"
1426 			"1094400 4\n"
1427 			"1171200 16\n"
1428 			"1248000 624\n"
1429 			"1324800 53\n"
1430 			"1401600 19\n"
1431 			"1478400 31\n"
1432 			"1555200 70\n"
1433 			"1670400 48\n"
1434 			"1747200 22\n"
1435 			"1824000 176\n"
1436 			"1900800 4133\n",
1437 	},
1438 	{
1439 		.path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
1440 		.size = 4,
1441 		.content = "759\n",
1442 	},
1443 	{
1444 		.path = "/sys/devices/system/cpu/cpu3/isolate",
1445 		.size = 2,
1446 		.content = "0\n",
1447 	},
1448 	{
1449 		.path = "/sys/devices/system/cpu/cpu3/topology/core_id",
1450 		.size = 2,
1451 		.content = "3\n",
1452 	},
1453 	{
1454 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
1455 		.size = 3,
1456 		.content = "0f\n",
1457 	},
1458 	{
1459 		.path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
1460 		.size = 4,
1461 		.content = "0-3\n",
1462 	},
1463 	{
1464 		.path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
1465 		.size = 2,
1466 		.content = "0\n",
1467 	},
1468 	{
1469 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
1470 		.size = 3,
1471 		.content = "08\n",
1472 	},
1473 	{
1474 		.path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
1475 		.size = 2,
1476 		.content = "3\n",
1477 	},
1478 	{
1479 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/allocation_policy",
1480 		.size = 18,
1481 		.content = "ReadWriteAllocate\n",
1482 	},
1483 	{
1484 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size",
1485 		.size = 3,
1486 		.content = "64\n",
1487 	},
1488 	{
1489 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/level",
1490 		.size = 2,
1491 		.content = "1\n",
1492 	},
1493 	{
1494 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/number_of_sets",
1495 		.size = 4,
1496 		.content = "128\n",
1497 	},
1498 	{
1499 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_list",
1500 		.size = 2,
1501 		.content = "3\n",
1502 	},
1503 	{
1504 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map",
1505 		.size = 3,
1506 		.content = "08\n",
1507 	},
1508 	{
1509 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/size",
1510 		.size = 4,
1511 		.content = "32K\n",
1512 	},
1513 	{
1514 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/type",
1515 		.size = 5,
1516 		.content = "Data\n",
1517 	},
1518 	{
1519 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity",
1520 		.size = 2,
1521 		.content = "4\n",
1522 	},
1523 	{
1524 		.path = "/sys/devices/system/cpu/cpu3/cache/index0/write_policy",
1525 		.size = 10,
1526 		.content = "WriteBack\n",
1527 	},
1528 	{
1529 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/allocation_policy",
1530 		.size = 13,
1531 		.content = "ReadAllocate\n",
1532 	},
1533 	{
1534 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size",
1535 		.size = 3,
1536 		.content = "64\n",
1537 	},
1538 	{
1539 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/level",
1540 		.size = 2,
1541 		.content = "1\n",
1542 	},
1543 	{
1544 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/number_of_sets",
1545 		.size = 4,
1546 		.content = "256\n",
1547 	},
1548 	{
1549 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_list",
1550 		.size = 2,
1551 		.content = "3\n",
1552 	},
1553 	{
1554 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map",
1555 		.size = 3,
1556 		.content = "08\n",
1557 	},
1558 	{
1559 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/size",
1560 		.size = 4,
1561 		.content = "32K\n",
1562 	},
1563 	{
1564 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/type",
1565 		.size = 12,
1566 		.content = "Instruction\n",
1567 	},
1568 	{
1569 		.path = "/sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity",
1570 		.size = 2,
1571 		.content = "2\n",
1572 	},
1573 	{
1574 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/allocation_policy",
1575 		.size = 18,
1576 		.content = "ReadWriteAllocate\n",
1577 	},
1578 	{
1579 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size",
1580 		.size = 3,
1581 		.content = "64\n",
1582 	},
1583 	{
1584 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/level",
1585 		.size = 2,
1586 		.content = "2\n",
1587 	},
1588 	{
1589 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/number_of_sets",
1590 		.size = 5,
1591 		.content = "1024\n",
1592 	},
1593 	{
1594 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_list",
1595 		.size = 4,
1596 		.content = "0-3\n",
1597 	},
1598 	{
1599 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map",
1600 		.size = 3,
1601 		.content = "0f\n",
1602 	},
1603 	{
1604 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/size",
1605 		.size = 6,
1606 		.content = "1024K\n",
1607 	},
1608 	{
1609 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/type",
1610 		.size = 8,
1611 		.content = "Unified\n",
1612 	},
1613 	{
1614 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity",
1615 		.size = 3,
1616 		.content = "16\n",
1617 	},
1618 	{
1619 		.path = "/sys/devices/system/cpu/cpu3/cache/index2/write_policy",
1620 		.size = 10,
1621 		.content = "WriteBack\n",
1622 	},
1623 	{
1624 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/active_cpus",
1625 		.size = 2,
1626 		.content = "2\n",
1627 	},
1628 	{
1629 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_up_thres",
1630 		.size = 13,
1631 		.content = "60 60 60 60 \n",
1632 	},
1633 	{
1634 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_down_thres",
1635 		.size = 13,
1636 		.content = "30 30 30 30 \n",
1637 	},
1638 	{
1639 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/enable",
1640 		.size = 2,
1641 		.content = "1\n",
1642 	},
1643 	{
1644 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/global_state",
1645 		.size = 1336,
1646 		.content =
1647 			"CPU0\n"
1648 			"\tCPU: 0\n"
1649 			"\tOnline: 1\n"
1650 			"\tIsolated: 0\n"
1651 			"\tFirst CPU: 0\n"
1652 			"\tBusy%: 1\n"
1653 			"\tIs busy: 1\n"
1654 			"\tNot preferred: 0\n"
1655 			"\tNr running: 1\n"
1656 			"\tActive CPUs: 4\n"
1657 			"\tNeed CPUs: 4\n"
1658 			"\tNr isolated CPUs: 0\n"
1659 			"\tBoost: 0\n"
1660 			"CPU1\n"
1661 			"\tCPU: 1\n"
1662 			"\tOnline: 1\n"
1663 			"\tIsolated: 0\n"
1664 			"\tFirst CPU: 0\n"
1665 			"\tBusy%: 1\n"
1666 			"\tIs busy: 1\n"
1667 			"\tNot preferred: 0\n"
1668 			"\tNr running: 1\n"
1669 			"\tActive CPUs: 4\n"
1670 			"\tNeed CPUs: 4\n"
1671 			"\tNr isolated CPUs: 0\n"
1672 			"\tBoost: 0\n"
1673 			"CPU2\n"
1674 			"\tCPU: 2\n"
1675 			"\tOnline: 1\n"
1676 			"\tIsolated: 0\n"
1677 			"\tFirst CPU: 0\n"
1678 			"\tBusy%: 0\n"
1679 			"\tIs busy: 1\n"
1680 			"\tNot preferred: 0\n"
1681 			"\tNr running: 1\n"
1682 			"\tActive CPUs: 4\n"
1683 			"\tNeed CPUs: 4\n"
1684 			"\tNr isolated CPUs: 0\n"
1685 			"\tBoost: 0\n"
1686 			"CPU3\n"
1687 			"\tCPU: 3\n"
1688 			"\tOnline: 1\n"
1689 			"\tIsolated: 0\n"
1690 			"\tFirst CPU: 0\n"
1691 			"\tBusy%: 4\n"
1692 			"\tIs busy: 1\n"
1693 			"\tNot preferred: 0\n"
1694 			"\tNr running: 1\n"
1695 			"\tActive CPUs: 4\n"
1696 			"\tNeed CPUs: 4\n"
1697 			"\tNr isolated CPUs: 0\n"
1698 			"\tBoost: 0\n"
1699 			"CPU4\n"
1700 			"\tCPU: 4\n"
1701 			"\tOnline: 1\n"
1702 			"\tIsolated: 0\n"
1703 			"\tFirst CPU: 4\n"
1704 			"\tBusy%: 0\n"
1705 			"\tIs busy: 0\n"
1706 			"\tNot preferred: 0\n"
1707 			"\tNr running: 0\n"
1708 			"\tActive CPUs: 2\n"
1709 			"\tNeed CPUs: 2\n"
1710 			"\tNr isolated CPUs: 2\n"
1711 			"\tBoost: 0\n"
1712 			"CPU5\n"
1713 			"\tCPU: 5\n"
1714 			"\tOnline: 1\n"
1715 			"\tIsolated: 1\n"
1716 			"\tFirst CPU: 4\n"
1717 			"\tBusy%: 0\n"
1718 			"\tIs busy: 0\n"
1719 			"\tNot preferred: 0\n"
1720 			"\tNr running: 0\n"
1721 			"\tActive CPUs: 2\n"
1722 			"\tNeed CPUs: 2\n"
1723 			"\tNr isolated CPUs: 2\n"
1724 			"\tBoost: 0\n"
1725 			"CPU6\n"
1726 			"\tCPU: 6\n"
1727 			"\tOnline: 1\n"
1728 			"\tIsolated: 1\n"
1729 			"\tFirst CPU: 4\n"
1730 			"\tBusy%: 0\n"
1731 			"\tIs busy: 0\n"
1732 			"\tNot preferred: 0\n"
1733 			"\tNr running: 0\n"
1734 			"\tActive CPUs: 2\n"
1735 			"\tNeed CPUs: 2\n"
1736 			"\tNr isolated CPUs: 2\n"
1737 			"\tBoost: 0\n"
1738 			"CPU7\n"
1739 			"\tCPU: 7\n"
1740 			"\tOnline: 1\n"
1741 			"\tIsolated: 0\n"
1742 			"\tFirst CPU: 4\n"
1743 			"\tBusy%: 0\n"
1744 			"\tIs busy: 0\n"
1745 			"\tNot preferred: 0\n"
1746 			"\tNr running: 0\n"
1747 			"\tActive CPUs: 2\n"
1748 			"\tNeed CPUs: 2\n"
1749 			"\tNr isolated CPUs: 2\n"
1750 			"\tBoost: 0\n",
1751 	},
1752 	{
1753 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/is_big_cluster",
1754 		.size = 2,
1755 		.content = "1\n",
1756 	},
1757 	{
1758 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/max_cpus",
1759 		.size = 2,
1760 		.content = "4\n",
1761 	},
1762 	{
1763 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/min_cpus",
1764 		.size = 2,
1765 		.content = "2\n",
1766 	},
1767 	{
1768 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/need_cpus",
1769 		.size = 2,
1770 		.content = "2\n",
1771 	},
1772 	{
1773 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/not_preferred",
1774 		.size = 36,
1775 		.content =
1776 			"CPU#4: 0\n"
1777 			"CPU#5: 0\n"
1778 			"CPU#6: 0\n"
1779 			"CPU#7: 0\n",
1780 	},
1781 	{
1782 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/offline_delay_ms",
1783 		.size = 4,
1784 		.content = "100\n",
1785 	},
1786 	{
1787 		.path = "/sys/devices/system/cpu/cpu4/core_ctl/task_thres",
1788 		.size = 2,
1789 		.content = "4\n",
1790 	},
1791 	{
1792 		.path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
1793 		.size = 9,
1794 		.content = "msm_idle\n",
1795 	},
1796 	{
1797 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
1798 		.size = 8,
1799 		.content = "4 5 6 7\n",
1800 	},
1801 	{
1802 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
1803 		.size = 8,
1804 		.content = "2457600\n",
1805 	},
1806 	{
1807 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
1808 		.size = 7,
1809 		.content = "300000\n",
1810 	},
1811 	{
1812 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
1813 		.size = 2,
1814 		.content = "0\n",
1815 	},
1816 	{
1817 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
1818 		.size = 8,
1819 		.content = "4 5 6 7\n",
1820 	},
1821 	{
1822 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
1823 		.size = 239,
1824 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 2457600 \n",
1825 	},
1826 	{
1827 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
1828 		.size = 67,
1829 		.content = "interactive conservative ondemand userspace powersave performance \n",
1830 	},
1831 	{
1832 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
1833 		.size = 7,
1834 		.content = "806400\n",
1835 	},
1836 	{
1837 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
1838 		.size = 4,
1839 		.content = "msm\n",
1840 	},
1841 	{
1842 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
1843 		.size = 12,
1844 		.content = "interactive\n",
1845 	},
1846 	{
1847 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
1848 		.size = 8,
1849 		.content = "2361600\n",
1850 	},
1851 	{
1852 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
1853 		.size = 7,
1854 		.content = "806400\n",
1855 	},
1856 	{
1857 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
1858 		.size = 323,
1859 		.content =
1860 			"300000 0\n"
1861 			"345600 0\n"
1862 			"422400 0\n"
1863 			"499200 0\n"
1864 			"576000 0\n"
1865 			"652800 0\n"
1866 			"729600 0\n"
1867 			"806400 5163\n"
1868 			"902400 16\n"
1869 			"979200 19\n"
1870 			"1056000 14\n"
1871 			"1132800 16\n"
1872 			"1190400 5\n"
1873 			"1267200 15\n"
1874 			"1344000 10\n"
1875 			"1420800 16\n"
1876 			"1497600 12\n"
1877 			"1574400 239\n"
1878 			"1651200 14\n"
1879 			"1728000 19\n"
1880 			"1804800 9\n"
1881 			"1881600 5\n"
1882 			"1958400 31\n"
1883 			"2035200 16\n"
1884 			"2112000 9\n"
1885 			"2208000 1\n"
1886 			"2265600 4\n"
1887 			"2323200 3\n"
1888 			"2342400 1\n"
1889 			"2361600 1990\n"
1890 			"2457600 1104\n",
1891 	},
1892 	{
1893 		.path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
1894 		.size = 4,
1895 		.content = "333\n",
1896 	},
1897 	{
1898 		.path = "/sys/devices/system/cpu/cpu4/isolate",
1899 		.size = 2,
1900 		.content = "0\n",
1901 	},
1902 	{
1903 		.path = "/sys/devices/system/cpu/cpu4/topology/core_id",
1904 		.size = 2,
1905 		.content = "0\n",
1906 	},
1907 	{
1908 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
1909 		.size = 3,
1910 		.content = "f0\n",
1911 	},
1912 	{
1913 		.path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
1914 		.size = 4,
1915 		.content = "4-7\n",
1916 	},
1917 	{
1918 		.path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
1919 		.size = 2,
1920 		.content = "1\n",
1921 	},
1922 	{
1923 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
1924 		.size = 3,
1925 		.content = "10\n",
1926 	},
1927 	{
1928 		.path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
1929 		.size = 2,
1930 		.content = "4\n",
1931 	},
1932 	{
1933 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/allocation_policy",
1934 		.size = 18,
1935 		.content = "ReadWriteAllocate\n",
1936 	},
1937 	{
1938 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size",
1939 		.size = 3,
1940 		.content = "64\n",
1941 	},
1942 	{
1943 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/level",
1944 		.size = 2,
1945 		.content = "1\n",
1946 	},
1947 	{
1948 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/number_of_sets",
1949 		.size = 3,
1950 		.content = "64\n",
1951 	},
1952 	{
1953 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_list",
1954 		.size = 2,
1955 		.content = "4\n",
1956 	},
1957 	{
1958 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map",
1959 		.size = 3,
1960 		.content = "10\n",
1961 	},
1962 	{
1963 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/size",
1964 		.size = 4,
1965 		.content = "64K\n",
1966 	},
1967 	{
1968 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/type",
1969 		.size = 5,
1970 		.content = "Data\n",
1971 	},
1972 	{
1973 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity",
1974 		.size = 3,
1975 		.content = "16\n",
1976 	},
1977 	{
1978 		.path = "/sys/devices/system/cpu/cpu4/cache/index0/write_policy",
1979 		.size = 10,
1980 		.content = "WriteBack\n",
1981 	},
1982 	{
1983 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/allocation_policy",
1984 		.size = 13,
1985 		.content = "ReadAllocate\n",
1986 	},
1987 	{
1988 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size",
1989 		.size = 3,
1990 		.content = "64\n",
1991 	},
1992 	{
1993 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/level",
1994 		.size = 2,
1995 		.content = "1\n",
1996 	},
1997 	{
1998 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/number_of_sets",
1999 		.size = 4,
2000 		.content = "256\n",
2001 	},
2002 	{
2003 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_list",
2004 		.size = 2,
2005 		.content = "4\n",
2006 	},
2007 	{
2008 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map",
2009 		.size = 3,
2010 		.content = "10\n",
2011 	},
2012 	{
2013 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/size",
2014 		.size = 4,
2015 		.content = "64K\n",
2016 	},
2017 	{
2018 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/type",
2019 		.size = 12,
2020 		.content = "Instruction\n",
2021 	},
2022 	{
2023 		.path = "/sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity",
2024 		.size = 2,
2025 		.content = "4\n",
2026 	},
2027 	{
2028 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/allocation_policy",
2029 		.size = 18,
2030 		.content = "ReadWriteAllocate\n",
2031 	},
2032 	{
2033 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size",
2034 		.size = 3,
2035 		.content = "64\n",
2036 	},
2037 	{
2038 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/level",
2039 		.size = 2,
2040 		.content = "2\n",
2041 	},
2042 	{
2043 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/number_of_sets",
2044 		.size = 5,
2045 		.content = "2048\n",
2046 	},
2047 	{
2048 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_list",
2049 		.size = 4,
2050 		.content = "4-7\n",
2051 	},
2052 	{
2053 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map",
2054 		.size = 3,
2055 		.content = "f0\n",
2056 	},
2057 	{
2058 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/size",
2059 		.size = 6,
2060 		.content = "2048K\n",
2061 	},
2062 	{
2063 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/type",
2064 		.size = 8,
2065 		.content = "Unified\n",
2066 	},
2067 	{
2068 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity",
2069 		.size = 3,
2070 		.content = "16\n",
2071 	},
2072 	{
2073 		.path = "/sys/devices/system/cpu/cpu4/cache/index2/write_policy",
2074 		.size = 10,
2075 		.content = "WriteBack\n",
2076 	},
2077 	{
2078 		.path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
2079 		.size = 9,
2080 		.content = "msm_idle\n",
2081 	},
2082 	{
2083 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
2084 		.size = 8,
2085 		.content = "4 5 6 7\n",
2086 	},
2087 	{
2088 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
2089 		.size = 8,
2090 		.content = "2457600\n",
2091 	},
2092 	{
2093 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
2094 		.size = 7,
2095 		.content = "300000\n",
2096 	},
2097 	{
2098 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
2099 		.size = 2,
2100 		.content = "0\n",
2101 	},
2102 	{
2103 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
2104 		.size = 8,
2105 		.content = "4 5 6 7\n",
2106 	},
2107 	{
2108 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies",
2109 		.size = 239,
2110 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 2457600 \n",
2111 	},
2112 	{
2113 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
2114 		.size = 67,
2115 		.content = "interactive conservative ondemand userspace powersave performance \n",
2116 	},
2117 	{
2118 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
2119 		.size = 7,
2120 		.content = "806400\n",
2121 	},
2122 	{
2123 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
2124 		.size = 4,
2125 		.content = "msm\n",
2126 	},
2127 	{
2128 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
2129 		.size = 12,
2130 		.content = "interactive\n",
2131 	},
2132 	{
2133 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
2134 		.size = 8,
2135 		.content = "2361600\n",
2136 	},
2137 	{
2138 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
2139 		.size = 7,
2140 		.content = "806400\n",
2141 	},
2142 	{
2143 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
2144 		.size = 323,
2145 		.content =
2146 			"300000 0\n"
2147 			"345600 0\n"
2148 			"422400 0\n"
2149 			"499200 0\n"
2150 			"576000 0\n"
2151 			"652800 0\n"
2152 			"729600 0\n"
2153 			"806400 5477\n"
2154 			"902400 16\n"
2155 			"979200 19\n"
2156 			"1056000 14\n"
2157 			"1132800 16\n"
2158 			"1190400 5\n"
2159 			"1267200 15\n"
2160 			"1344000 10\n"
2161 			"1420800 16\n"
2162 			"1497600 12\n"
2163 			"1574400 239\n"
2164 			"1651200 14\n"
2165 			"1728000 19\n"
2166 			"1804800 9\n"
2167 			"1881600 5\n"
2168 			"1958400 31\n"
2169 			"2035200 16\n"
2170 			"2112000 9\n"
2171 			"2208000 1\n"
2172 			"2265600 4\n"
2173 			"2323200 3\n"
2174 			"2342400 1\n"
2175 			"2361600 1990\n"
2176 			"2457600 1104\n",
2177 	},
2178 	{
2179 		.path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
2180 		.size = 4,
2181 		.content = "333\n",
2182 	},
2183 	{
2184 		.path = "/sys/devices/system/cpu/cpu5/isolate",
2185 		.size = 2,
2186 		.content = "1\n",
2187 	},
2188 	{
2189 		.path = "/sys/devices/system/cpu/cpu5/topology/core_id",
2190 		.size = 2,
2191 		.content = "1\n",
2192 	},
2193 	{
2194 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
2195 		.size = 3,
2196 		.content = "f0\n",
2197 	},
2198 	{
2199 		.path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
2200 		.size = 4,
2201 		.content = "4-7\n",
2202 	},
2203 	{
2204 		.path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
2205 		.size = 2,
2206 		.content = "1\n",
2207 	},
2208 	{
2209 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
2210 		.size = 3,
2211 		.content = "20\n",
2212 	},
2213 	{
2214 		.path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
2215 		.size = 2,
2216 		.content = "5\n",
2217 	},
2218 	{
2219 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/allocation_policy",
2220 		.size = 18,
2221 		.content = "ReadWriteAllocate\n",
2222 	},
2223 	{
2224 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size",
2225 		.size = 3,
2226 		.content = "64\n",
2227 	},
2228 	{
2229 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/level",
2230 		.size = 2,
2231 		.content = "1\n",
2232 	},
2233 	{
2234 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/number_of_sets",
2235 		.size = 3,
2236 		.content = "64\n",
2237 	},
2238 	{
2239 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_list",
2240 		.size = 2,
2241 		.content = "5\n",
2242 	},
2243 	{
2244 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map",
2245 		.size = 3,
2246 		.content = "20\n",
2247 	},
2248 	{
2249 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/size",
2250 		.size = 4,
2251 		.content = "64K\n",
2252 	},
2253 	{
2254 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/type",
2255 		.size = 5,
2256 		.content = "Data\n",
2257 	},
2258 	{
2259 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity",
2260 		.size = 3,
2261 		.content = "16\n",
2262 	},
2263 	{
2264 		.path = "/sys/devices/system/cpu/cpu5/cache/index0/write_policy",
2265 		.size = 10,
2266 		.content = "WriteBack\n",
2267 	},
2268 	{
2269 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/allocation_policy",
2270 		.size = 13,
2271 		.content = "ReadAllocate\n",
2272 	},
2273 	{
2274 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size",
2275 		.size = 3,
2276 		.content = "64\n",
2277 	},
2278 	{
2279 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/level",
2280 		.size = 2,
2281 		.content = "1\n",
2282 	},
2283 	{
2284 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/number_of_sets",
2285 		.size = 4,
2286 		.content = "256\n",
2287 	},
2288 	{
2289 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_list",
2290 		.size = 2,
2291 		.content = "5\n",
2292 	},
2293 	{
2294 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map",
2295 		.size = 3,
2296 		.content = "20\n",
2297 	},
2298 	{
2299 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/size",
2300 		.size = 4,
2301 		.content = "64K\n",
2302 	},
2303 	{
2304 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/type",
2305 		.size = 12,
2306 		.content = "Instruction\n",
2307 	},
2308 	{
2309 		.path = "/sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity",
2310 		.size = 2,
2311 		.content = "4\n",
2312 	},
2313 	{
2314 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/allocation_policy",
2315 		.size = 18,
2316 		.content = "ReadWriteAllocate\n",
2317 	},
2318 	{
2319 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size",
2320 		.size = 3,
2321 		.content = "64\n",
2322 	},
2323 	{
2324 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/level",
2325 		.size = 2,
2326 		.content = "2\n",
2327 	},
2328 	{
2329 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/number_of_sets",
2330 		.size = 5,
2331 		.content = "2048\n",
2332 	},
2333 	{
2334 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_list",
2335 		.size = 4,
2336 		.content = "4-7\n",
2337 	},
2338 	{
2339 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map",
2340 		.size = 3,
2341 		.content = "f0\n",
2342 	},
2343 	{
2344 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/size",
2345 		.size = 6,
2346 		.content = "2048K\n",
2347 	},
2348 	{
2349 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/type",
2350 		.size = 8,
2351 		.content = "Unified\n",
2352 	},
2353 	{
2354 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity",
2355 		.size = 3,
2356 		.content = "16\n",
2357 	},
2358 	{
2359 		.path = "/sys/devices/system/cpu/cpu5/cache/index2/write_policy",
2360 		.size = 10,
2361 		.content = "WriteBack\n",
2362 	},
2363 	{
2364 		.path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name",
2365 		.size = 9,
2366 		.content = "msm_idle\n",
2367 	},
2368 	{
2369 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
2370 		.size = 8,
2371 		.content = "4 5 6 7\n",
2372 	},
2373 	{
2374 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
2375 		.size = 8,
2376 		.content = "2457600\n",
2377 	},
2378 	{
2379 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
2380 		.size = 7,
2381 		.content = "300000\n",
2382 	},
2383 	{
2384 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
2385 		.size = 2,
2386 		.content = "0\n",
2387 	},
2388 	{
2389 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
2390 		.size = 8,
2391 		.content = "4 5 6 7\n",
2392 	},
2393 	{
2394 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
2395 		.size = 239,
2396 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 2457600 \n",
2397 	},
2398 	{
2399 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
2400 		.size = 67,
2401 		.content = "interactive conservative ondemand userspace powersave performance \n",
2402 	},
2403 	{
2404 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
2405 		.size = 7,
2406 		.content = "806400\n",
2407 	},
2408 	{
2409 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
2410 		.size = 4,
2411 		.content = "msm\n",
2412 	},
2413 	{
2414 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
2415 		.size = 12,
2416 		.content = "interactive\n",
2417 	},
2418 	{
2419 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
2420 		.size = 8,
2421 		.content = "2361600\n",
2422 	},
2423 	{
2424 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
2425 		.size = 7,
2426 		.content = "806400\n",
2427 	},
2428 	{
2429 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
2430 		.size = 323,
2431 		.content =
2432 			"300000 0\n"
2433 			"345600 0\n"
2434 			"422400 0\n"
2435 			"499200 0\n"
2436 			"576000 0\n"
2437 			"652800 0\n"
2438 			"729600 0\n"
2439 			"806400 5834\n"
2440 			"902400 16\n"
2441 			"979200 19\n"
2442 			"1056000 14\n"
2443 			"1132800 16\n"
2444 			"1190400 5\n"
2445 			"1267200 15\n"
2446 			"1344000 10\n"
2447 			"1420800 16\n"
2448 			"1497600 12\n"
2449 			"1574400 239\n"
2450 			"1651200 14\n"
2451 			"1728000 19\n"
2452 			"1804800 9\n"
2453 			"1881600 5\n"
2454 			"1958400 31\n"
2455 			"2035200 16\n"
2456 			"2112000 9\n"
2457 			"2208000 1\n"
2458 			"2265600 4\n"
2459 			"2323200 3\n"
2460 			"2342400 1\n"
2461 			"2361600 1990\n"
2462 			"2457600 1104\n",
2463 	},
2464 	{
2465 		.path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
2466 		.size = 4,
2467 		.content = "333\n",
2468 	},
2469 	{
2470 		.path = "/sys/devices/system/cpu/cpu6/isolate",
2471 		.size = 2,
2472 		.content = "1\n",
2473 	},
2474 	{
2475 		.path = "/sys/devices/system/cpu/cpu6/topology/core_id",
2476 		.size = 2,
2477 		.content = "2\n",
2478 	},
2479 	{
2480 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings",
2481 		.size = 3,
2482 		.content = "f0\n",
2483 	},
2484 	{
2485 		.path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list",
2486 		.size = 4,
2487 		.content = "4-7\n",
2488 	},
2489 	{
2490 		.path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id",
2491 		.size = 2,
2492 		.content = "1\n",
2493 	},
2494 	{
2495 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings",
2496 		.size = 3,
2497 		.content = "40\n",
2498 	},
2499 	{
2500 		.path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list",
2501 		.size = 2,
2502 		.content = "6\n",
2503 	},
2504 	{
2505 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/allocation_policy",
2506 		.size = 18,
2507 		.content = "ReadWriteAllocate\n",
2508 	},
2509 	{
2510 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size",
2511 		.size = 3,
2512 		.content = "64\n",
2513 	},
2514 	{
2515 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/level",
2516 		.size = 2,
2517 		.content = "1\n",
2518 	},
2519 	{
2520 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/number_of_sets",
2521 		.size = 3,
2522 		.content = "64\n",
2523 	},
2524 	{
2525 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_list",
2526 		.size = 2,
2527 		.content = "6\n",
2528 	},
2529 	{
2530 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map",
2531 		.size = 3,
2532 		.content = "40\n",
2533 	},
2534 	{
2535 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/size",
2536 		.size = 4,
2537 		.content = "64K\n",
2538 	},
2539 	{
2540 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/type",
2541 		.size = 5,
2542 		.content = "Data\n",
2543 	},
2544 	{
2545 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity",
2546 		.size = 3,
2547 		.content = "16\n",
2548 	},
2549 	{
2550 		.path = "/sys/devices/system/cpu/cpu6/cache/index0/write_policy",
2551 		.size = 10,
2552 		.content = "WriteBack\n",
2553 	},
2554 	{
2555 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/allocation_policy",
2556 		.size = 13,
2557 		.content = "ReadAllocate\n",
2558 	},
2559 	{
2560 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size",
2561 		.size = 3,
2562 		.content = "64\n",
2563 	},
2564 	{
2565 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/level",
2566 		.size = 2,
2567 		.content = "1\n",
2568 	},
2569 	{
2570 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/number_of_sets",
2571 		.size = 4,
2572 		.content = "256\n",
2573 	},
2574 	{
2575 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_list",
2576 		.size = 2,
2577 		.content = "6\n",
2578 	},
2579 	{
2580 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map",
2581 		.size = 3,
2582 		.content = "40\n",
2583 	},
2584 	{
2585 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/size",
2586 		.size = 4,
2587 		.content = "64K\n",
2588 	},
2589 	{
2590 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/type",
2591 		.size = 12,
2592 		.content = "Instruction\n",
2593 	},
2594 	{
2595 		.path = "/sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity",
2596 		.size = 2,
2597 		.content = "4\n",
2598 	},
2599 	{
2600 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/allocation_policy",
2601 		.size = 18,
2602 		.content = "ReadWriteAllocate\n",
2603 	},
2604 	{
2605 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size",
2606 		.size = 3,
2607 		.content = "64\n",
2608 	},
2609 	{
2610 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/level",
2611 		.size = 2,
2612 		.content = "2\n",
2613 	},
2614 	{
2615 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/number_of_sets",
2616 		.size = 5,
2617 		.content = "2048\n",
2618 	},
2619 	{
2620 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_list",
2621 		.size = 4,
2622 		.content = "4-7\n",
2623 	},
2624 	{
2625 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map",
2626 		.size = 3,
2627 		.content = "f0\n",
2628 	},
2629 	{
2630 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/size",
2631 		.size = 6,
2632 		.content = "2048K\n",
2633 	},
2634 	{
2635 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/type",
2636 		.size = 8,
2637 		.content = "Unified\n",
2638 	},
2639 	{
2640 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity",
2641 		.size = 3,
2642 		.content = "16\n",
2643 	},
2644 	{
2645 		.path = "/sys/devices/system/cpu/cpu6/cache/index2/write_policy",
2646 		.size = 10,
2647 		.content = "WriteBack\n",
2648 	},
2649 	{
2650 		.path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name",
2651 		.size = 9,
2652 		.content = "msm_idle\n",
2653 	},
2654 	{
2655 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
2656 		.size = 8,
2657 		.content = "4 5 6 7\n",
2658 	},
2659 	{
2660 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
2661 		.size = 8,
2662 		.content = "2457600\n",
2663 	},
2664 	{
2665 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
2666 		.size = 7,
2667 		.content = "300000\n",
2668 	},
2669 	{
2670 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
2671 		.size = 2,
2672 		.content = "0\n",
2673 	},
2674 	{
2675 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
2676 		.size = 8,
2677 		.content = "4 5 6 7\n",
2678 	},
2679 	{
2680 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies",
2681 		.size = 239,
2682 		.content = "300000 345600 422400 499200 576000 652800 729600 806400 902400 979200 1056000 1132800 1190400 1267200 1344000 1420800 1497600 1574400 1651200 1728000 1804800 1881600 1958400 2035200 2112000 2208000 2265600 2323200 2342400 2361600 2457600 \n",
2683 	},
2684 	{
2685 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
2686 		.size = 67,
2687 		.content = "interactive conservative ondemand userspace powersave performance \n",
2688 	},
2689 	{
2690 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
2691 		.size = 7,
2692 		.content = "806400\n",
2693 	},
2694 	{
2695 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
2696 		.size = 4,
2697 		.content = "msm\n",
2698 	},
2699 	{
2700 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
2701 		.size = 12,
2702 		.content = "interactive\n",
2703 	},
2704 	{
2705 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
2706 		.size = 8,
2707 		.content = "2361600\n",
2708 	},
2709 	{
2710 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
2711 		.size = 7,
2712 		.content = "806400\n",
2713 	},
2714 	{
2715 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
2716 		.size = 323,
2717 		.content =
2718 			"300000 0\n"
2719 			"345600 0\n"
2720 			"422400 0\n"
2721 			"499200 0\n"
2722 			"576000 0\n"
2723 			"652800 0\n"
2724 			"729600 0\n"
2725 			"806400 6189\n"
2726 			"902400 16\n"
2727 			"979200 19\n"
2728 			"1056000 14\n"
2729 			"1132800 16\n"
2730 			"1190400 5\n"
2731 			"1267200 15\n"
2732 			"1344000 10\n"
2733 			"1420800 16\n"
2734 			"1497600 12\n"
2735 			"1574400 239\n"
2736 			"1651200 14\n"
2737 			"1728000 19\n"
2738 			"1804800 9\n"
2739 			"1881600 5\n"
2740 			"1958400 31\n"
2741 			"2035200 16\n"
2742 			"2112000 9\n"
2743 			"2208000 1\n"
2744 			"2265600 4\n"
2745 			"2323200 3\n"
2746 			"2342400 1\n"
2747 			"2361600 1990\n"
2748 			"2457600 1104\n",
2749 	},
2750 	{
2751 		.path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
2752 		.size = 4,
2753 		.content = "333\n",
2754 	},
2755 	{
2756 		.path = "/sys/devices/system/cpu/cpu7/isolate",
2757 		.size = 2,
2758 		.content = "0\n",
2759 	},
2760 	{
2761 		.path = "/sys/devices/system/cpu/cpu7/topology/core_id",
2762 		.size = 2,
2763 		.content = "3\n",
2764 	},
2765 	{
2766 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings",
2767 		.size = 3,
2768 		.content = "f0\n",
2769 	},
2770 	{
2771 		.path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list",
2772 		.size = 4,
2773 		.content = "4-7\n",
2774 	},
2775 	{
2776 		.path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id",
2777 		.size = 2,
2778 		.content = "1\n",
2779 	},
2780 	{
2781 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings",
2782 		.size = 3,
2783 		.content = "80\n",
2784 	},
2785 	{
2786 		.path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list",
2787 		.size = 2,
2788 		.content = "7\n",
2789 	},
2790 	{
2791 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/allocation_policy",
2792 		.size = 18,
2793 		.content = "ReadWriteAllocate\n",
2794 	},
2795 	{
2796 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size",
2797 		.size = 3,
2798 		.content = "64\n",
2799 	},
2800 	{
2801 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/level",
2802 		.size = 2,
2803 		.content = "1\n",
2804 	},
2805 	{
2806 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/number_of_sets",
2807 		.size = 3,
2808 		.content = "64\n",
2809 	},
2810 	{
2811 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_list",
2812 		.size = 2,
2813 		.content = "7\n",
2814 	},
2815 	{
2816 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map",
2817 		.size = 3,
2818 		.content = "80\n",
2819 	},
2820 	{
2821 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/size",
2822 		.size = 4,
2823 		.content = "64K\n",
2824 	},
2825 	{
2826 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/type",
2827 		.size = 5,
2828 		.content = "Data\n",
2829 	},
2830 	{
2831 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity",
2832 		.size = 3,
2833 		.content = "16\n",
2834 	},
2835 	{
2836 		.path = "/sys/devices/system/cpu/cpu7/cache/index0/write_policy",
2837 		.size = 10,
2838 		.content = "WriteBack\n",
2839 	},
2840 	{
2841 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/allocation_policy",
2842 		.size = 13,
2843 		.content = "ReadAllocate\n",
2844 	},
2845 	{
2846 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size",
2847 		.size = 3,
2848 		.content = "64\n",
2849 	},
2850 	{
2851 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/level",
2852 		.size = 2,
2853 		.content = "1\n",
2854 	},
2855 	{
2856 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/number_of_sets",
2857 		.size = 4,
2858 		.content = "256\n",
2859 	},
2860 	{
2861 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_list",
2862 		.size = 2,
2863 		.content = "7\n",
2864 	},
2865 	{
2866 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map",
2867 		.size = 3,
2868 		.content = "80\n",
2869 	},
2870 	{
2871 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/size",
2872 		.size = 4,
2873 		.content = "64K\n",
2874 	},
2875 	{
2876 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/type",
2877 		.size = 12,
2878 		.content = "Instruction\n",
2879 	},
2880 	{
2881 		.path = "/sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity",
2882 		.size = 2,
2883 		.content = "4\n",
2884 	},
2885 	{
2886 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/allocation_policy",
2887 		.size = 18,
2888 		.content = "ReadWriteAllocate\n",
2889 	},
2890 	{
2891 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size",
2892 		.size = 3,
2893 		.content = "64\n",
2894 	},
2895 	{
2896 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/level",
2897 		.size = 2,
2898 		.content = "2\n",
2899 	},
2900 	{
2901 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/number_of_sets",
2902 		.size = 5,
2903 		.content = "2048\n",
2904 	},
2905 	{
2906 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_list",
2907 		.size = 4,
2908 		.content = "4-7\n",
2909 	},
2910 	{
2911 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map",
2912 		.size = 3,
2913 		.content = "f0\n",
2914 	},
2915 	{
2916 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/size",
2917 		.size = 6,
2918 		.content = "2048K\n",
2919 	},
2920 	{
2921 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/type",
2922 		.size = 8,
2923 		.content = "Unified\n",
2924 	},
2925 	{
2926 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity",
2927 		.size = 3,
2928 		.content = "16\n",
2929 	},
2930 	{
2931 		.path = "/sys/devices/system/cpu/cpu7/cache/index2/write_policy",
2932 		.size = 10,
2933 		.content = "WriteBack\n",
2934 	},
2935 	{ NULL },
2936 };
2937 #ifdef __ANDROID__
2938 struct cpuinfo_mock_property properties[] = {
2939 	{
2940 		.key = "DEVICE_PROVISIONED",
2941 		.value = "1",
2942 	},
2943 	{
2944 		.key = "af.fast_track_multiplier",
2945 		.value = "2",
2946 	},
2947 	{
2948 		.key = "audio.cts.media",
2949 		.value = "false",
2950 	},
2951 	{
2952 		.key = "audio.deep_buffer.media",
2953 		.value = "true",
2954 	},
2955 	{
2956 		.key = "audio.offload.min.duration.secs",
2957 		.value = "30",
2958 	},
2959 	{
2960 		.key = "audio.offload.video",
2961 		.value = "true",
2962 	},
2963 	{
2964 		.key = "bt.max.hfpclient.connections",
2965 		.value = "1",
2966 	},
2967 	{
2968 		.key = "dalvik.vm.appimageformat",
2969 		.value = "lz4",
2970 	},
2971 	{
2972 		.key = "dalvik.vm.dex2oat-Xms",
2973 		.value = "64m",
2974 	},
2975 	{
2976 		.key = "dalvik.vm.dex2oat-Xmx",
2977 		.value = "512m",
2978 	},
2979 	{
2980 		.key = "dalvik.vm.dexopt.secondary",
2981 		.value = "true",
2982 	},
2983 	{
2984 		.key = "dalvik.vm.heapgrowthlimit",
2985 		.value = "256m",
2986 	},
2987 	{
2988 		.key = "dalvik.vm.heapmaxfree",
2989 		.value = "8m",
2990 	},
2991 	{
2992 		.key = "dalvik.vm.heapminfree",
2993 		.value = "512k",
2994 	},
2995 	{
2996 		.key = "dalvik.vm.heapsize",
2997 		.value = "512m",
2998 	},
2999 	{
3000 		.key = "dalvik.vm.heapstartsize",
3001 		.value = "8m",
3002 	},
3003 	{
3004 		.key = "dalvik.vm.heaptargetutilization",
3005 		.value = "0.75",
3006 	},
3007 	{
3008 		.key = "dalvik.vm.image-dex2oat-Xms",
3009 		.value = "64m",
3010 	},
3011 	{
3012 		.key = "dalvik.vm.image-dex2oat-Xmx",
3013 		.value = "64m",
3014 	},
3015 	{
3016 		.key = "dalvik.vm.isa.arm.features",
3017 		.value = "default",
3018 	},
3019 	{
3020 		.key = "dalvik.vm.isa.arm.variant",
3021 		.value = "cortex-a9",
3022 	},
3023 	{
3024 		.key = "dalvik.vm.isa.arm64.features",
3025 		.value = "default",
3026 	},
3027 	{
3028 		.key = "dalvik.vm.isa.arm64.variant",
3029 		.value = "generic",
3030 	},
3031 	{
3032 		.key = "dalvik.vm.stack-trace-file",
3033 		.value = "/data/anr/traces.txt",
3034 	},
3035 	{
3036 		.key = "dalvik.vm.usejit",
3037 		.value = "true",
3038 	},
3039 	{
3040 		.key = "dalvik.vm.usejitprofiles",
3041 		.value = "true",
3042 	},
3043 	{
3044 		.key = "debug.atrace.tags.enableflags",
3045 		.value = "0",
3046 	},
3047 	{
3048 		.key = "debug.force_rtl",
3049 		.value = "0",
3050 	},
3051 	{
3052 		.key = "debug.gralloc.enable_fb_ubwc",
3053 		.value = "1",
3054 	},
3055 	{
3056 		.key = "debug.gralloc.gfx_ubwc_disable",
3057 		.value = "0",
3058 	},
3059 	{
3060 		.key = "debug.sf.dump",
3061 		.value = "0",
3062 	},
3063 	{
3064 		.key = "debug.sf.dump.enable",
3065 		.value = "true",
3066 	},
3067 	{
3068 		.key = "debug.sf.dump.external",
3069 		.value = "true",
3070 	},
3071 	{
3072 		.key = "debug.sf.dump.primary",
3073 		.value = "true",
3074 	},
3075 	{
3076 		.key = "debug.sf.enable_hwc_vds",
3077 		.value = "1",
3078 	},
3079 	{
3080 		.key = "debug.sf.hw",
3081 		.value = "1",
3082 	},
3083 	{
3084 		.key = "debug.sf.latch_unsignaled",
3085 		.value = "1",
3086 	},
3087 	{
3088 		.key = "dev.bootcomplete",
3089 		.value = "1",
3090 	},
3091 	{
3092 		.key = "dev.pm.dyn_samplingrate",
3093 		.value = "1",
3094 	},
3095 	{
3096 		.key = "drm.service.enabled",
3097 		.value = "true",
3098 	},
3099 	{
3100 		.key = "gsm.current.phone-type",
3101 		.value = "1,1",
3102 	},
3103 	{
3104 		.key = "gsm.network.type",
3105 		.value = "Unknown,Unknown",
3106 	},
3107 	{
3108 		.key = "gsm.operator.alpha",
3109 		.value = "",
3110 	},
3111 	{
3112 		.key = "gsm.operator.iso-country",
3113 		.value = "",
3114 	},
3115 	{
3116 		.key = "gsm.operator.isroaming",
3117 		.value = "false,false",
3118 	},
3119 	{
3120 		.key = "gsm.operator.numeric",
3121 		.value = "",
3122 	},
3123 	{
3124 		.key = "gsm.sim.operator.alpha",
3125 		.value = ",",
3126 	},
3127 	{
3128 		.key = "gsm.sim.operator.iso-country",
3129 		.value = ",",
3130 	},
3131 	{
3132 		.key = "gsm.sim.operator.numeric",
3133 		.value = ",",
3134 	},
3135 	{
3136 		.key = "gsm.sim.state",
3137 		.value = "ABSENT,ABSENT",
3138 	},
3139 	{
3140 		.key = "gsm.version.baseband",
3141 		.value = "MPSS.AT.2.0.c4.7-00070-8998_GEN_PACK-2.130961.1.131284.2",
3142 	},
3143 	{
3144 		.key = "gsm.version.baseband1",
3145 		.value = "MPSS.AT.2.0.c4.7-00070-8998_GEN_PACK-2.130961.1.131284.2",
3146 	},
3147 	{
3148 		.key = "gsm.version.ril-impl",
3149 		.value = "Qualcomm RIL 1.0",
3150 	},
3151 	{
3152 		.key = "hwservicemanager.ready",
3153 		.value = "true",
3154 	},
3155 	{
3156 		.key = "init.svc.OPNetlinkService",
3157 		.value = "running",
3158 	},
3159 	{
3160 		.key = "init.svc.adbd",
3161 		.value = "running",
3162 	},
3163 	{
3164 		.key = "init.svc.adsprpcd",
3165 		.value = "running",
3166 	},
3167 	{
3168 		.key = "init.svc.audio-hal-2-0",
3169 		.value = "running",
3170 	},
3171 	{
3172 		.key = "init.svc.audioserver",
3173 		.value = "running",
3174 	},
3175 	{
3176 		.key = "init.svc.bluetooth-1-0",
3177 		.value = "running",
3178 	},
3179 	{
3180 		.key = "init.svc.bootanim",
3181 		.value = "stopped",
3182 	},
3183 	{
3184 		.key = "init.svc.camera-provider-2-4",
3185 		.value = "running",
3186 	},
3187 	{
3188 		.key = "init.svc.cameraserver",
3189 		.value = "running",
3190 	},
3191 	{
3192 		.key = "init.svc.cnd",
3193 		.value = "running",
3194 	},
3195 	{
3196 		.key = "init.svc.cnss-daemon",
3197 		.value = "running",
3198 	},
3199 	{
3200 		.key = "init.svc.configstore-hal-1-0",
3201 		.value = "running",
3202 	},
3203 	{
3204 		.key = "init.svc.crashdata-sh",
3205 		.value = "stopped",
3206 	},
3207 	{
3208 		.key = "init.svc.dashd",
3209 		.value = "running",
3210 	},
3211 	{
3212 		.key = "init.svc.display-color-hal-1-0",
3213 		.value = "running",
3214 	},
3215 	{
3216 		.key = "init.svc.dpmQmiMgr",
3217 		.value = "running",
3218 	},
3219 	{
3220 		.key = "init.svc.dpmd",
3221 		.value = "running",
3222 	},
3223 	{
3224 		.key = "init.svc.drm",
3225 		.value = "running",
3226 	},
3227 	{
3228 		.key = "init.svc.drm-hal-1-0",
3229 		.value = "running",
3230 	},
3231 	{
3232 		.key = "init.svc.drm-widevine-hal-1-0",
3233 		.value = "running",
3234 	},
3235 	{
3236 		.key = "init.svc.energy-awareness",
3237 		.value = "stopped",
3238 	},
3239 	{
3240 		.key = "init.svc.faceulnative",
3241 		.value = "running",
3242 	},
3243 	{
3244 		.key = "init.svc.filebuilderd",
3245 		.value = "stopped",
3246 	},
3247 	{
3248 		.key = "init.svc.flash_recovery",
3249 		.value = "stopped",
3250 	},
3251 	{
3252 		.key = "init.svc.fps_hal",
3253 		.value = "running",
3254 	},
3255 	{
3256 		.key = "init.svc.gatekeeper-1-0",
3257 		.value = "running",
3258 	},
3259 	{
3260 		.key = "init.svc.gatekeeperd",
3261 		.value = "running",
3262 	},
3263 	{
3264 		.key = "init.svc.gralloc-2-0",
3265 		.value = "running",
3266 	},
3267 	{
3268 		.key = "init.svc.health-hal-1-0",
3269 		.value = "running",
3270 	},
3271 	{
3272 		.key = "init.svc.healthd",
3273 		.value = "running",
3274 	},
3275 	{
3276 		.key = "init.svc.hidl_memory",
3277 		.value = "running",
3278 	},
3279 	{
3280 		.key = "init.svc.hostapd",
3281 		.value = "stopped",
3282 	},
3283 	{
3284 		.key = "init.svc.hostapd_dual",
3285 		.value = "stopped",
3286 	},
3287 	{
3288 		.key = "init.svc.hvdcp_opti",
3289 		.value = "running",
3290 	},
3291 	{
3292 		.key = "init.svc.hwcomposer-2-1",
3293 		.value = "running",
3294 	},
3295 	{
3296 		.key = "init.svc.hwservicemanager",
3297 		.value = "running",
3298 	},
3299 	{
3300 		.key = "init.svc.ifaadaemon",
3301 		.value = "running",
3302 	},
3303 	{
3304 		.key = "init.svc.imsdatadaemon",
3305 		.value = "running",
3306 	},
3307 	{
3308 		.key = "init.svc.imsqmidaemon",
3309 		.value = "running",
3310 	},
3311 	{
3312 		.key = "init.svc.installd",
3313 		.value = "running",
3314 	},
3315 	{
3316 		.key = "init.svc.ipacm",
3317 		.value = "running",
3318 	},
3319 	{
3320 		.key = "init.svc.ipacm-diag",
3321 		.value = "running",
3322 	},
3323 	{
3324 		.key = "init.svc.irsc_util",
3325 		.value = "stopped",
3326 	},
3327 	{
3328 		.key = "init.svc.keymaster-3-0",
3329 		.value = "running",
3330 	},
3331 	{
3332 		.key = "init.svc.keystore",
3333 		.value = "running",
3334 	},
3335 	{
3336 		.key = "init.svc.light-hal-2-0",
3337 		.value = "running",
3338 	},
3339 	{
3340 		.key = "init.svc.lmkd",
3341 		.value = "running",
3342 	},
3343 	{
3344 		.key = "init.svc.loc_launcher",
3345 		.value = "running",
3346 	},
3347 	{
3348 		.key = "init.svc.logd",
3349 		.value = "running",
3350 	},
3351 	{
3352 		.key = "init.svc.logd-reinit",
3353 		.value = "stopped",
3354 	},
3355 	{
3356 		.key = "init.svc.media",
3357 		.value = "running",
3358 	},
3359 	{
3360 		.key = "init.svc.mediacodec",
3361 		.value = "running",
3362 	},
3363 	{
3364 		.key = "init.svc.mediadrm",
3365 		.value = "running",
3366 	},
3367 	{
3368 		.key = "init.svc.mediaextractor",
3369 		.value = "running",
3370 	},
3371 	{
3372 		.key = "init.svc.mediametrics",
3373 		.value = "running",
3374 	},
3375 	{
3376 		.key = "init.svc.memtrack-hal-1-0",
3377 		.value = "running",
3378 	},
3379 	{
3380 		.key = "init.svc.mlid",
3381 		.value = "running",
3382 	},
3383 	{
3384 		.key = "init.svc.netd",
3385 		.value = "running",
3386 	},
3387 	{
3388 		.key = "init.svc.netmgrd",
3389 		.value = "running",
3390 	},
3391 	{
3392 		.key = "init.svc.oem_audio_device",
3393 		.value = "stopped",
3394 	},
3395 	{
3396 		.key = "init.svc.oemlogkit",
3397 		.value = "running",
3398 	},
3399 	{
3400 		.key = "init.svc.pd_mapper",
3401 		.value = "running",
3402 	},
3403 	{
3404 		.key = "init.svc.per_mgr",
3405 		.value = "running",
3406 	},
3407 	{
3408 		.key = "init.svc.per_proxy",
3409 		.value = "running",
3410 	},
3411 	{
3412 		.key = "init.svc.perf-hal-1-0",
3413 		.value = "running",
3414 	},
3415 	{
3416 		.key = "init.svc.port-bridge",
3417 		.value = "running",
3418 	},
3419 	{
3420 		.key = "init.svc.power-hal-1-0",
3421 		.value = "running",
3422 	},
3423 	{
3424 		.key = "init.svc.ppd",
3425 		.value = "running",
3426 	},
3427 	{
3428 		.key = "init.svc.qcom-c_core-sh",
3429 		.value = "stopped",
3430 	},
3431 	{
3432 		.key = "init.svc.qcom-c_main-sh",
3433 		.value = "stopped",
3434 	},
3435 	{
3436 		.key = "init.svc.qcom-post-boot",
3437 		.value = "stopped",
3438 	},
3439 	{
3440 		.key = "init.svc.qcom-sh",
3441 		.value = "stopped",
3442 	},
3443 	{
3444 		.key = "init.svc.qcom-usb-sh",
3445 		.value = "stopped",
3446 	},
3447 	{
3448 		.key = "init.svc.qdutils_disp-1-0",
3449 		.value = "running",
3450 	},
3451 	{
3452 		.key = "init.svc.qseecomd",
3453 		.value = "running",
3454 	},
3455 	{
3456 		.key = "init.svc.qteeconnector-hal-1-0",
3457 		.value = "running",
3458 	},
3459 	{
3460 		.key = "init.svc.qti",
3461 		.value = "running",
3462 	},
3463 	{
3464 		.key = "init.svc.qti_esepowermanager_service",
3465 		.value = "running",
3466 	},
3467 	{
3468 		.key = "init.svc.qti_gnss_service",
3469 		.value = "running",
3470 	},
3471 	{
3472 		.key = "init.svc.qvop-daemon",
3473 		.value = "running",
3474 	},
3475 	{
3476 		.key = "init.svc.qvrd",
3477 		.value = "running",
3478 	},
3479 	{
3480 		.key = "init.svc.ril-daemon",
3481 		.value = "running",
3482 	},
3483 	{
3484 		.key = "init.svc.ril-daemon2",
3485 		.value = "running",
3486 	},
3487 	{
3488 		.key = "init.svc.rmt_storage",
3489 		.value = "running",
3490 	},
3491 	{
3492 		.key = "init.svc.self-init",
3493 		.value = "stopped",
3494 	},
3495 	{
3496 		.key = "init.svc.sensor-sh",
3497 		.value = "stopped",
3498 	},
3499 	{
3500 		.key = "init.svc.sensors",
3501 		.value = "running",
3502 	},
3503 	{
3504 		.key = "init.svc.sensors-hal-1-0",
3505 		.value = "running",
3506 	},
3507 	{
3508 		.key = "init.svc.servicemanager",
3509 		.value = "running",
3510 	},
3511 	{
3512 		.key = "init.svc.smartadjust",
3513 		.value = "running",
3514 	},
3515 	{
3516 		.key = "init.svc.storaged",
3517 		.value = "running",
3518 	},
3519 	{
3520 		.key = "init.svc.surfaceflinger",
3521 		.value = "running",
3522 	},
3523 	{
3524 		.key = "init.svc.tftp_server",
3525 		.value = "running",
3526 	},
3527 	{
3528 		.key = "init.svc.thermal-engine",
3529 		.value = "running",
3530 	},
3531 	{
3532 		.key = "init.svc.thermal-hal-1-0",
3533 		.value = "running",
3534 	},
3535 	{
3536 		.key = "init.svc.time_daemon",
3537 		.value = "running",
3538 	},
3539 	{
3540 		.key = "init.svc.tombstoned",
3541 		.value = "running",
3542 	},
3543 	{
3544 		.key = "init.svc.tui_comm-1-0",
3545 		.value = "running",
3546 	},
3547 	{
3548 		.key = "init.svc.ueventd",
3549 		.value = "running",
3550 	},
3551 	{
3552 		.key = "init.svc.usb-hal-1-0",
3553 		.value = "running",
3554 	},
3555 	{
3556 		.key = "init.svc.vendor.msm_irqbalance",
3557 		.value = "running",
3558 	},
3559 	{
3560 		.key = "init.svc.vibrator-1-0",
3561 		.value = "running",
3562 	},
3563 	{
3564 		.key = "init.svc.vndservicemanager",
3565 		.value = "running",
3566 	},
3567 	{
3568 		.key = "init.svc.vold",
3569 		.value = "running",
3570 	},
3571 	{
3572 		.key = "init.svc.vr-1-0",
3573 		.value = "running",
3574 	},
3575 	{
3576 		.key = "init.svc.webview_zygote32",
3577 		.value = "running",
3578 	},
3579 	{
3580 		.key = "init.svc.wifi_hal_legacy",
3581 		.value = "running",
3582 	},
3583 	{
3584 		.key = "init.svc.wificond",
3585 		.value = "running",
3586 	},
3587 	{
3588 		.key = "init.svc.wpa_supplicant",
3589 		.value = "stopped",
3590 	},
3591 	{
3592 		.key = "init.svc.zygote",
3593 		.value = "running",
3594 	},
3595 	{
3596 		.key = "init.svc.zygote_secondary",
3597 		.value = "running",
3598 	},
3599 	{
3600 		.key = "keyguard.no_require_sim",
3601 		.value = "true",
3602 	},
3603 	{
3604 		.key = "log.tag.BeamManager",
3605 		.value = "INFO",
3606 	},
3607 	{
3608 		.key = "log.tag.BeamShareActivity",
3609 		.value = "INFO",
3610 	},
3611 	{
3612 		.key = "log.tag.BluetoothHidDev",
3613 		.value = "INFO",
3614 	},
3615 	{
3616 		.key = "log.tag.BluetoothHidHost",
3617 		.value = "INFO",
3618 	},
3619 	{
3620 		.key = "log.tag.BluetoothMap",
3621 		.value = "INFO",
3622 	},
3623 	{
3624 		.key = "log.tag.BluetoothOpp",
3625 		.value = "INFO",
3626 	},
3627 	{
3628 		.key = "log.tag.BluetoothPan",
3629 		.value = "INFO",
3630 	},
3631 	{
3632 		.key = "log.tag.BluetoothPbap",
3633 		.value = "INFO",
3634 	},
3635 	{
3636 		.key = "log.tag.BluetoothPbapVcardManager",
3637 		.value = "INFO",
3638 	},
3639 	{
3640 		.key = "log.tag.BluetoothPeripheralHandover",
3641 		.value = "INFO",
3642 	},
3643 	{
3644 		.key = "log.tag.BluetoothSap",
3645 		.value = "INFO",
3646 	},
3647 	{
3648 		.key = "log.tag.BluetoothSocket",
3649 		.value = "INFO",
3650 	},
3651 	{
3652 		.key = "log.tag.DockService",
3653 		.value = "INFO",
3654 	},
3655 	{
3656 		.key = "log.tag.FlpHardwareProvider",
3657 		.value = "INFO",
3658 	},
3659 	{
3660 		.key = "log.tag.FlpServiceProvider",
3661 		.value = "INFO",
3662 	},
3663 	{
3664 		.key = "log.tag.ForegroundUtils",
3665 		.value = "INFO",
3666 	},
3667 	{
3668 		.key = "log.tag.FusedLocationProvider",
3669 		.value = "INFO",
3670 	},
3671 	{
3672 		.key = "log.tag.GNPProxy",
3673 		.value = "INFO",
3674 	},
3675 	{
3676 		.key = "log.tag.GeoFenceKeeper",
3677 		.value = "INFO",
3678 	},
3679 	{
3680 		.key = "log.tag.GeoFenceService",
3681 		.value = "INFO",
3682 	},
3683 	{
3684 		.key = "log.tag.GeofenceManager",
3685 		.value = "INFO",
3686 	},
3687 	{
3688 		.key = "log.tag.GeofenceServiceProvider",
3689 		.value = "INFO",
3690 	},
3691 	{
3692 		.key = "log.tag.GmsNetworkLocationProvi",
3693 		.value = "INFO",
3694 	},
3695 	{
3696 		.key = "log.tag.GnssLocationProvider",
3697 		.value = "INFO",
3698 	},
3699 	{
3700 		.key = "log.tag.GpsXtraDownloader",
3701 		.value = "INFO",
3702 	},
3703 	{
3704 		.key = "log.tag.GpsXtraDownloader-Q",
3705 		.value = "INFO",
3706 	},
3707 	{
3708 		.key = "log.tag.HandoverClient",
3709 		.value = "INFO",
3710 	},
3711 	{
3712 		.key = "log.tag.HandoverServer",
3713 		.value = "INFO",
3714 	},
3715 	{
3716 		.key = "log.tag.Handsfree",
3717 		.value = "INFO",
3718 	},
3719 	{
3720 		.key = "log.tag.IZatManager",
3721 		.value = "INFO",
3722 	},
3723 	{
3724 		.key = "log.tag.InPostcard",
3725 		.value = "INFO",
3726 	},
3727 	{
3728 		.key = "log.tag.IzatProviderBase",
3729 		.value = "INFO",
3730 	},
3731 	{
3732 		.key = "log.tag.IzatProviderEngine",
3733 		.value = "INFO",
3734 	},
3735 	{
3736 		.key = "log.tag.IzatService",
3737 		.value = "INFO",
3738 	},
3739 	{
3740 		.key = "log.tag.IzatServiceBase",
3741 		.value = "INFO",
3742 	},
3743 	{
3744 		.key = "log.tag.IzatSettingsInjector",
3745 		.value = "INFO",
3746 	},
3747 	{
3748 		.key = "log.tag.LBSSystemMonitorService",
3749 		.value = "INFO",
3750 	},
3751 	{
3752 		.key = "log.tag.LocSvc_ApiV02",
3753 		.value = "INFO",
3754 	},
3755 	{
3756 		.key = "log.tag.LocSvc_EngAdapter",
3757 		.value = "INFO",
3758 	},
3759 	{
3760 		.key = "log.tag.LocSvc_LBSApiBase",
3761 		.value = "INFO",
3762 	},
3763 	{
3764 		.key = "log.tag.LocSvc_LBSApiV02",
3765 		.value = "INFO",
3766 	},
3767 	{
3768 		.key = "log.tag.LocSvc_LBSProxy",
3769 		.value = "INFO",
3770 	},
3771 	{
3772 		.key = "log.tag.LocSvc_LocUlpProxy",
3773 		.value = "INFO",
3774 	},
3775 	{
3776 		.key = "log.tag.LocSvc_NiA",
3777 		.value = "INFO",
3778 	},
3779 	{
3780 		.key = "log.tag.LocSvc_NiH",
3781 		.value = "INFO",
3782 	},
3783 	{
3784 		.key = "log.tag.LocSvc_afw",
3785 		.value = "INFO",
3786 	},
3787 	{
3788 		.key = "log.tag.LocSvc_api_v02",
3789 		.value = "INFO",
3790 	},
3791 	{
3792 		.key = "log.tag.LocSvc_eng",
3793 		.value = "INFO",
3794 	},
3795 	{
3796 		.key = "log.tag.LocSvc_ext",
3797 		.value = "INFO",
3798 	},
3799 	{
3800 		.key = "log.tag.LocSvc_java",
3801 		.value = "INFO",
3802 	},
3803 	{
3804 		.key = "log.tag.LocSvc_jni",
3805 		.value = "INFO",
3806 	},
3807 	{
3808 		.key = "log.tag.LocSvc_launcher",
3809 		.value = "INFO",
3810 	},
3811 	{
3812 		.key = "log.tag.LocSvc_libulp",
3813 		.value = "INFO",
3814 	},
3815 	{
3816 		.key = "log.tag.LocationManagerService",
3817 		.value = "INFO",
3818 	},
3819 	{
3820 		.key = "log.tag.LocationServiceReceiver",
3821 		.value = "INFO",
3822 	},
3823 	{
3824 		.key = "log.tag.LocationSettings",
3825 		.value = "INFO",
3826 	},
3827 	{
3828 		.key = "log.tag.LocationSettingsBase",
3829 		.value = "INFO",
3830 	},
3831 	{
3832 		.key = "log.tag.MQClient",
3833 		.value = "INFO",
3834 	},
3835 	{
3836 		.key = "log.tag.NFC",
3837 		.value = "INFO",
3838 	},
3839 	{
3840 		.key = "log.tag.NetworkLocationProvider",
3841 		.value = "INFO",
3842 	},
3843 	{
3844 		.key = "log.tag.NetworkLocationService",
3845 		.value = "INFO",
3846 	},
3847 	{
3848 		.key = "log.tag.NfcDispatcher",
3849 		.value = "INFO",
3850 	},
3851 	{
3852 		.key = "log.tag.NfcHandover",
3853 		.value = "INFO",
3854 	},
3855 	{
3856 		.key = "log.tag.NlpProxy",
3857 		.value = "INFO",
3858 	},
3859 	{
3860 		.key = "log.tag.NlpProxyProvider",
3861 		.value = "INFO",
3862 	},
3863 	{
3864 		.key = "log.tag.NpProxy",
3865 		.value = "INFO",
3866 	},
3867 	{
3868 		.key = "log.tag.OsAgent",
3869 		.value = "INFO",
3870 	},
3871 	{
3872 		.key = "log.tag.PosMgr",
3873 		.value = "INFO",
3874 	},
3875 	{
3876 		.key = "log.tag.QCALOG",
3877 		.value = "INFO",
3878 	},
3879 	{
3880 		.key = "log.tag.RilInfoMonitor",
3881 		.value = "INFO",
3882 	},
3883 	{
3884 		.key = "log.tag.SapRilReceiver",
3885 		.value = "INFO",
3886 	},
3887 	{
3888 		.key = "log.tag.SettingsInjector",
3889 		.value = "INFO",
3890 	},
3891 	{
3892 		.key = "log.tag.SnepClient",
3893 		.value = "INFO",
3894 	},
3895 	{
3896 		.key = "log.tag.SnepMessenger",
3897 		.value = "INFO",
3898 	},
3899 	{
3900 		.key = "log.tag.SnepServer",
3901 		.value = "INFO",
3902 	},
3903 	{
3904 		.key = "log.tag.UlpEngine",
3905 		.value = "INFO",
3906 	},
3907 	{
3908 		.key = "log.tag.UlpService",
3909 		.value = "INFO",
3910 	},
3911 	{
3912 		.key = "log.tag.UnifiedLocationProvider",
3913 		.value = "INFO",
3914 	},
3915 	{
3916 		.key = "log.tag.UnifiedLocationService",
3917 		.value = "INFO",
3918 	},
3919 	{
3920 		.key = "log.tag.Wiper",
3921 		.value = "INFO",
3922 	},
3923 	{
3924 		.key = "log.tag.XTActivity",
3925 		.value = "INFO",
3926 	},
3927 	{
3928 		.key = "log.tag.XTBroadcastReceiver",
3929 		.value = "INFO",
3930 	},
3931 	{
3932 		.key = "log.tag.XTSettingInjectorSrv",
3933 		.value = "INFO",
3934 	},
3935 	{
3936 		.key = "log.tag.XTSrv",
3937 		.value = "INFO",
3938 	},
3939 	{
3940 		.key = "log.tag.XTWiFiLP",
3941 		.value = "INFO",
3942 	},
3943 	{
3944 		.key = "log.tag.XTWiFiOS",
3945 		.value = "INFO",
3946 	},
3947 	{
3948 		.key = "log.tag.XTWiFiZpp",
3949 		.value = "INFO",
3950 	},
3951 	{
3952 		.key = "log.tag.gpsone_dmn",
3953 		.value = "INFO",
3954 	},
3955 	{
3956 		.key = "media.aac_51_output_enabled",
3957 		.value = "true",
3958 	},
3959 	{
3960 		.key = "media.settings.xml",
3961 		.value = "/vendor/etc/media_profiles_vendor.xml",
3962 	},
3963 	{
3964 		.key = "media.stagefright.enable-aac",
3965 		.value = "true",
3966 	},
3967 	{
3968 		.key = "media.stagefright.enable-http",
3969 		.value = "true",
3970 	},
3971 	{
3972 		.key = "media.stagefright.enable-player",
3973 		.value = "true",
3974 	},
3975 	{
3976 		.key = "media.stagefright.enable-qcp",
3977 		.value = "true",
3978 	},
3979 	{
3980 		.key = "media.stagefright.enable-scan",
3981 		.value = "true",
3982 	},
3983 	{
3984 		.key = "mm.enable.qcom_parser",
3985 		.value = "16760831",
3986 	},
3987 	{
3988 		.key = "mm.enable.smoothstreaming",
3989 		.value = "true",
3990 	},
3991 	{
3992 		.key = "mmp.enable.3g2",
3993 		.value = "true",
3994 	},
3995 	{
3996 		.key = "net.bt.name",
3997 		.value = "Android",
3998 	},
3999 	{
4000 		.key = "net.lte.ims.data.enabled2147483643",
4001 		.value = "true",
4002 	},
4003 	{
4004 		.key = "net.lte.ims.data.enabled2147483644",
4005 		.value = "true",
4006 	},
4007 	{
4008 		.key = "net.qtaguid_enabled",
4009 		.value = "1",
4010 	},
4011 	{
4012 		.key = "net.tcp.2g_init_rwnd",
4013 		.value = "10",
4014 	},
4015 	{
4016 		.key = "net.tcp.buffersize.default",
4017 		.value = "4096,87380,524288,4096,16384,110208",
4018 	},
4019 	{
4020 		.key = "net.tcp.buffersize.edge",
4021 		.value = "4093,26280,35040,4096,16384,35040",
4022 	},
4023 	{
4024 		.key = "net.tcp.buffersize.evdo",
4025 		.value = "4094,87380,524288,4096,16384,262144",
4026 	},
4027 	{
4028 		.key = "net.tcp.buffersize.gprs",
4029 		.value = "4092,8760,11680,4096,8760,11680",
4030 	},
4031 	{
4032 		.key = "net.tcp.buffersize.hsdpa",
4033 		.value = "4094,87380,1220608,4096,16384,1220608",
4034 	},
4035 	{
4036 		.key = "net.tcp.buffersize.hspa",
4037 		.value = "4094,87380,1220608,4096,16384,1220608",
4038 	},
4039 	{
4040 		.key = "net.tcp.buffersize.hspap",
4041 		.value = "4094,87380,1220608,4096,16384,1220608",
4042 	},
4043 	{
4044 		.key = "net.tcp.buffersize.hsupa",
4045 		.value = "4094,87380,1220608,4096,16384,1220608",
4046 	},
4047 	{
4048 		.key = "net.tcp.buffersize.lte",
4049 		.value = "2097152,4194304,8388608,262144,524288,1048576",
4050 	},
4051 	{
4052 		.key = "net.tcp.buffersize.umts",
4053 		.value = "4094,87380,110208,4096,16384,110208",
4054 	},
4055 	{
4056 		.key = "net.tcp.buffersize.wifi",
4057 		.value = "524288,2097152,4194304,262144,524288,1048576",
4058 	},
4059 	{
4060 		.key = "net.tcp.default_init_rwnd",
4061 		.value = "60",
4062 	},
4063 	{
4064 		.key = "nxpWechatDebugEnable",
4065 		.value = "1",
4066 	},
4067 	{
4068 		.key = "oem.device.imeicache0",
4069 		.value = "864630032470279",
4070 	},
4071 	{
4072 		.key = "oem.device.imeicache1",
4073 		.value = "864630032470261",
4074 	},
4075 	{
4076 		.key = "oem.drm.widevine.level",
4077 		.value = "L3",
4078 	},
4079 	{
4080 		.key = "oplib.oneplus_sdk_utils",
4081 		.value = "0.1.2",
4082 	},
4083 	{
4084 		.key = "oplib.oneplus_sdk_wrapper",
4085 		.value = "0.1.0",
4086 	},
4087 	{
4088 		.key = "persist.backup.ntpServer",
4089 		.value = "\"0.pool.ntp.org\"",
4090 	},
4091 	{
4092 		.key = "persist.cne.feature",
4093 		.value = "1",
4094 	},
4095 	{
4096 		.key = "persist.data.df.agg.dl_pkt",
4097 		.value = "10",
4098 	},
4099 	{
4100 		.key = "persist.data.df.agg.dl_size",
4101 		.value = "4096",
4102 	},
4103 	{
4104 		.key = "persist.data.df.dev_name",
4105 		.value = "rmnet_usb0",
4106 	},
4107 	{
4108 		.key = "persist.data.df.dl_mode",
4109 		.value = "5",
4110 	},
4111 	{
4112 		.key = "persist.data.df.iwlan_mux",
4113 		.value = "9",
4114 	},
4115 	{
4116 		.key = "persist.data.df.mux_count",
4117 		.value = "8",
4118 	},
4119 	{
4120 		.key = "persist.data.df.ul_mode",
4121 		.value = "5",
4122 	},
4123 	{
4124 		.key = "persist.data.iwlan.enable",
4125 		.value = "true",
4126 	},
4127 	{
4128 		.key = "persist.data.mode",
4129 		.value = "concurrent",
4130 	},
4131 	{
4132 		.key = "persist.data.netmgrd.qos.enable",
4133 		.value = "true",
4134 	},
4135 	{
4136 		.key = "persist.data.wda.enable",
4137 		.value = "true",
4138 	},
4139 	{
4140 		.key = "persist.debug.coresight.config",
4141 		.value = "none",
4142 	},
4143 	{
4144 		.key = "persist.debug.wfd.enable",
4145 		.value = "1",
4146 	},
4147 	{
4148 		.key = "persist.demo.hdmirotationlock",
4149 		.value = "false",
4150 	},
4151 	{
4152 		.key = "persist.dirac.acs.controller",
4153 		.value = "qem",
4154 	},
4155 	{
4156 		.key = "persist.fuse_sdcard",
4157 		.value = "true",
4158 	},
4159 	{
4160 		.key = "persist.hwc.enable_vds",
4161 		.value = "1",
4162 	},
4163 	{
4164 		.key = "persist.mm.enable.prefetch",
4165 		.value = "true",
4166 	},
4167 	{
4168 		.key = "persist.nfc.smartcard.config",
4169 		.value = "SIM1,eSE1",
4170 	},
4171 	{
4172 		.key = "persist.oem.dump",
4173 		.value = "0",
4174 	},
4175 	{
4176 		.key = "persist.qua.op",
4177 		.value = "3501500",
4178 	},
4179 	{
4180 		.key = "persist.radio.apm_sim_not_pwdn",
4181 		.value = "1",
4182 	},
4183 	{
4184 		.key = "persist.radio.apns_ver_xml",
4185 		.value = "8",
4186 	},
4187 	{
4188 		.key = "persist.radio.enhance_ecall",
4189 		.value = "true",
4190 	},
4191 	{
4192 		.key = "persist.radio.force_on_dc",
4193 		.value = "true",
4194 	},
4195 	{
4196 		.key = "persist.radio.hw_mbn_update",
4197 		.value = "0",
4198 	},
4199 	{
4200 		.key = "persist.radio.multisim.config",
4201 		.value = "dsds",
4202 	},
4203 	{
4204 		.key = "persist.radio.serialno",
4205 		.value = "54f801ef",
4206 	},
4207 	{
4208 		.key = "persist.radio.start_ota_daemon",
4209 		.value = "0",
4210 	},
4211 	{
4212 		.key = "persist.radio.sw_mbn_update",
4213 		.value = "0",
4214 	},
4215 	{
4216 		.key = "persist.rild.nitz_long_ons_0",
4217 		.value = "",
4218 	},
4219 	{
4220 		.key = "persist.rild.nitz_long_ons_1",
4221 		.value = "",
4222 	},
4223 	{
4224 		.key = "persist.rild.nitz_long_ons_2",
4225 		.value = "",
4226 	},
4227 	{
4228 		.key = "persist.rild.nitz_long_ons_3",
4229 		.value = "",
4230 	},
4231 	{
4232 		.key = "persist.rild.nitz_plmn",
4233 		.value = "",
4234 	},
4235 	{
4236 		.key = "persist.rild.nitz_short_ons_0",
4237 		.value = "",
4238 	},
4239 	{
4240 		.key = "persist.rild.nitz_short_ons_1",
4241 		.value = "",
4242 	},
4243 	{
4244 		.key = "persist.rild.nitz_short_ons_2",
4245 		.value = "",
4246 	},
4247 	{
4248 		.key = "persist.rild.nitz_short_ons_3",
4249 		.value = "",
4250 	},
4251 	{
4252 		.key = "persist.rmnet.data.enable",
4253 		.value = "true",
4254 	},
4255 	{
4256 		.key = "persist.sys.assert.enable",
4257 		.value = "false",
4258 	},
4259 	{
4260 		.key = "persist.sys.assert.panic",
4261 		.value = "false",
4262 	},
4263 	{
4264 		.key = "persist.sys.bootloader",
4265 		.value = "yes",
4266 	},
4267 	{
4268 		.key = "persist.sys.cfu_auto",
4269 		.value = "1",
4270 	},
4271 	{
4272 		.key = "persist.sys.crash",
4273 		.value = "yes",
4274 	},
4275 	{
4276 		.key = "persist.sys.dalvik.vm.lib.2",
4277 		.value = "libart.so",
4278 	},
4279 	{
4280 		.key = "persist.sys.device_first_boot",
4281 		.value = "0",
4282 	},
4283 	{
4284 		.key = "persist.sys.diag.max.size",
4285 		.value = "200",
4286 	},
4287 	{
4288 		.key = "persist.sys.event",
4289 		.value = "yes",
4290 	},
4291 	{
4292 		.key = "persist.sys.force_sw_gles",
4293 		.value = "0",
4294 	},
4295 	{
4296 		.key = "persist.sys.idle.soff",
4297 		.value = "52,51304",
4298 	},
4299 	{
4300 		.key = "persist.sys.kernel",
4301 		.value = "yes",
4302 	},
4303 	{
4304 		.key = "persist.sys.launcher.set",
4305 		.value = "true",
4306 	},
4307 	{
4308 		.key = "persist.sys.locale",
4309 		.value = "en-US",
4310 	},
4311 	{
4312 		.key = "persist.sys.main",
4313 		.value = "yes",
4314 	},
4315 	{
4316 		.key = "persist.sys.oem.region",
4317 		.value = "OverSeas",
4318 	},
4319 	{
4320 		.key = "persist.sys.oem_smooth",
4321 		.value = "1",
4322 	},
4323 	{
4324 		.key = "persist.sys.pre_bootloader",
4325 		.value = "yes",
4326 	},
4327 	{
4328 		.key = "persist.sys.preloads.file_cache_expired",
4329 		.value = "1",
4330 	},
4331 	{
4332 		.key = "persist.sys.profiler_ms",
4333 		.value = "0",
4334 	},
4335 	{
4336 		.key = "persist.sys.public.type",
4337 		.value = "daily",
4338 	},
4339 	{
4340 		.key = "persist.sys.qsee",
4341 		.value = "yes",
4342 	},
4343 	{
4344 		.key = "persist.sys.qxdm",
4345 		.value = "no",
4346 	},
4347 	{
4348 		.key = "persist.sys.radio",
4349 		.value = "yes",
4350 	},
4351 	{
4352 		.key = "persist.sys.system",
4353 		.value = "yes",
4354 	},
4355 	{
4356 		.key = "persist.sys.theme_first_launch",
4357 		.value = "false",
4358 	},
4359 	{
4360 		.key = "persist.sys.theme_version",
4361 		.value = "OnePlus5Oxygen_23.O.31_GLO_031_1802230119",
4362 	},
4363 	{
4364 		.key = "persist.sys.timezone",
4365 		.value = "America/New_York",
4366 	},
4367 	{
4368 		.key = "persist.sys.ui.hw",
4369 		.value = "true",
4370 	},
4371 	{
4372 		.key = "persist.sys.usb.config",
4373 		.value = "adb",
4374 	},
4375 	{
4376 		.key = "persist.sys.usb.config.extra",
4377 		.value = "none",
4378 	},
4379 	{
4380 		.key = "persist.sys.usb.ffbm-00.func",
4381 		.value = "diag",
4382 	},
4383 	{
4384 		.key = "persist.sys.usb.ffbm-01.func",
4385 		.value = "diag",
4386 	},
4387 	{
4388 		.key = "persist.sys.usb.ffbm-02.func",
4389 		.value = "diag",
4390 	},
4391 	{
4392 		.key = "persist.sys.version.lastota",
4393 		.value = "",
4394 	},
4395 	{
4396 		.key = "persist.sys.version.ota",
4397 		.value = "OnePlus5Oxygen_23.O.31_GLO_031_1802230119",
4398 	},
4399 	{
4400 		.key = "persist.sys.webview.vmsize",
4401 		.value = "114785072",
4402 	},
4403 	{
4404 		.key = "persist.sys.wfd.virtual",
4405 		.value = "0",
4406 	},
4407 	{
4408 		.key = "persist.timed.enable",
4409 		.value = "true",
4410 	},
4411 	{
4412 		.key = "persist.ts.rtmakeup",
4413 		.value = "false",
4414 	},
4415 	{
4416 		.key = "persist.vendor.audio.aanc.enable",
4417 		.value = "true",
4418 	},
4419 	{
4420 		.key = "persist.vendor.audio.fluence.speaker",
4421 		.value = "true",
4422 	},
4423 	{
4424 		.key = "persist.vendor.audio.fluence.voicecall",
4425 		.value = "true",
4426 	},
4427 	{
4428 		.key = "persist.vendor.audio.fluence.voicerec",
4429 		.value = "true",
4430 	},
4431 	{
4432 		.key = "persist.vendor.audio.ras.enabled",
4433 		.value = "false",
4434 	},
4435 	{
4436 		.key = "persist.vendor.bt.a2dp_offload_cap",
4437 		.value = "false",
4438 	},
4439 	{
4440 		.key = "persist.vendor.bt.enable.splita2dp",
4441 		.value = "false",
4442 	},
4443 	{
4444 		.key = "persist.vendor.dpm.feature",
4445 		.value = "11",
4446 	},
4447 	{
4448 		.key = "persist.vendor.dpm.tcm",
4449 		.value = "2",
4450 	},
4451 	{
4452 		.key = "persist.vendor.radio.adb_log_on",
4453 		.value = "0",
4454 	},
4455 	{
4456 		.key = "persist.vendor.radio.custom_ecc",
4457 		.value = "1",
4458 	},
4459 	{
4460 		.key = "persist.vendor.radio.data_con_rprt",
4461 		.value = "1",
4462 	},
4463 	{
4464 		.key = "persist.vendor.radio.data_ltd_sys_ind",
4465 		.value = "1",
4466 	},
4467 	{
4468 		.key = "persist.vendor.radio.eons.enabled",
4469 		.value = "false",
4470 	},
4471 	{
4472 		.key = "persist.vendor.radio.force_on_dc",
4473 		.value = "true",
4474 	},
4475 	{
4476 		.key = "persist.vendor.radio.ignore_dom_time",
4477 		.value = "10",
4478 	},
4479 	{
4480 		.key = "persist.vendor.radio.msim.stackid_0",
4481 		.value = "0",
4482 	},
4483 	{
4484 		.key = "persist.vendor.radio.msim.stackid_1",
4485 		.value = "1",
4486 	},
4487 	{
4488 		.key = "persist.vendor.radio.rat_on",
4489 		.value = "combine",
4490 	},
4491 	{
4492 		.key = "persist.vendor.radio.ril_payload_on",
4493 		.value = "0",
4494 	},
4495 	{
4496 		.key = "persist.vendor.radio.sglte_target",
4497 		.value = "0",
4498 	},
4499 	{
4500 		.key = "persist.vendor.radio.sib16_support",
4501 		.value = "1",
4502 	},
4503 	{
4504 		.key = "persist.vendor.radio.stack_id_0",
4505 		.value = "0",
4506 	},
4507 	{
4508 		.key = "persist.vendor.radio.stack_id_1",
4509 		.value = "1",
4510 	},
4511 	{
4512 		.key = "pm.dexopt.ab-ota",
4513 		.value = "speed-profile",
4514 	},
4515 	{
4516 		.key = "pm.dexopt.bg-dexopt",
4517 		.value = "speed-profile",
4518 	},
4519 	{
4520 		.key = "pm.dexopt.boot",
4521 		.value = "verify",
4522 	},
4523 	{
4524 		.key = "pm.dexopt.first-boot",
4525 		.value = "quicken",
4526 	},
4527 	{
4528 		.key = "pm.dexopt.install",
4529 		.value = "quicken",
4530 	},
4531 	{
4532 		.key = "qcom.bluetooth.soc",
4533 		.value = "cherokee",
4534 	},
4535 	{
4536 		.key = "ril.ecclist",
4537 		.value = "911,112,*911,#911,000,08,110,999,118,119",
4538 	},
4539 	{
4540 		.key = "ril.ecclist1",
4541 		.value = "911,112,*911,#911,000,08,110,999,118,119",
4542 	},
4543 	{
4544 		.key = "ril.qcril_pre_init_lock_held",
4545 		.value = "0",
4546 	},
4547 	{
4548 		.key = "ril.subscription.types",
4549 		.value = "NV,RUIM",
4550 	},
4551 	{
4552 		.key = "rild.libpath",
4553 		.value = "/vendor/lib64/libril-qc-qmi-1.so",
4554 	},
4555 	{
4556 		.key = "ro.adb.secure",
4557 		.value = "1",
4558 	},
4559 	{
4560 		.key = "ro.allow.mock.location",
4561 		.value = "0",
4562 	},
4563 	{
4564 		.key = "ro.baseband",
4565 		.value = "msm",
4566 	},
4567 	{
4568 		.key = "ro.board.platform",
4569 		.value = "msm8998",
4570 	},
4571 	{
4572 		.key = "ro.boot.angela",
4573 		.value = "disabled",
4574 	},
4575 	{
4576 		.key = "ro.boot.baseband",
4577 		.value = "msm",
4578 	},
4579 	{
4580 		.key = "ro.boot.battery.absent",
4581 		.value = "false",
4582 	},
4583 	{
4584 		.key = "ro.boot.bootdevice",
4585 		.value = "1da4000.ufshc",
4586 	},
4587 	{
4588 		.key = "ro.boot.console",
4589 		.value = "ttyMSM0",
4590 	},
4591 	{
4592 		.key = "ro.boot.enable_dm_verity",
4593 		.value = "1",
4594 	},
4595 	{
4596 		.key = "ro.boot.flash.locked",
4597 		.value = "1",
4598 	},
4599 	{
4600 		.key = "ro.boot.hardware",
4601 		.value = "qcom",
4602 	},
4603 	{
4604 		.key = "ro.boot.hw_version",
4605 		.value = "23",
4606 	},
4607 	{
4608 		.key = "ro.boot.keymaster",
4609 		.value = "1",
4610 	},
4611 	{
4612 		.key = "ro.boot.mode",
4613 		.value = "normal",
4614 	},
4615 	{
4616 		.key = "ro.boot.pcba_number",
4617 		.value = "001685907522036000002439",
4618 	},
4619 	{
4620 		.key = "ro.boot.project_name",
4621 		.value = "16859",
4622 	},
4623 	{
4624 		.key = "ro.boot.rf_version",
4625 		.value = "53",
4626 	},
4627 	{
4628 		.key = "ro.boot.rpmb_enable",
4629 		.value = "true",
4630 	},
4631 	{
4632 		.key = "ro.boot.secboot",
4633 		.value = "enabled",
4634 	},
4635 	{
4636 		.key = "ro.boot.serialno",
4637 		.value = "54f801ef",
4638 	},
4639 	{
4640 		.key = "ro.boot.startupmode",
4641 		.value = "pwrkey",
4642 	},
4643 	{
4644 		.key = "ro.boot.verifiedbootstate",
4645 		.value = "green",
4646 	},
4647 	{
4648 		.key = "ro.boot.veritymode",
4649 		.value = "enforcing",
4650 	},
4651 	{
4652 		.key = "ro.bootimage.build.date",
4653 		.value = "Fri Feb 23 01:13:37 CST 2018",
4654 	},
4655 	{
4656 		.key = "ro.bootimage.build.date.utc",
4657 		.value = "1519319617",
4658 	},
4659 	{
4660 		.key = "ro.bootimage.build.fingerprint",
4661 		.value = "OnePlus/OnePlus5/OnePlus5:8.0.0/OPR1.170623.032/01301703:user/release-keys",
4662 	},
4663 	{
4664 		.key = "ro.bootloader",
4665 		.value = "unknown",
4666 	},
4667 	{
4668 		.key = "ro.bootmode",
4669 		.value = "normal",
4670 	},
4671 	{
4672 		.key = "ro.build.characteristics",
4673 		.value = "nosdcard",
4674 	},
4675 	{
4676 		.key = "ro.build.date",
4677 		.value = "Fri Feb 23 01:13:37 CST 2018",
4678 	},
4679 	{
4680 		.key = "ro.build.date.Ymd",
4681 		.value = "180223",
4682 	},
4683 	{
4684 		.key = "ro.build.date.YmdHM",
4685 		.value = "201802230119",
4686 	},
4687 	{
4688 		.key = "ro.build.date.utc",
4689 		.value = "1519319617",
4690 	},
4691 	{
4692 		.key = "ro.build.date.ymd",
4693 		.value = "180223",
4694 	},
4695 	{
4696 		.key = "ro.build.description",
4697 		.value = "OnePlus5-user 8.0.0 OPR1.170623.032 119 release-keys",
4698 	},
4699 	{
4700 		.key = "ro.build.display.full_id",
4701 		.value = "ONEPLUS A5000_23_O.31_180223",
4702 	},
4703 	{
4704 		.key = "ro.build.display.id",
4705 		.value = "ONEPLUS A5000_23_180223",
4706 	},
4707 	{
4708 		.key = "ro.build.fingerprint",
4709 		.value = "OnePlus/OnePlus5/OnePlus5:8.0.0/OPR1.170623.032/01301703:user/release-keys",
4710 	},
4711 	{
4712 		.key = "ro.build.flavor",
4713 		.value = "OnePlus5-user",
4714 	},
4715 	{
4716 		.key = "ro.build.host",
4717 		.value = "ubuntu-23",
4718 	},
4719 	{
4720 		.key = "ro.build.id",
4721 		.value = "OPR1.170623.032",
4722 	},
4723 	{
4724 		.key = "ro.build.id.hardware",
4725 		.value = "ONEPLUS A5000_23_",
4726 	},
4727 	{
4728 		.key = "ro.build.kernel.id",
4729 		.value = "4.4-G1802230119",
4730 	},
4731 	{
4732 		.key = "ro.build.oemfingerprint",
4733 		.value = "8.0.0/OPR1.170623.032/01301703:user/release-keys",
4734 	},
4735 	{
4736 		.key = "ro.build.ota.versionname",
4737 		.value = "OnePlus5Oxygen_23_1802230119",
4738 	},
4739 	{
4740 		.key = "ro.build.product",
4741 		.value = "OnePlus5",
4742 	},
4743 	{
4744 		.key = "ro.build.release_type",
4745 		.value = "release",
4746 	},
4747 	{
4748 		.key = "ro.build.shutdown_timeout",
4749 		.value = "0",
4750 	},
4751 	{
4752 		.key = "ro.build.soft.majorversion",
4753 		.value = "A",
4754 	},
4755 	{
4756 		.key = "ro.build.soft.version",
4757 		.value = "O.31",
4758 	},
4759 	{
4760 		.key = "ro.build.tags",
4761 		.value = "release-keys",
4762 	},
4763 	{
4764 		.key = "ro.build.type",
4765 		.value = "user",
4766 	},
4767 	{
4768 		.key = "ro.build.user",
4769 		.value = "OnePlus",
4770 	},
4771 	{
4772 		.key = "ro.build.version.all_codenames",
4773 		.value = "REL",
4774 	},
4775 	{
4776 		.key = "ro.build.version.base_os",
4777 		.value = "",
4778 	},
4779 	{
4780 		.key = "ro.build.version.codename",
4781 		.value = "REL",
4782 	},
4783 	{
4784 		.key = "ro.build.version.incremental",
4785 		.value = "119",
4786 	},
4787 	{
4788 		.key = "ro.build.version.ota",
4789 		.value = "OnePlus5Oxygen_23.O.31_GLO_031_1802230119",
4790 	},
4791 	{
4792 		.key = "ro.build.version.preview_sdk",
4793 		.value = "0",
4794 	},
4795 	{
4796 		.key = "ro.build.version.release",
4797 		.value = "8.0.0",
4798 	},
4799 	{
4800 		.key = "ro.build.version.sdk",
4801 		.value = "26",
4802 	},
4803 	{
4804 		.key = "ro.build.version.security_patch",
4805 		.value = "2017-12-01",
4806 	},
4807 	{
4808 		.key = "ro.carrier",
4809 		.value = "unknown",
4810 	},
4811 	{
4812 		.key = "ro.com.android.dataroaming",
4813 		.value = "true",
4814 	},
4815 	{
4816 		.key = "ro.com.google.gmsversion",
4817 		.value = "8.0_r4",
4818 	},
4819 	{
4820 		.key = "ro.common.soft",
4821 		.value = "OnePlus5",
4822 	},
4823 	{
4824 		.key = "ro.config.alarm_alert",
4825 		.value = "spring.ogg",
4826 	},
4827 	{
4828 		.key = "ro.config.mms_notification",
4829 		.value = "free.ogg",
4830 	},
4831 	{
4832 		.key = "ro.config.notification_sound",
4833 		.value = "meet.ogg",
4834 	},
4835 	{
4836 		.key = "ro.config.ringtone",
4837 		.value = "oneplus_tune.ogg",
4838 	},
4839 	{
4840 		.key = "ro.control_privapp_permissions",
4841 		.value = "log",
4842 	},
4843 	{
4844 		.key = "ro.crypto.state",
4845 		.value = "encrypted",
4846 	},
4847 	{
4848 		.key = "ro.crypto.type",
4849 		.value = "file",
4850 	},
4851 	{
4852 		.key = "ro.dalvik.vm.native.bridge",
4853 		.value = "0",
4854 	},
4855 	{
4856 		.key = "ro.debuggable",
4857 		.value = "0",
4858 	},
4859 	{
4860 		.key = "ro.device_owner",
4861 		.value = "false",
4862 	},
4863 	{
4864 		.key = "ro.dirac.acs.storeSettings",
4865 		.value = "1",
4866 	},
4867 	{
4868 		.key = "ro.dirac.ignore_error",
4869 		.value = "1",
4870 	},
4871 	{
4872 		.key = "ro.display.series",
4873 		.value = "OnePlus 5",
4874 	},
4875 	{
4876 		.key = "ro.expect.recovery_id",
4877 		.value = "0xfee05c25867ac2fa97d3aee3537a9a8fbb7520b1000000000000000000000000",
4878 	},
4879 	{
4880 		.key = "ro.frp.pst",
4881 		.value = "/dev/block/bootdevice/by-name/config",
4882 	},
4883 	{
4884 		.key = "ro.hardware",
4885 		.value = "qcom",
4886 	},
4887 	{
4888 		.key = "ro.hardware.nfc_nci",
4889 		.value = "nqx.default",
4890 	},
4891 	{
4892 		.key = "ro.hwui.drop_shadow_cache_size",
4893 		.value = "6",
4894 	},
4895 	{
4896 		.key = "ro.hwui.gradient_cache_size",
4897 		.value = "1",
4898 	},
4899 	{
4900 		.key = "ro.hwui.layer_cache_size",
4901 		.value = "48",
4902 	},
4903 	{
4904 		.key = "ro.hwui.path_cache_size",
4905 		.value = "32",
4906 	},
4907 	{
4908 		.key = "ro.hwui.r_buffer_cache_size",
4909 		.value = "8",
4910 	},
4911 	{
4912 		.key = "ro.hwui.text_large_cache_height",
4913 		.value = "4096",
4914 	},
4915 	{
4916 		.key = "ro.hwui.text_large_cache_width",
4917 		.value = "2048",
4918 	},
4919 	{
4920 		.key = "ro.hwui.text_small_cache_height",
4921 		.value = "1024",
4922 	},
4923 	{
4924 		.key = "ro.hwui.text_small_cache_width",
4925 		.value = "1024",
4926 	},
4927 	{
4928 		.key = "ro.hwui.texture_cache_flushrate",
4929 		.value = "0.4",
4930 	},
4931 	{
4932 		.key = "ro.hwui.texture_cache_size",
4933 		.value = "72",
4934 	},
4935 	{
4936 		.key = "ro.nfc.port",
4937 		.value = "I2C",
4938 	},
4939 	{
4940 		.key = "ro.oem_unlock_supported",
4941 		.value = "true",
4942 	},
4943 	{
4944 		.key = "ro.oxygen.version",
4945 		.value = "5.0.4",
4946 	},
4947 	{
4948 		.key = "ro.product.board",
4949 		.value = "msm8998",
4950 	},
4951 	{
4952 		.key = "ro.product.brand",
4953 		.value = "OnePlus",
4954 	},
4955 	{
4956 		.key = "ro.product.cpu.abi",
4957 		.value = "arm64-v8a",
4958 	},
4959 	{
4960 		.key = "ro.product.cpu.abilist",
4961 		.value = "arm64-v8a,armeabi-v7a,armeabi",
4962 	},
4963 	{
4964 		.key = "ro.product.cpu.abilist32",
4965 		.value = "armeabi-v7a,armeabi",
4966 	},
4967 	{
4968 		.key = "ro.product.cpu.abilist64",
4969 		.value = "arm64-v8a",
4970 	},
4971 	{
4972 		.key = "ro.product.device",
4973 		.value = "OnePlus5",
4974 	},
4975 	{
4976 		.key = "ro.product.first_api_level",
4977 		.value = "23",
4978 	},
4979 	{
4980 		.key = "ro.product.locale",
4981 		.value = "en-US",
4982 	},
4983 	{
4984 		.key = "ro.product.manufacturer",
4985 		.value = "OnePlus",
4986 	},
4987 	{
4988 		.key = "ro.product.model",
4989 		.value = "ONEPLUS A5000",
4990 	},
4991 	{
4992 		.key = "ro.product.name",
4993 		.value = "OnePlus5",
4994 	},
4995 	{
4996 		.key = "ro.property_service.version",
4997 		.value = "2",
4998 	},
4999 	{
5000 		.key = "ro.qualcomm.cabl",
5001 		.value = "0",
5002 	},
5003 	{
5004 		.key = "ro.remount.time",
5005 		.value = "1",
5006 	},
5007 	{
5008 		.key = "ro.revision",
5009 		.value = "0",
5010 	},
5011 	{
5012 		.key = "ro.rf_version",
5013 		.value = "TDD_FDD_All",
5014 	},
5015 	{
5016 		.key = "ro.ril.supportLTE",
5017 		.value = "1",
5018 	},
5019 	{
5020 		.key = "ro.secure",
5021 		.value = "1",
5022 	},
5023 	{
5024 		.key = "ro.serialno",
5025 		.value = "54f801ef",
5026 	},
5027 	{
5028 		.key = "ro.setupwizard.mode",
5029 		.value = "OPTIONAL",
5030 	},
5031 	{
5032 		.key = "ro.sf.lcd_density",
5033 		.value = "420",
5034 	},
5035 	{
5036 		.key = "ro.sys.sdcardfs",
5037 		.value = "true",
5038 	},
5039 	{
5040 		.key = "ro.telephony.call_ring.multiple",
5041 		.value = "false",
5042 	},
5043 	{
5044 		.key = "ro.telephony.default_network",
5045 		.value = "22,20",
5046 	},
5047 	{
5048 		.key = "ro.treble.enabled",
5049 		.value = "false",
5050 	},
5051 	{
5052 		.key = "ro.use_data_netmgrd",
5053 		.value = "true",
5054 	},
5055 	{
5056 		.key = "ro.vendor.at_library",
5057 		.value = "libqti-at.so",
5058 	},
5059 	{
5060 		.key = "ro.vendor.audio.sdk.fluencetype",
5061 		.value = "fluencepro",
5062 	},
5063 	{
5064 		.key = "ro.vendor.audio.sdk.ssr",
5065 		.value = "false",
5066 	},
5067 	{
5068 		.key = "ro.vendor.extension_library",
5069 		.value = "libqti-perfd-client.so",
5070 	},
5071 	{
5072 		.key = "ro.vendor.gt_library",
5073 		.value = "libqti-gt.so",
5074 	},
5075 	{
5076 		.key = "ro.vendor.qti.core_ctl_max_cpu",
5077 		.value = "4",
5078 	},
5079 	{
5080 		.key = "ro.vendor.qti.core_ctl_min_cpu",
5081 		.value = "2",
5082 	},
5083 	{
5084 		.key = "ro.vendor.qti.sys.fw.bg_apps_limit",
5085 		.value = "32",
5086 	},
5087 	{
5088 		.key = "ro.vendor.qti.sys.fw.bservice_age",
5089 		.value = "5000",
5090 	},
5091 	{
5092 		.key = "ro.vendor.qti.sys.fw.bservice_enable",
5093 		.value = "true",
5094 	},
5095 	{
5096 		.key = "ro.vendor.qti.sys.fw.bservice_limit",
5097 		.value = "5",
5098 	},
5099 	{
5100 		.key = "ro.vendor.ril.svdo",
5101 		.value = "false",
5102 	},
5103 	{
5104 		.key = "ro.vendor.ril.svlte1x",
5105 		.value = "false",
5106 	},
5107 	{
5108 		.key = "ro.vendor.sensors.dev_ori",
5109 		.value = "true",
5110 	},
5111 	{
5112 		.key = "ro.vendor.sensors.dpc",
5113 		.value = "true",
5114 	},
5115 	{
5116 		.key = "ro.vendor.sensors.mot_detect",
5117 		.value = "true",
5118 	},
5119 	{
5120 		.key = "ro.vendor.sensors.multishake",
5121 		.value = "true",
5122 	},
5123 	{
5124 		.key = "ro.vendor.sensors.pmd",
5125 		.value = "true",
5126 	},
5127 	{
5128 		.key = "ro.vendor.sensors.sta_detect",
5129 		.value = "true",
5130 	},
5131 	{
5132 		.key = "ro.wifi.channels",
5133 		.value = "",
5134 	},
5135 	{
5136 		.key = "ro.xxversion",
5137 		.value = "v0.5",
5138 	},
5139 	{
5140 		.key = "ro.zygote",
5141 		.value = "zygote64_32",
5142 	},
5143 	{
5144 		.key = "sched.colocate.enable",
5145 		.value = "1",
5146 	},
5147 	{
5148 		.key = "sdm.debug.disable_skip_validate",
5149 		.value = "1",
5150 	},
5151 	{
5152 		.key = "sdm.perf_hint_window",
5153 		.value = "0",
5154 	},
5155 	{
5156 		.key = "security.perf_harden",
5157 		.value = "1",
5158 	},
5159 	{
5160 		.key = "selinux.restorecon_recursive",
5161 		.value = "/data/misc_ce/0",
5162 	},
5163 	{
5164 		.key = "service.bootanim.exit",
5165 		.value = "1",
5166 	},
5167 	{
5168 		.key = "service.sf.present_timestamp",
5169 		.value = "1",
5170 	},
5171 	{
5172 		.key = "sys.automode",
5173 		.value = "0",
5174 	},
5175 	{
5176 		.key = "sys.boot_completed",
5177 		.value = "1",
5178 	},
5179 	{
5180 		.key = "sys.cgroup.active",
5181 		.value = "0",
5182 	},
5183 	{
5184 		.key = "sys.cgroup.version",
5185 		.value = "v15112601",
5186 	},
5187 	{
5188 		.key = "sys.dci3p",
5189 		.value = "0",
5190 	},
5191 	{
5192 		.key = "sys.games.gt.prof",
5193 		.value = "1",
5194 	},
5195 	{
5196 		.key = "sys.listeners.registered",
5197 		.value = "true",
5198 	},
5199 	{
5200 		.key = "sys.logbootcomplete",
5201 		.value = "1",
5202 	},
5203 	{
5204 		.key = "sys.night_mode",
5205 		.value = "0",
5206 	},
5207 	{
5208 		.key = "sys.oem_unlock_allowed",
5209 		.value = "1",
5210 	},
5211 	{
5212 		.key = "sys.post_boot.parsed",
5213 		.value = "1",
5214 	},
5215 	{
5216 		.key = "sys.radio.mcc",
5217 		.value = "310",
5218 	},
5219 	{
5220 		.key = "sys.rescue_boot_count",
5221 		.value = "1",
5222 	},
5223 	{
5224 		.key = "sys.srgb",
5225 		.value = "0",
5226 	},
5227 	{
5228 		.key = "sys.sysctl.extra_free_kbytes",
5229 		.value = "24300",
5230 	},
5231 	{
5232 		.key = "sys.usb.config",
5233 		.value = "adb",
5234 	},
5235 	{
5236 		.key = "sys.usb.ffs.ready",
5237 		.value = "1",
5238 	},
5239 	{
5240 		.key = "sys.usb.rmnet.func.name",
5241 		.value = "gsi",
5242 	},
5243 	{
5244 		.key = "sys.usb.rndis.func.name",
5245 		.value = "gsi",
5246 	},
5247 	{
5248 		.key = "sys.usb.rps_mask",
5249 		.value = "0",
5250 	},
5251 	{
5252 		.key = "sys.usb.state",
5253 		.value = "adb",
5254 	},
5255 	{
5256 		.key = "sys.vendor.shutdown.waittime",
5257 		.value = "500",
5258 	},
5259 	{
5260 		.key = "sys.wifitracing.started",
5261 		.value = "1",
5262 	},
5263 	{
5264 		.key = "telephony.lteOnCdmaDevice",
5265 		.value = "1,1",
5266 	},
5267 	{
5268 		.key = "vendor.audio.dolby.ds2.enabled",
5269 		.value = "false",
5270 	},
5271 	{
5272 		.key = "vendor.audio.dolby.ds2.hardbypass",
5273 		.value = "false",
5274 	},
5275 	{
5276 		.key = "vendor.audio.flac.sw.decoder.24bit",
5277 		.value = "true",
5278 	},
5279 	{
5280 		.key = "vendor.audio.hw.aac.encoder",
5281 		.value = "true",
5282 	},
5283 	{
5284 		.key = "vendor.audio.noisy.broadcast.delay",
5285 		.value = "600",
5286 	},
5287 	{
5288 		.key = "vendor.audio.offload.buffer.size.kb",
5289 		.value = "32",
5290 	},
5291 	{
5292 		.key = "vendor.audio.offload.gapless.enabled",
5293 		.value = "true",
5294 	},
5295 	{
5296 		.key = "vendor.audio.offload.multiaac.enable",
5297 		.value = "true",
5298 	},
5299 	{
5300 		.key = "vendor.audio.offload.multiple.enabled",
5301 		.value = "true",
5302 	},
5303 	{
5304 		.key = "vendor.audio.offload.passthrough",
5305 		.value = "false",
5306 	},
5307 	{
5308 		.key = "vendor.audio.offload.track.enable",
5309 		.value = "true",
5310 	},
5311 	{
5312 		.key = "vendor.audio.parser.ip.buffer.size",
5313 		.value = "0",
5314 	},
5315 	{
5316 		.key = "vendor.audio.safx.pbe.enabled",
5317 		.value = "true",
5318 	},
5319 	{
5320 		.key = "vendor.audio.tunnel.encode",
5321 		.value = "false",
5322 	},
5323 	{
5324 		.key = "vendor.audio.use.sw.alac.decoder",
5325 		.value = "true",
5326 	},
5327 	{
5328 		.key = "vendor.audio.use.sw.ape.decoder",
5329 		.value = "true",
5330 	},
5331 	{
5332 		.key = "vendor.audio_hal.period_size",
5333 		.value = "192",
5334 	},
5335 	{
5336 		.key = "vendor.camera.aux.packagelist",
5337 		.value = "org.codeaurora.snapcam,com.oneplus.camera,com.oneplus.factorymode",
5338 	},
5339 	{
5340 		.key = "vendor.display.enable_default_color_mode",
5341 		.value = "0",
5342 	},
5343 	{
5344 		.key = "vendor.fm.a2dp.conc.disabled",
5345 		.value = "true",
5346 	},
5347 	{
5348 		.key = "vendor.voice.path.for.pcm.voip",
5349 		.value = "true",
5350 	},
5351 	{
5352 		.key = "vidc.enc.dcvs.extra-buff-count",
5353 		.value = "2",
5354 	},
5355 	{
5356 		.key = "vold.datafs.type",
5357 		.value = "EXT4",
5358 	},
5359 	{
5360 		.key = "vold.emulated.ready",
5361 		.value = "1",
5362 	},
5363 	{
5364 		.key = "vold.fbe.decrypted",
5365 		.value = "1",
5366 	},
5367 	{
5368 		.key = "vold.has_adoptable",
5369 		.value = "0",
5370 	},
5371 	{
5372 		.key = "vold.internalSD.mount",
5373 		.value = "1",
5374 	},
5375 	{
5376 		.key = "vold.internalSD.startcopy",
5377 		.value = "1",
5378 	},
5379 	{
5380 		.key = "vold.post_fs_data_done",
5381 		.value = "1",
5382 	},
5383 	{
5384 		.key = "wifi.interface",
5385 		.value = "wlan0",
5386 	},
5387 	{ NULL },
5388 };
5389 #endif /* __ANDROID__ */
5390