blob: 09e4db719b7350f5b79f621ecca9a80b1bc5d5aa [file] [log] [blame]
Marat Dukhand51d3952018-03-17 19:18:06 -07001struct cpuinfo_mock_file filesystem[] = {
2 {
3 .path = "/proc/cpuinfo",
4 .size = 1716,
5 .content =
6 "Processor\t: AArch64 Processor rev 12 (aarch64)\n"
7 "processor\t: 0\n"
8 "BogoMIPS\t: 38.40\n"
9 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
10 "CPU implementer\t: 0x51\n"
11 "CPU architecture: 8\n"
12 "CPU variant\t: 0x7\n"
13 "CPU part\t: 0x803\n"
14 "CPU revision\t: 12\n"
15 "\n"
16 "processor\t: 1\n"
17 "BogoMIPS\t: 38.40\n"
18 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
19 "CPU implementer\t: 0x51\n"
20 "CPU architecture: 8\n"
21 "CPU variant\t: 0x7\n"
22 "CPU part\t: 0x803\n"
23 "CPU revision\t: 12\n"
24 "\n"
25 "processor\t: 2\n"
26 "BogoMIPS\t: 38.40\n"
27 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
28 "CPU implementer\t: 0x51\n"
29 "CPU architecture: 8\n"
30 "CPU variant\t: 0x7\n"
31 "CPU part\t: 0x803\n"
32 "CPU revision\t: 12\n"
33 "\n"
34 "processor\t: 3\n"
35 "BogoMIPS\t: 38.40\n"
36 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
37 "CPU implementer\t: 0x51\n"
38 "CPU architecture: 8\n"
39 "CPU variant\t: 0x7\n"
40 "CPU part\t: 0x803\n"
41 "CPU revision\t: 12\n"
42 "\n"
43 "processor\t: 4\n"
44 "BogoMIPS\t: 38.40\n"
45 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
46 "CPU implementer\t: 0x51\n"
47 "CPU architecture: 8\n"
48 "CPU variant\t: 0x6\n"
49 "CPU part\t: 0x802\n"
50 "CPU revision\t: 13\n"
51 "\n"
52 "processor\t: 5\n"
53 "BogoMIPS\t: 38.40\n"
54 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
55 "CPU implementer\t: 0x51\n"
56 "CPU architecture: 8\n"
57 "CPU variant\t: 0x6\n"
58 "CPU part\t: 0x802\n"
59 "CPU revision\t: 13\n"
60 "\n"
61 "processor\t: 6\n"
62 "BogoMIPS\t: 38.40\n"
63 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
64 "CPU implementer\t: 0x51\n"
65 "CPU architecture: 8\n"
66 "CPU variant\t: 0x6\n"
67 "CPU part\t: 0x802\n"
68 "CPU revision\t: 13\n"
69 "\n"
70 "processor\t: 7\n"
71 "BogoMIPS\t: 38.40\n"
72 "Features\t: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp\n"
73 "CPU implementer\t: 0x51\n"
74 "CPU architecture: 8\n"
75 "CPU variant\t: 0x6\n"
76 "CPU part\t: 0x802\n"
77 "CPU revision\t: 13\n"
78 "\n"
79 "Hardware\t: Qualcomm Technologies, Inc SDM845\n",
80 },
81 {
82 .path = "/sys/class/kgsl/kgsl-3d0/bus_split",
83 .size = 2,
84 .content = "1\n",
85 },
86 {
87 .path = "/sys/class/kgsl/kgsl-3d0/clock_mhz",
88 .size = 4,
89 .content = "257\n",
90 },
91 {
92 .path = "/sys/class/kgsl/kgsl-3d0/default_pwrlevel",
93 .size = 2,
94 .content = "6\n",
95 },
96 {
97 .path = "/sys/class/kgsl/kgsl-3d0/dev",
98 .size = 6,
99 .content = "234:0\n",
100 },
101 {
102 .path = "/sys/class/kgsl/kgsl-3d0/freq_table_mhz",
103 .size = 29,
104 .content = "710 675 596 520 414 342 257 \n",
105 },
106 {
107 .path = "/sys/class/kgsl/kgsl-3d0/ft_hang_intr_status",
108 .size = 2,
109 .content = "0\n",
110 },
111 {
112 .path = "/sys/class/kgsl/kgsl-3d0/ft_long_ib_detect",
113 .size = 2,
114 .content = "1\n",
115 },
116 {
117 .path = "/sys/class/kgsl/kgsl-3d0/ft_pagefault_policy",
118 .size = 4,
119 .content = "0x0\n",
120 },
121 {
122 .path = "/sys/class/kgsl/kgsl-3d0/ft_policy",
123 .size = 5,
124 .content = "0xC2\n",
125 },
126 {
127 .path = "/sys/class/kgsl/kgsl-3d0/gpu_available_frequencies",
128 .size = 71,
129 .content = "710000000 675000000 596000000 520000000 414000000 342000000 257000000 \n",
130 },
131 {
132 .path = "/sys/class/kgsl/kgsl-3d0/gpu_busy_percentage",
133 .size = 4,
134 .content = "9 %\n",
135 },
136 {
137 .path = "/sys/class/kgsl/kgsl-3d0/gpu_clock_stats",
138 .size = 55,
139 .content = "49749847 396065 361620 203354 155600 323503 217235909 \n",
140 },
141 {
142 .path = "/sys/class/kgsl/kgsl-3d0/gpu_llc_slice_enable",
143 .size = 2,
144 .content = "1\n",
145 },
146 {
147 .path = "/sys/class/kgsl/kgsl-3d0/gpu_model",
148 .size = 12,
149 .content = "Adreno630v2\n",
150 },
151 {
152 .path = "/sys/class/kgsl/kgsl-3d0/gpubusy",
153 .size = 16,
154 .content = " 0 0\n",
155 },
156 {
157 .path = "/sys/class/kgsl/kgsl-3d0/gpuclk",
158 .size = 10,
159 .content = "257000000\n",
160 },
161 {
162 .path = "/sys/class/kgsl/kgsl-3d0/gpuhtw_llc_slice_enable",
163 .size = 2,
164 .content = "1\n",
165 },
166 {
167 .path = "/sys/class/kgsl/kgsl-3d0/hwcg",
168 .size = 2,
169 .content = "1\n",
170 },
171 {
172 .path = "/sys/class/kgsl/kgsl-3d0/idle_timer",
173 .size = 3,
174 .content = "80\n",
175 },
176 {
177 .path = "/sys/class/kgsl/kgsl-3d0/lm",
178 .size = 2,
179 .content = "0\n",
180 },
181 {
182 .path = "/sys/class/kgsl/kgsl-3d0/max_gpuclk",
183 .size = 10,
184 .content = "710000000\n",
185 },
186 {
187 .path = "/sys/class/kgsl/kgsl-3d0/max_pwrlevel",
188 .size = 2,
189 .content = "0\n",
190 },
191 {
192 .path = "/sys/class/kgsl/kgsl-3d0/min_clock_mhz",
193 .size = 4,
194 .content = "257\n",
195 },
196 {
197 .path = "/sys/class/kgsl/kgsl-3d0/min_pwrlevel",
198 .size = 2,
199 .content = "6\n",
200 },
201 {
202 .path = "/sys/class/kgsl/kgsl-3d0/num_pwrlevels",
203 .size = 2,
204 .content = "7\n",
205 },
206 {
207 .path = "/sys/class/kgsl/kgsl-3d0/pmqos_active_latency",
208 .size = 4,
209 .content = "460\n",
210 },
211 {
212 .path = "/sys/class/kgsl/kgsl-3d0/popp",
213 .size = 2,
214 .content = "0\n",
215 },
216 {
217 .path = "/sys/class/kgsl/kgsl-3d0/preempt_count",
218 .size = 4,
219 .content = "0x1\n",
220 },
221 {
222 .path = "/sys/class/kgsl/kgsl-3d0/preempt_level",
223 .size = 4,
224 .content = "0x1\n",
225 },
226 {
227 .path = "/sys/class/kgsl/kgsl-3d0/preemption",
228 .size = 2,
229 .content = "1\n",
230 },
231 {
232 .path = "/sys/class/kgsl/kgsl-3d0/pwrscale",
233 .size = 2,
234 .content = "1\n",
235 },
236 {
237 .path = "/sys/class/kgsl/kgsl-3d0/reset_count",
238 .size = 5,
239 .content = "4961\n",
240 },
241 {
242 .path = "/sys/class/kgsl/kgsl-3d0/skipsaverestore",
243 .size = 2,
244 .content = "1\n",
245 },
246 {
247 .path = "/sys/class/kgsl/kgsl-3d0/sptp_pc",
248 .size = 2,
249 .content = "1\n",
250 },
251 {
252 .path = "/sys/class/kgsl/kgsl-3d0/thermal_pwrlevel",
253 .size = 2,
254 .content = "0\n",
255 },
256 {
257 .path = "/sys/class/kgsl/kgsl-3d0/throttling",
258 .size = 2,
259 .content = "1\n",
260 },
261 {
262 .path = "/sys/class/kgsl/kgsl-3d0/usesgmem",
263 .size = 2,
264 .content = "1\n",
265 },
266 {
267 .path = "/sys/class/kgsl/kgsl-3d0/wake_nice",
268 .size = 3,
269 .content = "-7\n",
270 },
271 {
272 .path = "/sys/class/kgsl/kgsl-3d0/wake_timeout",
273 .size = 4,
274 .content = "100\n",
275 },
276 {
277 .path = "/sys/devices/soc0/accessory_chip",
278 .size = 2,
279 .content = "0\n",
280 },
281 {
282 .path = "/sys/devices/soc0/build_id",
283 .size = 1,
284 .content = "\n",
285 },
286 {
287 .path = "/sys/devices/soc0/chip_family",
288 .size = 5,
289 .content = "0x4f\n",
290 },
291 {
292 .path = "/sys/devices/soc0/chip_name",
293 .size = 7,
294 .content = "SDM845\n",
295 },
296 {
297 .path = "/sys/devices/soc0/family",
298 .size = 11,
299 .content = "Snapdragon\n",
300 },
301 {
302 .path = "/sys/devices/soc0/foundry_id",
303 .size = 2,
304 .content = "3\n",
305 },
306 {
307 .path = "/sys/devices/soc0/hw_platform",
308 .size = 4,
309 .content = "MTP\n",
310 },
311 {
312 .path = "/sys/devices/soc0/image_crm_version",
313 .size = 5,
314 .content =
315 "REL\n"
316 "\n",
317 },
318 {
319 .path = "/sys/devices/soc0/image_variant",
320 .size = 18,
321 .content =
322 "star2qlteue-user\n"
323 "\n",
324 },
325 {
326 .path = "/sys/devices/soc0/image_version",
327 .size = 25,
328 .content =
329 "10:R16NW:G965U1UEU1ARB7\n"
330 "\n",
331 },
332 {
333 .path = "/sys/devices/soc0/images",
334 .size = 700,
335 .content =
336 "0:\n"
337 "\tCRM:\t\t00:BOOT.XF.2.0-00340-SDM845LZB-1\n"
338 "\tVariant:\tSDM845LA\n"
339 "\tVersion:\tSWDG5213\n"
340 "\n"
341 "1:\n"
342 "\tCRM:\t\t01:TZ.XF.5.0.1-132629-63\n"
343 "\tVariant:\t \n"
344 "\tVersion:\tCRM\n"
345 "\n"
346 "10:\n"
347 "\tCRM:\t\t10:R16NW:G965U1UEU1ARB7\n"
348 "\n"
349 "\tVariant:\tstar2qlteue-user\n"
350 "\n"
351 "\tVersion:\tREL\n"
352 "\n"
353 "\n"
354 "11:\n"
355 "\tCRM:\t\t11:MPSS.AT.4.0.c2.5-00045-SDM845_GEN_PACK-1.135721.1\n"
356 "\tVariant:\tsdm845.gen.prodQ\n"
357 "\tVersion:\tSWDG4511-VM02\n"
358 "\n"
359 "12:\n"
360 "\tCRM:\t\t12:ADSP.HT.4.0.c2-00006-SDM845-1\n"
361 "\tVariant:\t845.adsp.prodQ\n"
362 "\tVersion:\tSWDG4511-VM02\n"
363 "\n"
364 "14:\n"
365 "\tCRM:\t\t14:VIDEO.VE.5.0-00062-PROD-1536691\n"
366 "\tVariant:\tPROD\n"
367 "\tVersion:\t:HARV-MMUNDHRA\n"
368 "\n"
369 "15:\n"
370 "\tCRM:\t\t15:SLPI.HY.1.0-00272-SDM845AZL-1.129244.1\n"
371 "\tVariant:\tAAAAAAAAQ\n"
372 "\tVersion:\tSWDG5213\n"
373 "\n"
374 "16:\n"
375 "\tCRM:\t\t16:CDSP.HT.1.0-00428-SDM845-1\n"
376 "\tVariant:\t845.cdsp.prodQ\n"
377 "\tVersion:\tSWDG5213\n"
378 "\n",
379 },
380 {
381 .path = "/sys/devices/soc0/machine",
382 .size = 7,
383 .content = "SDM845\n",
384 },
385 {
386 .path = "/sys/devices/soc0/ncluster_array_offset",
387 .size = 5,
388 .content = "0xb0\n",
389 },
390 {
391 .path = "/sys/devices/soc0/ndefective_parts_array_offset",
392 .size = 5,
393 .content = "0xb4\n",
394 },
395 {
396 .path = "/sys/devices/soc0/nmodem_supported",
397 .size = 5,
398 .content = "0xff\n",
399 },
400 {
401 .path = "/sys/devices/soc0/nproduct_id",
402 .size = 6,
403 .content = "0x3f4\n",
404 },
405 {
406 .path = "/sys/devices/soc0/num_clusters",
407 .size = 4,
408 .content = "0x1\n",
409 },
410 {
411 .path = "/sys/devices/soc0/num_defective_parts",
412 .size = 4,
413 .content = "0x6\n",
414 },
415 {
416 .path = "/sys/devices/soc0/platform_subtype",
417 .size = 8,
418 .content = "Unknown\n",
419 },
420 {
421 .path = "/sys/devices/soc0/platform_subtype_id",
422 .size = 2,
423 .content = "0\n",
424 },
425 {
426 .path = "/sys/devices/soc0/platform_version",
427 .size = 6,
428 .content = "65536\n",
429 },
430 {
431 .path = "/sys/devices/soc0/pmic_die_revision",
432 .size = 7,
433 .content = "131072\n",
434 },
435 {
436 .path = "/sys/devices/soc0/pmic_model",
437 .size = 6,
438 .content = "65556\n",
439 },
440 {
441 .path = "/sys/devices/soc0/raw_device_family",
442 .size = 4,
443 .content = "0x6\n",
444 },
445 {
446 .path = "/sys/devices/soc0/raw_device_number",
447 .size = 4,
448 .content = "0x0\n",
449 },
450 {
451 .path = "/sys/devices/soc0/raw_id",
452 .size = 4,
453 .content = "139\n",
454 },
455 {
456 .path = "/sys/devices/soc0/raw_version",
457 .size = 2,
458 .content = "2\n",
459 },
460 {
461 .path = "/sys/devices/soc0/revision",
462 .size = 4,
463 .content = "2.1\n",
464 },
465 {
466 .path = "/sys/devices/soc0/select_image",
467 .size = 3,
468 .content = "10\n",
469 },
470 {
471 .path = "/sys/devices/soc0/serial_number",
472 .size = 11,
473 .content = "4068908034\n",
474 },
475 {
476 .path = "/sys/devices/soc0/soc_id",
477 .size = 4,
478 .content = "321\n",
479 },
480 {
481 .path = "/sys/devices/soc0/vendor",
482 .size = 9,
483 .content = "Qualcomm\n",
484 },
485 {
486 .path = "/sys/devices/system/cpu/kernel_max",
487 .size = 2,
488 .content = "7\n",
489 },
490 {
491 .path = "/sys/devices/system/cpu/possible",
492 .size = 4,
493 .content = "0-7\n",
494 },
495 {
496 .path = "/sys/devices/system/cpu/present",
497 .size = 4,
498 .content = "0-7\n",
499 },
500 {
501 .path = "/sys/devices/system/cpu/online",
502 .size = 4,
503 .content = "0-7\n",
504 },
505 {
506 .path = "/sys/devices/system/cpu/offline",
507 .size = 1,
508 .content = "\n",
509 },
510 {
511 .path = "/sys/devices/system/cpu/modalias",
512 .size = 81,
513 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000A\n",
514 },
515 {
516 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_cpu_num",
517 .size = 4,
518 .content = "4-7\n",
519 },
520 {
521 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_max_freq",
522 .size = 11,
523 .content = "4294967295\n",
524 },
525 {
526 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/big_min_freq",
527 .size = 7,
528 .content = "902400\n",
529 },
530 {
531 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/hmp_boost_type",
532 .size = 2,
533 .content = "2\n",
534 },
535 {
536 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/hmp_prev_boost_type",
537 .size = 2,
538 .content = "0\n",
539 },
540 {
541 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/ltl_cpu_num",
542 .size = 4,
543 .content = "0-3\n",
544 },
545 {
546 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/ltl_divider",
547 .size = 2,
548 .content = "2\n",
549 },
550 {
551 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/ltl_max_freq",
552 .size = 7,
553 .content = "883200\n",
554 },
555 {
556 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/ltl_min_freq",
557 .size = 7,
558 .content = "150000\n",
559 },
560 {
561 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/ltl_min_lock",
562 .size = 7,
563 .content = "566400\n",
564 },
565 {
566 .path = "/sys/devices/system/cpu/cpufreq/cpufreq_limit/requests",
567 .size = 21,
568 .content = "label\t\tmin\tmax\tsince\n",
569 },
570 {
571 .path = "/sys/devices/system/cpu/cpuidle/current_driver",
572 .size = 9,
573 .content = "msm_idle\n",
574 },
575 {
576 .path = "/sys/devices/system/cpu/cpuidle/current_governor_ro",
577 .size = 5,
578 .content = "qcom\n",
579 },
580 {
581 .path = "/sys/devices/system/cpu/cpu0/core_ctl/active_cpus",
582 .size = 2,
583 .content = "4\n",
584 },
585 {
586 .path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_up_thres",
587 .size = 9,
588 .content = "0 0 0 0 \n",
589 },
590 {
591 .path = "/sys/devices/system/cpu/cpu0/core_ctl/busy_down_thres",
592 .size = 9,
593 .content = "0 0 0 0 \n",
594 },
595 {
596 .path = "/sys/devices/system/cpu/cpu0/core_ctl/enable",
597 .size = 2,
598 .content = "1\n",
599 },
600 {
601 .path = "/sys/devices/system/cpu/cpu0/core_ctl/global_state",
602 .size = 1336,
603 .content =
604 "CPU0\n"
605 "\tCPU: 0\n"
606 "\tOnline: 1\n"
607 "\tIsolated: 0\n"
608 "\tFirst CPU: 0\n"
609 "\tBusy%: 4\n"
610 "\tIs busy: 1\n"
611 "\tNot preferred: 0\n"
612 "\tNr running: 1\n"
613 "\tActive CPUs: 4\n"
614 "\tNeed CPUs: 4\n"
615 "\tNr isolated CPUs: 0\n"
616 "\tBoost: 0\n"
617 "CPU1\n"
618 "\tCPU: 1\n"
619 "\tOnline: 1\n"
620 "\tIsolated: 0\n"
621 "\tFirst CPU: 0\n"
622 "\tBusy%: 2\n"
623 "\tIs busy: 1\n"
624 "\tNot preferred: 0\n"
625 "\tNr running: 1\n"
626 "\tActive CPUs: 4\n"
627 "\tNeed CPUs: 4\n"
628 "\tNr isolated CPUs: 0\n"
629 "\tBoost: 0\n"
630 "CPU2\n"
631 "\tCPU: 2\n"
632 "\tOnline: 1\n"
633 "\tIsolated: 0\n"
634 "\tFirst CPU: 0\n"
635 "\tBusy%: 4\n"
636 "\tIs busy: 1\n"
637 "\tNot preferred: 0\n"
638 "\tNr running: 1\n"
639 "\tActive CPUs: 4\n"
640 "\tNeed CPUs: 4\n"
641 "\tNr isolated CPUs: 0\n"
642 "\tBoost: 0\n"
643 "CPU3\n"
644 "\tCPU: 3\n"
645 "\tOnline: 1\n"
646 "\tIsolated: 0\n"
647 "\tFirst CPU: 0\n"
648 "\tBusy%: 0\n"
649 "\tIs busy: 1\n"
650 "\tNot preferred: 0\n"
651 "\tNr running: 1\n"
652 "\tActive CPUs: 4\n"
653 "\tNeed CPUs: 4\n"
654 "\tNr isolated CPUs: 0\n"
655 "\tBoost: 0\n"
656 "CPU4\n"
657 "\tCPU: 4\n"
658 "\tOnline: 1\n"
659 "\tIsolated: 0\n"
660 "\tFirst CPU: 4\n"
661 "\tBusy%: 0\n"
662 "\tIs busy: 0\n"
663 "\tNot preferred: 0\n"
664 "\tNr running: 0\n"
665 "\tActive CPUs: 4\n"
666 "\tNeed CPUs: 4\n"
667 "\tNr isolated CPUs: 0\n"
668 "\tBoost: 0\n"
669 "CPU5\n"
670 "\tCPU: 5\n"
671 "\tOnline: 1\n"
672 "\tIsolated: 0\n"
673 "\tFirst CPU: 4\n"
674 "\tBusy%: 0\n"
675 "\tIs busy: 0\n"
676 "\tNot preferred: 0\n"
677 "\tNr running: 0\n"
678 "\tActive CPUs: 4\n"
679 "\tNeed CPUs: 4\n"
680 "\tNr isolated CPUs: 0\n"
681 "\tBoost: 0\n"
682 "CPU6\n"
683 "\tCPU: 6\n"
684 "\tOnline: 1\n"
685 "\tIsolated: 0\n"
686 "\tFirst CPU: 4\n"
687 "\tBusy%: 0\n"
688 "\tIs busy: 0\n"
689 "\tNot preferred: 0\n"
690 "\tNr running: 0\n"
691 "\tActive CPUs: 4\n"
692 "\tNeed CPUs: 4\n"
693 "\tNr isolated CPUs: 0\n"
694 "\tBoost: 0\n"
695 "CPU7\n"
696 "\tCPU: 7\n"
697 "\tOnline: 1\n"
698 "\tIsolated: 0\n"
699 "\tFirst CPU: 4\n"
700 "\tBusy%: 0\n"
701 "\tIs busy: 0\n"
702 "\tNot preferred: 0\n"
703 "\tNr running: 0\n"
704 "\tActive CPUs: 4\n"
705 "\tNeed CPUs: 4\n"
706 "\tNr isolated CPUs: 0\n"
707 "\tBoost: 0\n",
708 },
709 {
710 .path = "/sys/devices/system/cpu/cpu0/core_ctl/is_big_cluster",
711 .size = 2,
712 .content = "0\n",
713 },
714 {
715 .path = "/sys/devices/system/cpu/cpu0/core_ctl/max_cpus",
716 .size = 2,
717 .content = "4\n",
718 },
719 {
720 .path = "/sys/devices/system/cpu/cpu0/core_ctl/min_cpus",
721 .size = 2,
722 .content = "1\n",
723 },
724 {
725 .path = "/sys/devices/system/cpu/cpu0/core_ctl/need_cpus",
726 .size = 2,
727 .content = "4\n",
728 },
729 {
730 .path = "/sys/devices/system/cpu/cpu0/core_ctl/not_preferred",
731 .size = 36,
732 .content =
733 "CPU#0: 0\n"
734 "CPU#1: 0\n"
735 "CPU#2: 0\n"
736 "CPU#3: 0\n",
737 },
738 {
739 .path = "/sys/devices/system/cpu/cpu0/core_ctl/offline_delay_ms",
740 .size = 4,
741 .content = "100\n",
742 },
743 {
744 .path = "/sys/devices/system/cpu/cpu0/core_ctl/task_thres",
745 .size = 11,
746 .content = "4294967295\n",
747 },
748 {
749 .path = "/sys/devices/system/cpu/cpu0/cpuidle/driver/name",
750 .size = 9,
751 .content = "msm_idle\n",
752 },
753 {
754 .path = "/sys/devices/system/cpu/cpu0/cpufreq/affected_cpus",
755 .size = 8,
756 .content = "0 1 2 3\n",
757 },
758 {
759 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
760 .size = 8,
761 .content = "1766400\n",
762 },
763 {
764 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq",
765 .size = 7,
766 .content = "300000\n",
767 },
768 {
769 .path = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_transition_latency",
770 .size = 2,
771 .content = "0\n",
772 },
773 {
774 .path = "/sys/devices/system/cpu/cpu0/cpufreq/related_cpus",
775 .size = 8,
776 .content = "0 1 2 3\n",
777 },
778 {
779 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies",
780 .size = 136,
781 .content = "300000 403200 480000 576000 652800 748800 825600 902400 979200 1056000 1132800 1228800 1324800 1420800 1516800 1612800 1689600 1766400 \n",
782 },
783 {
784 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors",
785 .size = 23,
786 .content = "performance schedutil \n",
787 },
788 {
789 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq",
790 .size = 7,
791 .content = "748800\n",
792 },
793 {
794 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver",
795 .size = 12,
796 .content = "osm-cpufreq\n",
797 },
798 {
799 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor",
800 .size = 10,
801 .content = "schedutil\n",
802 },
803 {
804 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq",
805 .size = 8,
806 .content = "1766400\n",
807 },
808 {
809 .path = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq",
810 .size = 7,
811 .content = "748800\n",
812 },
813 {
814 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state",
815 .size = 223,
816 .content =
817 "300000 0\n"
818 "403200 0\n"
819 "480000 0\n"
820 "576000 0\n"
821 "652800 0\n"
822 "748800 674036\n"
823 "825600 12730\n"
824 "902400 11822\n"
825 "979200 9376\n"
826 "1056000 7568\n"
827 "1132800 128132\n"
828 "1228800 38372\n"
829 "1324800 13374\n"
830 "1420800 26351\n"
831 "1516800 16006\n"
832 "1612800 10840\n"
833 "1689600 7323\n"
834 "1766400 115715\n",
835 },
836 {
837 .path = "/sys/devices/system/cpu/cpu0/cpufreq/stats/total_trans",
838 .size = 7,
839 .content = "132839\n",
840 },
841 {
842 .path = "/sys/devices/system/cpu/cpu0/isolate",
843 .size = 2,
844 .content = "0\n",
845 },
846 {
847 .path = "/sys/devices/system/cpu/cpu0/regs/identification/midr_el1",
848 .size = 19,
849 .content = "0x00000000517f803c\n",
850 },
851 {
852 .path = "/sys/devices/system/cpu/cpu0/regs/identification/revidr_el1",
853 .size = 19,
854 .content = "0x0000000000000000\n",
855 },
856 {
857 .path = "/sys/devices/system/cpu/cpu0/sched_load_boost",
858 .size = 2,
859 .content = "0\n",
860 },
861 {
862 .path = "/sys/devices/system/cpu/cpu0/topology/core_id",
863 .size = 2,
864 .content = "0\n",
865 },
866 {
867 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings",
868 .size = 3,
869 .content = "0f\n",
870 },
871 {
872 .path = "/sys/devices/system/cpu/cpu0/topology/core_siblings_list",
873 .size = 4,
874 .content = "0-3\n",
875 },
876 {
877 .path = "/sys/devices/system/cpu/cpu0/topology/physical_package_id",
878 .size = 2,
879 .content = "0\n",
880 },
881 {
882 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings",
883 .size = 3,
884 .content = "01\n",
885 },
886 {
887 .path = "/sys/devices/system/cpu/cpu0/topology/thread_siblings_list",
888 .size = 2,
889 .content = "0\n",
890 },
891 {
892 .path = "/sys/devices/system/cpu/cpu0/cache/index0/allocation_policy",
893 .size = 18,
894 .content = "ReadWriteAllocate\n",
895 },
896 {
897 .path = "/sys/devices/system/cpu/cpu0/cache/index0/coherency_line_size",
898 .size = 3,
899 .content = "64\n",
900 },
901 {
902 .path = "/sys/devices/system/cpu/cpu0/cache/index0/level",
903 .size = 2,
904 .content = "1\n",
905 },
906 {
907 .path = "/sys/devices/system/cpu/cpu0/cache/index0/number_of_sets",
908 .size = 4,
909 .content = "128\n",
910 },
911 {
912 .path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_list",
913 .size = 2,
914 .content = "0\n",
915 },
916 {
917 .path = "/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map",
918 .size = 3,
919 .content = "01\n",
920 },
921 {
922 .path = "/sys/devices/system/cpu/cpu0/cache/index0/size",
923 .size = 4,
924 .content = "32K\n",
925 },
926 {
927 .path = "/sys/devices/system/cpu/cpu0/cache/index0/type",
928 .size = 5,
929 .content = "Data\n",
930 },
931 {
932 .path = "/sys/devices/system/cpu/cpu0/cache/index0/ways_of_associativity",
933 .size = 2,
934 .content = "4\n",
935 },
936 {
937 .path = "/sys/devices/system/cpu/cpu0/cache/index0/write_policy",
938 .size = 10,
939 .content = "WriteBack\n",
940 },
941 {
942 .path = "/sys/devices/system/cpu/cpu0/cache/index1/allocation_policy",
943 .size = 13,
944 .content = "ReadAllocate\n",
945 },
946 {
947 .path = "/sys/devices/system/cpu/cpu0/cache/index1/coherency_line_size",
948 .size = 3,
949 .content = "64\n",
950 },
951 {
952 .path = "/sys/devices/system/cpu/cpu0/cache/index1/level",
953 .size = 2,
954 .content = "1\n",
955 },
956 {
957 .path = "/sys/devices/system/cpu/cpu0/cache/index1/number_of_sets",
958 .size = 4,
959 .content = "128\n",
960 },
961 {
962 .path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_list",
963 .size = 2,
964 .content = "0\n",
965 },
966 {
967 .path = "/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map",
968 .size = 3,
969 .content = "01\n",
970 },
971 {
972 .path = "/sys/devices/system/cpu/cpu0/cache/index1/size",
973 .size = 4,
974 .content = "32K\n",
975 },
976 {
977 .path = "/sys/devices/system/cpu/cpu0/cache/index1/type",
978 .size = 12,
979 .content = "Instruction\n",
980 },
981 {
982 .path = "/sys/devices/system/cpu/cpu0/cache/index1/ways_of_associativity",
983 .size = 2,
984 .content = "4\n",
985 },
986 {
987 .path = "/sys/devices/system/cpu/cpu0/cache/index2/allocation_policy",
988 .size = 18,
989 .content = "ReadWriteAllocate\n",
990 },
991 {
992 .path = "/sys/devices/system/cpu/cpu0/cache/index2/coherency_line_size",
993 .size = 3,
994 .content = "64\n",
995 },
996 {
997 .path = "/sys/devices/system/cpu/cpu0/cache/index2/level",
998 .size = 2,
999 .content = "2\n",
1000 },
1001 {
1002 .path = "/sys/devices/system/cpu/cpu0/cache/index2/number_of_sets",
1003 .size = 4,
1004 .content = "512\n",
1005 },
1006 {
1007 .path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_list",
1008 .size = 2,
1009 .content = "0\n",
1010 },
1011 {
1012 .path = "/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map",
1013 .size = 3,
1014 .content = "01\n",
1015 },
1016 {
1017 .path = "/sys/devices/system/cpu/cpu0/cache/index2/size",
1018 .size = 5,
1019 .content = "128K\n",
1020 },
1021 {
1022 .path = "/sys/devices/system/cpu/cpu0/cache/index2/type",
1023 .size = 8,
1024 .content = "Unified\n",
1025 },
1026 {
1027 .path = "/sys/devices/system/cpu/cpu0/cache/index2/ways_of_associativity",
1028 .size = 2,
1029 .content = "4\n",
1030 },
1031 {
1032 .path = "/sys/devices/system/cpu/cpu0/cache/index2/write_policy",
1033 .size = 10,
1034 .content = "WriteBack\n",
1035 },
1036 {
1037 .path = "/sys/devices/system/cpu/cpu0/cache/index3/allocation_policy",
1038 .size = 18,
1039 .content = "ReadWriteAllocate\n",
1040 },
1041 {
1042 .path = "/sys/devices/system/cpu/cpu0/cache/index3/coherency_line_size",
1043 .size = 3,
1044 .content = "64\n",
1045 },
1046 {
1047 .path = "/sys/devices/system/cpu/cpu0/cache/index3/level",
1048 .size = 2,
1049 .content = "3\n",
1050 },
1051 {
1052 .path = "/sys/devices/system/cpu/cpu0/cache/index3/number_of_sets",
1053 .size = 5,
1054 .content = "2048\n",
1055 },
1056 {
1057 .path = "/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_list",
1058 .size = 4,
1059 .content = "0-7\n",
1060 },
1061 {
1062 .path = "/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map",
1063 .size = 3,
1064 .content = "ff\n",
1065 },
1066 {
1067 .path = "/sys/devices/system/cpu/cpu0/cache/index3/size",
1068 .size = 6,
1069 .content = "2048K\n",
1070 },
1071 {
1072 .path = "/sys/devices/system/cpu/cpu0/cache/index3/type",
1073 .size = 8,
1074 .content = "Unified\n",
1075 },
1076 {
1077 .path = "/sys/devices/system/cpu/cpu0/cache/index3/ways_of_associativity",
1078 .size = 3,
1079 .content = "16\n",
1080 },
1081 {
1082 .path = "/sys/devices/system/cpu/cpu0/cache/index3/write_policy",
1083 .size = 10,
1084 .content = "WriteBack\n",
1085 },
1086 {
1087 .path = "/sys/devices/system/cpu/cpu1/cpuidle/driver/name",
1088 .size = 9,
1089 .content = "msm_idle\n",
1090 },
1091 {
1092 .path = "/sys/devices/system/cpu/cpu1/cpufreq/affected_cpus",
1093 .size = 8,
1094 .content = "0 1 2 3\n",
1095 },
1096 {
1097 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_max_freq",
1098 .size = 8,
1099 .content = "1766400\n",
1100 },
1101 {
1102 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_min_freq",
1103 .size = 7,
1104 .content = "300000\n",
1105 },
1106 {
1107 .path = "/sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_transition_latency",
1108 .size = 2,
1109 .content = "0\n",
1110 },
1111 {
1112 .path = "/sys/devices/system/cpu/cpu1/cpufreq/related_cpus",
1113 .size = 8,
1114 .content = "0 1 2 3\n",
1115 },
1116 {
1117 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_frequencies",
1118 .size = 136,
1119 .content = "300000 403200 480000 576000 652800 748800 825600 902400 979200 1056000 1132800 1228800 1324800 1420800 1516800 1612800 1689600 1766400 \n",
1120 },
1121 {
1122 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors",
1123 .size = 23,
1124 .content = "performance schedutil \n",
1125 },
1126 {
1127 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq",
1128 .size = 7,
1129 .content = "748800\n",
1130 },
1131 {
1132 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_driver",
1133 .size = 12,
1134 .content = "osm-cpufreq\n",
1135 },
1136 {
1137 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor",
1138 .size = 10,
1139 .content = "schedutil\n",
1140 },
1141 {
1142 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq",
1143 .size = 8,
1144 .content = "1766400\n",
1145 },
1146 {
1147 .path = "/sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq",
1148 .size = 7,
1149 .content = "748800\n",
1150 },
1151 {
1152 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state",
1153 .size = 223,
1154 .content =
1155 "300000 0\n"
1156 "403200 0\n"
1157 "480000 0\n"
1158 "576000 0\n"
1159 "652800 0\n"
1160 "748800 674295\n"
1161 "825600 12734\n"
1162 "902400 11828\n"
1163 "979200 9382\n"
1164 "1056000 7568\n"
1165 "1132800 128134\n"
1166 "1228800 38374\n"
1167 "1324800 13374\n"
1168 "1420800 26353\n"
1169 "1516800 16006\n"
1170 "1612800 10840\n"
1171 "1689600 7323\n"
1172 "1766400 115722\n",
1173 },
1174 {
1175 .path = "/sys/devices/system/cpu/cpu1/cpufreq/stats/total_trans",
1176 .size = 7,
1177 .content = "132859\n",
1178 },
1179 {
1180 .path = "/sys/devices/system/cpu/cpu1/isolate",
1181 .size = 2,
1182 .content = "0\n",
1183 },
1184 {
1185 .path = "/sys/devices/system/cpu/cpu1/regs/identification/midr_el1",
1186 .size = 19,
1187 .content = "0x00000000517f803c\n",
1188 },
1189 {
1190 .path = "/sys/devices/system/cpu/cpu1/regs/identification/revidr_el1",
1191 .size = 19,
1192 .content = "0x0000000000000000\n",
1193 },
1194 {
1195 .path = "/sys/devices/system/cpu/cpu1/sched_load_boost",
1196 .size = 2,
1197 .content = "0\n",
1198 },
1199 {
1200 .path = "/sys/devices/system/cpu/cpu1/topology/core_id",
1201 .size = 2,
1202 .content = "1\n",
1203 },
1204 {
1205 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings",
1206 .size = 3,
1207 .content = "0f\n",
1208 },
1209 {
1210 .path = "/sys/devices/system/cpu/cpu1/topology/core_siblings_list",
1211 .size = 4,
1212 .content = "0-3\n",
1213 },
1214 {
1215 .path = "/sys/devices/system/cpu/cpu1/topology/physical_package_id",
1216 .size = 2,
1217 .content = "0\n",
1218 },
1219 {
1220 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings",
1221 .size = 3,
1222 .content = "02\n",
1223 },
1224 {
1225 .path = "/sys/devices/system/cpu/cpu1/topology/thread_siblings_list",
1226 .size = 2,
1227 .content = "1\n",
1228 },
1229 {
1230 .path = "/sys/devices/system/cpu/cpu1/cache/index0/allocation_policy",
1231 .size = 18,
1232 .content = "ReadWriteAllocate\n",
1233 },
1234 {
1235 .path = "/sys/devices/system/cpu/cpu1/cache/index0/coherency_line_size",
1236 .size = 3,
1237 .content = "64\n",
1238 },
1239 {
1240 .path = "/sys/devices/system/cpu/cpu1/cache/index0/level",
1241 .size = 2,
1242 .content = "1\n",
1243 },
1244 {
1245 .path = "/sys/devices/system/cpu/cpu1/cache/index0/number_of_sets",
1246 .size = 4,
1247 .content = "128\n",
1248 },
1249 {
1250 .path = "/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_list",
1251 .size = 2,
1252 .content = "1\n",
1253 },
1254 {
1255 .path = "/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map",
1256 .size = 3,
1257 .content = "02\n",
1258 },
1259 {
1260 .path = "/sys/devices/system/cpu/cpu1/cache/index0/size",
1261 .size = 4,
1262 .content = "32K\n",
1263 },
1264 {
1265 .path = "/sys/devices/system/cpu/cpu1/cache/index0/type",
1266 .size = 5,
1267 .content = "Data\n",
1268 },
1269 {
1270 .path = "/sys/devices/system/cpu/cpu1/cache/index0/ways_of_associativity",
1271 .size = 2,
1272 .content = "4\n",
1273 },
1274 {
1275 .path = "/sys/devices/system/cpu/cpu1/cache/index0/write_policy",
1276 .size = 10,
1277 .content = "WriteBack\n",
1278 },
1279 {
1280 .path = "/sys/devices/system/cpu/cpu1/cache/index1/allocation_policy",
1281 .size = 13,
1282 .content = "ReadAllocate\n",
1283 },
1284 {
1285 .path = "/sys/devices/system/cpu/cpu1/cache/index1/coherency_line_size",
1286 .size = 3,
1287 .content = "64\n",
1288 },
1289 {
1290 .path = "/sys/devices/system/cpu/cpu1/cache/index1/level",
1291 .size = 2,
1292 .content = "1\n",
1293 },
1294 {
1295 .path = "/sys/devices/system/cpu/cpu1/cache/index1/number_of_sets",
1296 .size = 4,
1297 .content = "128\n",
1298 },
1299 {
1300 .path = "/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_list",
1301 .size = 2,
1302 .content = "1\n",
1303 },
1304 {
1305 .path = "/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map",
1306 .size = 3,
1307 .content = "02\n",
1308 },
1309 {
1310 .path = "/sys/devices/system/cpu/cpu1/cache/index1/size",
1311 .size = 4,
1312 .content = "32K\n",
1313 },
1314 {
1315 .path = "/sys/devices/system/cpu/cpu1/cache/index1/type",
1316 .size = 12,
1317 .content = "Instruction\n",
1318 },
1319 {
1320 .path = "/sys/devices/system/cpu/cpu1/cache/index1/ways_of_associativity",
1321 .size = 2,
1322 .content = "4\n",
1323 },
1324 {
1325 .path = "/sys/devices/system/cpu/cpu1/cache/index2/allocation_policy",
1326 .size = 18,
1327 .content = "ReadWriteAllocate\n",
1328 },
1329 {
1330 .path = "/sys/devices/system/cpu/cpu1/cache/index2/coherency_line_size",
1331 .size = 3,
1332 .content = "64\n",
1333 },
1334 {
1335 .path = "/sys/devices/system/cpu/cpu1/cache/index2/level",
1336 .size = 2,
1337 .content = "2\n",
1338 },
1339 {
1340 .path = "/sys/devices/system/cpu/cpu1/cache/index2/number_of_sets",
1341 .size = 4,
1342 .content = "512\n",
1343 },
1344 {
1345 .path = "/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_list",
1346 .size = 2,
1347 .content = "1\n",
1348 },
1349 {
1350 .path = "/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map",
1351 .size = 3,
1352 .content = "02\n",
1353 },
1354 {
1355 .path = "/sys/devices/system/cpu/cpu1/cache/index2/size",
1356 .size = 5,
1357 .content = "128K\n",
1358 },
1359 {
1360 .path = "/sys/devices/system/cpu/cpu1/cache/index2/type",
1361 .size = 8,
1362 .content = "Unified\n",
1363 },
1364 {
1365 .path = "/sys/devices/system/cpu/cpu1/cache/index2/ways_of_associativity",
1366 .size = 2,
1367 .content = "4\n",
1368 },
1369 {
1370 .path = "/sys/devices/system/cpu/cpu1/cache/index2/write_policy",
1371 .size = 10,
1372 .content = "WriteBack\n",
1373 },
1374 {
1375 .path = "/sys/devices/system/cpu/cpu1/cache/index3/allocation_policy",
1376 .size = 18,
1377 .content = "ReadWriteAllocate\n",
1378 },
1379 {
1380 .path = "/sys/devices/system/cpu/cpu1/cache/index3/coherency_line_size",
1381 .size = 3,
1382 .content = "64\n",
1383 },
1384 {
1385 .path = "/sys/devices/system/cpu/cpu1/cache/index3/level",
1386 .size = 2,
1387 .content = "3\n",
1388 },
1389 {
1390 .path = "/sys/devices/system/cpu/cpu1/cache/index3/number_of_sets",
1391 .size = 5,
1392 .content = "2048\n",
1393 },
1394 {
1395 .path = "/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_list",
1396 .size = 4,
1397 .content = "0-7\n",
1398 },
1399 {
1400 .path = "/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map",
1401 .size = 3,
1402 .content = "ff\n",
1403 },
1404 {
1405 .path = "/sys/devices/system/cpu/cpu1/cache/index3/size",
1406 .size = 6,
1407 .content = "2048K\n",
1408 },
1409 {
1410 .path = "/sys/devices/system/cpu/cpu1/cache/index3/type",
1411 .size = 8,
1412 .content = "Unified\n",
1413 },
1414 {
1415 .path = "/sys/devices/system/cpu/cpu1/cache/index3/ways_of_associativity",
1416 .size = 3,
1417 .content = "16\n",
1418 },
1419 {
1420 .path = "/sys/devices/system/cpu/cpu1/cache/index3/write_policy",
1421 .size = 10,
1422 .content = "WriteBack\n",
1423 },
1424 {
1425 .path = "/sys/devices/system/cpu/cpu2/cpuidle/driver/name",
1426 .size = 9,
1427 .content = "msm_idle\n",
1428 },
1429 {
1430 .path = "/sys/devices/system/cpu/cpu2/cpufreq/affected_cpus",
1431 .size = 8,
1432 .content = "0 1 2 3\n",
1433 },
1434 {
1435 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_max_freq",
1436 .size = 8,
1437 .content = "1766400\n",
1438 },
1439 {
1440 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_min_freq",
1441 .size = 7,
1442 .content = "300000\n",
1443 },
1444 {
1445 .path = "/sys/devices/system/cpu/cpu2/cpufreq/cpuinfo_transition_latency",
1446 .size = 2,
1447 .content = "0\n",
1448 },
1449 {
1450 .path = "/sys/devices/system/cpu/cpu2/cpufreq/related_cpus",
1451 .size = 8,
1452 .content = "0 1 2 3\n",
1453 },
1454 {
1455 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_frequencies",
1456 .size = 136,
1457 .content = "300000 403200 480000 576000 652800 748800 825600 902400 979200 1056000 1132800 1228800 1324800 1420800 1516800 1612800 1689600 1766400 \n",
1458 },
1459 {
1460 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors",
1461 .size = 23,
1462 .content = "performance schedutil \n",
1463 },
1464 {
1465 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_cur_freq",
1466 .size = 7,
1467 .content = "748800\n",
1468 },
1469 {
1470 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_driver",
1471 .size = 12,
1472 .content = "osm-cpufreq\n",
1473 },
1474 {
1475 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor",
1476 .size = 10,
1477 .content = "schedutil\n",
1478 },
1479 {
1480 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq",
1481 .size = 8,
1482 .content = "1766400\n",
1483 },
1484 {
1485 .path = "/sys/devices/system/cpu/cpu2/cpufreq/scaling_min_freq",
1486 .size = 7,
1487 .content = "748800\n",
1488 },
1489 {
1490 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/time_in_state",
1491 .size = 223,
1492 .content =
1493 "300000 0\n"
1494 "403200 0\n"
1495 "480000 0\n"
1496 "576000 0\n"
1497 "652800 0\n"
1498 "748800 674557\n"
1499 "825600 12734\n"
1500 "902400 11831\n"
1501 "979200 9382\n"
1502 "1056000 7570\n"
1503 "1132800 128134\n"
1504 "1228800 38376\n"
1505 "1324800 13374\n"
1506 "1420800 26353\n"
1507 "1516800 16008\n"
1508 "1612800 10840\n"
1509 "1689600 7323\n"
1510 "1766400 115732\n",
1511 },
1512 {
1513 .path = "/sys/devices/system/cpu/cpu2/cpufreq/stats/total_trans",
1514 .size = 7,
1515 .content = "132873\n",
1516 },
1517 {
1518 .path = "/sys/devices/system/cpu/cpu2/isolate",
1519 .size = 2,
1520 .content = "0\n",
1521 },
1522 {
1523 .path = "/sys/devices/system/cpu/cpu2/regs/identification/midr_el1",
1524 .size = 19,
1525 .content = "0x00000000517f803c\n",
1526 },
1527 {
1528 .path = "/sys/devices/system/cpu/cpu2/regs/identification/revidr_el1",
1529 .size = 19,
1530 .content = "0x0000000000000000\n",
1531 },
1532 {
1533 .path = "/sys/devices/system/cpu/cpu2/sched_load_boost",
1534 .size = 2,
1535 .content = "0\n",
1536 },
1537 {
1538 .path = "/sys/devices/system/cpu/cpu2/topology/core_id",
1539 .size = 2,
1540 .content = "2\n",
1541 },
1542 {
1543 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings",
1544 .size = 3,
1545 .content = "0f\n",
1546 },
1547 {
1548 .path = "/sys/devices/system/cpu/cpu2/topology/core_siblings_list",
1549 .size = 4,
1550 .content = "0-3\n",
1551 },
1552 {
1553 .path = "/sys/devices/system/cpu/cpu2/topology/physical_package_id",
1554 .size = 2,
1555 .content = "0\n",
1556 },
1557 {
1558 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings",
1559 .size = 3,
1560 .content = "04\n",
1561 },
1562 {
1563 .path = "/sys/devices/system/cpu/cpu2/topology/thread_siblings_list",
1564 .size = 2,
1565 .content = "2\n",
1566 },
1567 {
1568 .path = "/sys/devices/system/cpu/cpu2/cache/index0/allocation_policy",
1569 .size = 18,
1570 .content = "ReadWriteAllocate\n",
1571 },
1572 {
1573 .path = "/sys/devices/system/cpu/cpu2/cache/index0/coherency_line_size",
1574 .size = 3,
1575 .content = "64\n",
1576 },
1577 {
1578 .path = "/sys/devices/system/cpu/cpu2/cache/index0/level",
1579 .size = 2,
1580 .content = "1\n",
1581 },
1582 {
1583 .path = "/sys/devices/system/cpu/cpu2/cache/index0/number_of_sets",
1584 .size = 4,
1585 .content = "128\n",
1586 },
1587 {
1588 .path = "/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_list",
1589 .size = 2,
1590 .content = "2\n",
1591 },
1592 {
1593 .path = "/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map",
1594 .size = 3,
1595 .content = "04\n",
1596 },
1597 {
1598 .path = "/sys/devices/system/cpu/cpu2/cache/index0/size",
1599 .size = 4,
1600 .content = "32K\n",
1601 },
1602 {
1603 .path = "/sys/devices/system/cpu/cpu2/cache/index0/type",
1604 .size = 5,
1605 .content = "Data\n",
1606 },
1607 {
1608 .path = "/sys/devices/system/cpu/cpu2/cache/index0/ways_of_associativity",
1609 .size = 2,
1610 .content = "4\n",
1611 },
1612 {
1613 .path = "/sys/devices/system/cpu/cpu2/cache/index0/write_policy",
1614 .size = 10,
1615 .content = "WriteBack\n",
1616 },
1617 {
1618 .path = "/sys/devices/system/cpu/cpu2/cache/index1/allocation_policy",
1619 .size = 13,
1620 .content = "ReadAllocate\n",
1621 },
1622 {
1623 .path = "/sys/devices/system/cpu/cpu2/cache/index1/coherency_line_size",
1624 .size = 3,
1625 .content = "64\n",
1626 },
1627 {
1628 .path = "/sys/devices/system/cpu/cpu2/cache/index1/level",
1629 .size = 2,
1630 .content = "1\n",
1631 },
1632 {
1633 .path = "/sys/devices/system/cpu/cpu2/cache/index1/number_of_sets",
1634 .size = 4,
1635 .content = "128\n",
1636 },
1637 {
1638 .path = "/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_list",
1639 .size = 2,
1640 .content = "2\n",
1641 },
1642 {
1643 .path = "/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map",
1644 .size = 3,
1645 .content = "04\n",
1646 },
1647 {
1648 .path = "/sys/devices/system/cpu/cpu2/cache/index1/size",
1649 .size = 4,
1650 .content = "32K\n",
1651 },
1652 {
1653 .path = "/sys/devices/system/cpu/cpu2/cache/index1/type",
1654 .size = 12,
1655 .content = "Instruction\n",
1656 },
1657 {
1658 .path = "/sys/devices/system/cpu/cpu2/cache/index1/ways_of_associativity",
1659 .size = 2,
1660 .content = "4\n",
1661 },
1662 {
1663 .path = "/sys/devices/system/cpu/cpu2/cache/index2/allocation_policy",
1664 .size = 18,
1665 .content = "ReadWriteAllocate\n",
1666 },
1667 {
1668 .path = "/sys/devices/system/cpu/cpu2/cache/index2/coherency_line_size",
1669 .size = 3,
1670 .content = "64\n",
1671 },
1672 {
1673 .path = "/sys/devices/system/cpu/cpu2/cache/index2/level",
1674 .size = 2,
1675 .content = "2\n",
1676 },
1677 {
1678 .path = "/sys/devices/system/cpu/cpu2/cache/index2/number_of_sets",
1679 .size = 4,
1680 .content = "512\n",
1681 },
1682 {
1683 .path = "/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_list",
1684 .size = 2,
1685 .content = "2\n",
1686 },
1687 {
1688 .path = "/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map",
1689 .size = 3,
1690 .content = "04\n",
1691 },
1692 {
1693 .path = "/sys/devices/system/cpu/cpu2/cache/index2/size",
1694 .size = 5,
1695 .content = "128K\n",
1696 },
1697 {
1698 .path = "/sys/devices/system/cpu/cpu2/cache/index2/type",
1699 .size = 8,
1700 .content = "Unified\n",
1701 },
1702 {
1703 .path = "/sys/devices/system/cpu/cpu2/cache/index2/ways_of_associativity",
1704 .size = 2,
1705 .content = "4\n",
1706 },
1707 {
1708 .path = "/sys/devices/system/cpu/cpu2/cache/index2/write_policy",
1709 .size = 10,
1710 .content = "WriteBack\n",
1711 },
1712 {
1713 .path = "/sys/devices/system/cpu/cpu2/cache/index3/allocation_policy",
1714 .size = 18,
1715 .content = "ReadWriteAllocate\n",
1716 },
1717 {
1718 .path = "/sys/devices/system/cpu/cpu2/cache/index3/coherency_line_size",
1719 .size = 3,
1720 .content = "64\n",
1721 },
1722 {
1723 .path = "/sys/devices/system/cpu/cpu2/cache/index3/level",
1724 .size = 2,
1725 .content = "3\n",
1726 },
1727 {
1728 .path = "/sys/devices/system/cpu/cpu2/cache/index3/number_of_sets",
1729 .size = 5,
1730 .content = "2048\n",
1731 },
1732 {
1733 .path = "/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_list",
1734 .size = 4,
1735 .content = "0-7\n",
1736 },
1737 {
1738 .path = "/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map",
1739 .size = 3,
1740 .content = "ff\n",
1741 },
1742 {
1743 .path = "/sys/devices/system/cpu/cpu2/cache/index3/size",
1744 .size = 6,
1745 .content = "2048K\n",
1746 },
1747 {
1748 .path = "/sys/devices/system/cpu/cpu2/cache/index3/type",
1749 .size = 8,
1750 .content = "Unified\n",
1751 },
1752 {
1753 .path = "/sys/devices/system/cpu/cpu2/cache/index3/ways_of_associativity",
1754 .size = 3,
1755 .content = "16\n",
1756 },
1757 {
1758 .path = "/sys/devices/system/cpu/cpu2/cache/index3/write_policy",
1759 .size = 10,
1760 .content = "WriteBack\n",
1761 },
1762 {
1763 .path = "/sys/devices/system/cpu/cpu3/cpuidle/driver/name",
1764 .size = 9,
1765 .content = "msm_idle\n",
1766 },
1767 {
1768 .path = "/sys/devices/system/cpu/cpu3/cpufreq/affected_cpus",
1769 .size = 8,
1770 .content = "0 1 2 3\n",
1771 },
1772 {
1773 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_max_freq",
1774 .size = 8,
1775 .content = "1766400\n",
1776 },
1777 {
1778 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_min_freq",
1779 .size = 7,
1780 .content = "300000\n",
1781 },
1782 {
1783 .path = "/sys/devices/system/cpu/cpu3/cpufreq/cpuinfo_transition_latency",
1784 .size = 2,
1785 .content = "0\n",
1786 },
1787 {
1788 .path = "/sys/devices/system/cpu/cpu3/cpufreq/related_cpus",
1789 .size = 8,
1790 .content = "0 1 2 3\n",
1791 },
1792 {
1793 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_frequencies",
1794 .size = 136,
1795 .content = "300000 403200 480000 576000 652800 748800 825600 902400 979200 1056000 1132800 1228800 1324800 1420800 1516800 1612800 1689600 1766400 \n",
1796 },
1797 {
1798 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors",
1799 .size = 23,
1800 .content = "performance schedutil \n",
1801 },
1802 {
1803 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_cur_freq",
1804 .size = 7,
1805 .content = "748800\n",
1806 },
1807 {
1808 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_driver",
1809 .size = 12,
1810 .content = "osm-cpufreq\n",
1811 },
1812 {
1813 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor",
1814 .size = 10,
1815 .content = "schedutil\n",
1816 },
1817 {
1818 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq",
1819 .size = 8,
1820 .content = "1766400\n",
1821 },
1822 {
1823 .path = "/sys/devices/system/cpu/cpu3/cpufreq/scaling_min_freq",
1824 .size = 7,
1825 .content = "748800\n",
1826 },
1827 {
1828 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/time_in_state",
1829 .size = 223,
1830 .content =
1831 "300000 0\n"
1832 "403200 0\n"
1833 "480000 0\n"
1834 "576000 0\n"
1835 "652800 0\n"
1836 "748800 674838\n"
1837 "825600 12735\n"
1838 "902400 11833\n"
1839 "979200 9382\n"
1840 "1056000 7570\n"
1841 "1132800 128134\n"
1842 "1228800 38378\n"
1843 "1324800 13374\n"
1844 "1420800 26353\n"
1845 "1516800 16008\n"
1846 "1612800 10842\n"
1847 "1689600 7323\n"
1848 "1766400 115736\n",
1849 },
1850 {
1851 .path = "/sys/devices/system/cpu/cpu3/cpufreq/stats/total_trans",
1852 .size = 7,
1853 .content = "132881\n",
1854 },
1855 {
1856 .path = "/sys/devices/system/cpu/cpu3/isolate",
1857 .size = 2,
1858 .content = "0\n",
1859 },
1860 {
1861 .path = "/sys/devices/system/cpu/cpu3/regs/identification/midr_el1",
1862 .size = 19,
1863 .content = "0x00000000517f803c\n",
1864 },
1865 {
1866 .path = "/sys/devices/system/cpu/cpu3/regs/identification/revidr_el1",
1867 .size = 19,
1868 .content = "0x0000000000000000\n",
1869 },
1870 {
1871 .path = "/sys/devices/system/cpu/cpu3/sched_load_boost",
1872 .size = 2,
1873 .content = "0\n",
1874 },
1875 {
1876 .path = "/sys/devices/system/cpu/cpu3/topology/core_id",
1877 .size = 2,
1878 .content = "3\n",
1879 },
1880 {
1881 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings",
1882 .size = 3,
1883 .content = "0f\n",
1884 },
1885 {
1886 .path = "/sys/devices/system/cpu/cpu3/topology/core_siblings_list",
1887 .size = 4,
1888 .content = "0-3\n",
1889 },
1890 {
1891 .path = "/sys/devices/system/cpu/cpu3/topology/physical_package_id",
1892 .size = 2,
1893 .content = "0\n",
1894 },
1895 {
1896 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings",
1897 .size = 3,
1898 .content = "08\n",
1899 },
1900 {
1901 .path = "/sys/devices/system/cpu/cpu3/topology/thread_siblings_list",
1902 .size = 2,
1903 .content = "3\n",
1904 },
1905 {
1906 .path = "/sys/devices/system/cpu/cpu3/cache/index0/allocation_policy",
1907 .size = 18,
1908 .content = "ReadWriteAllocate\n",
1909 },
1910 {
1911 .path = "/sys/devices/system/cpu/cpu3/cache/index0/coherency_line_size",
1912 .size = 3,
1913 .content = "64\n",
1914 },
1915 {
1916 .path = "/sys/devices/system/cpu/cpu3/cache/index0/level",
1917 .size = 2,
1918 .content = "1\n",
1919 },
1920 {
1921 .path = "/sys/devices/system/cpu/cpu3/cache/index0/number_of_sets",
1922 .size = 4,
1923 .content = "128\n",
1924 },
1925 {
1926 .path = "/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_list",
1927 .size = 2,
1928 .content = "3\n",
1929 },
1930 {
1931 .path = "/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map",
1932 .size = 3,
1933 .content = "08\n",
1934 },
1935 {
1936 .path = "/sys/devices/system/cpu/cpu3/cache/index0/size",
1937 .size = 4,
1938 .content = "32K\n",
1939 },
1940 {
1941 .path = "/sys/devices/system/cpu/cpu3/cache/index0/type",
1942 .size = 5,
1943 .content = "Data\n",
1944 },
1945 {
1946 .path = "/sys/devices/system/cpu/cpu3/cache/index0/ways_of_associativity",
1947 .size = 2,
1948 .content = "4\n",
1949 },
1950 {
1951 .path = "/sys/devices/system/cpu/cpu3/cache/index0/write_policy",
1952 .size = 10,
1953 .content = "WriteBack\n",
1954 },
1955 {
1956 .path = "/sys/devices/system/cpu/cpu3/cache/index1/allocation_policy",
1957 .size = 13,
1958 .content = "ReadAllocate\n",
1959 },
1960 {
1961 .path = "/sys/devices/system/cpu/cpu3/cache/index1/coherency_line_size",
1962 .size = 3,
1963 .content = "64\n",
1964 },
1965 {
1966 .path = "/sys/devices/system/cpu/cpu3/cache/index1/level",
1967 .size = 2,
1968 .content = "1\n",
1969 },
1970 {
1971 .path = "/sys/devices/system/cpu/cpu3/cache/index1/number_of_sets",
1972 .size = 4,
1973 .content = "128\n",
1974 },
1975 {
1976 .path = "/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_list",
1977 .size = 2,
1978 .content = "3\n",
1979 },
1980 {
1981 .path = "/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map",
1982 .size = 3,
1983 .content = "08\n",
1984 },
1985 {
1986 .path = "/sys/devices/system/cpu/cpu3/cache/index1/size",
1987 .size = 4,
1988 .content = "32K\n",
1989 },
1990 {
1991 .path = "/sys/devices/system/cpu/cpu3/cache/index1/type",
1992 .size = 12,
1993 .content = "Instruction\n",
1994 },
1995 {
1996 .path = "/sys/devices/system/cpu/cpu3/cache/index1/ways_of_associativity",
1997 .size = 2,
1998 .content = "4\n",
1999 },
2000 {
2001 .path = "/sys/devices/system/cpu/cpu3/cache/index2/allocation_policy",
2002 .size = 18,
2003 .content = "ReadWriteAllocate\n",
2004 },
2005 {
2006 .path = "/sys/devices/system/cpu/cpu3/cache/index2/coherency_line_size",
2007 .size = 3,
2008 .content = "64\n",
2009 },
2010 {
2011 .path = "/sys/devices/system/cpu/cpu3/cache/index2/level",
2012 .size = 2,
2013 .content = "2\n",
2014 },
2015 {
2016 .path = "/sys/devices/system/cpu/cpu3/cache/index2/number_of_sets",
2017 .size = 4,
2018 .content = "512\n",
2019 },
2020 {
2021 .path = "/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_list",
2022 .size = 2,
2023 .content = "3\n",
2024 },
2025 {
2026 .path = "/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map",
2027 .size = 3,
2028 .content = "08\n",
2029 },
2030 {
2031 .path = "/sys/devices/system/cpu/cpu3/cache/index2/size",
2032 .size = 5,
2033 .content = "128K\n",
2034 },
2035 {
2036 .path = "/sys/devices/system/cpu/cpu3/cache/index2/type",
2037 .size = 8,
2038 .content = "Unified\n",
2039 },
2040 {
2041 .path = "/sys/devices/system/cpu/cpu3/cache/index2/ways_of_associativity",
2042 .size = 2,
2043 .content = "4\n",
2044 },
2045 {
2046 .path = "/sys/devices/system/cpu/cpu3/cache/index2/write_policy",
2047 .size = 10,
2048 .content = "WriteBack\n",
2049 },
2050 {
2051 .path = "/sys/devices/system/cpu/cpu3/cache/index3/allocation_policy",
2052 .size = 18,
2053 .content = "ReadWriteAllocate\n",
2054 },
2055 {
2056 .path = "/sys/devices/system/cpu/cpu3/cache/index3/coherency_line_size",
2057 .size = 3,
2058 .content = "64\n",
2059 },
2060 {
2061 .path = "/sys/devices/system/cpu/cpu3/cache/index3/level",
2062 .size = 2,
2063 .content = "3\n",
2064 },
2065 {
2066 .path = "/sys/devices/system/cpu/cpu3/cache/index3/number_of_sets",
2067 .size = 5,
2068 .content = "2048\n",
2069 },
2070 {
2071 .path = "/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_list",
2072 .size = 4,
2073 .content = "0-7\n",
2074 },
2075 {
2076 .path = "/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map",
2077 .size = 3,
2078 .content = "ff\n",
2079 },
2080 {
2081 .path = "/sys/devices/system/cpu/cpu3/cache/index3/size",
2082 .size = 6,
2083 .content = "2048K\n",
2084 },
2085 {
2086 .path = "/sys/devices/system/cpu/cpu3/cache/index3/type",
2087 .size = 8,
2088 .content = "Unified\n",
2089 },
2090 {
2091 .path = "/sys/devices/system/cpu/cpu3/cache/index3/ways_of_associativity",
2092 .size = 3,
2093 .content = "16\n",
2094 },
2095 {
2096 .path = "/sys/devices/system/cpu/cpu3/cache/index3/write_policy",
2097 .size = 10,
2098 .content = "WriteBack\n",
2099 },
2100 {
2101 .path = "/sys/devices/system/cpu/cpu4/core_ctl/active_cpus",
2102 .size = 2,
2103 .content = "4\n",
2104 },
2105 {
2106 .path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_up_thres",
2107 .size = 13,
2108 .content = "60 60 60 60 \n",
2109 },
2110 {
2111 .path = "/sys/devices/system/cpu/cpu4/core_ctl/busy_down_thres",
2112 .size = 13,
2113 .content = "30 30 30 30 \n",
2114 },
2115 {
2116 .path = "/sys/devices/system/cpu/cpu4/core_ctl/enable",
2117 .size = 2,
2118 .content = "1\n",
2119 },
2120 {
2121 .path = "/sys/devices/system/cpu/cpu4/core_ctl/global_state",
2122 .size = 1339,
2123 .content =
2124 "CPU0\n"
2125 "\tCPU: 0\n"
2126 "\tOnline: 1\n"
2127 "\tIsolated: 0\n"
2128 "\tFirst CPU: 0\n"
2129 "\tBusy%: 22\n"
2130 "\tIs busy: 1\n"
2131 "\tNot preferred: 0\n"
2132 "\tNr running: 3\n"
2133 "\tActive CPUs: 4\n"
2134 "\tNeed CPUs: 4\n"
2135 "\tNr isolated CPUs: 0\n"
2136 "\tBoost: 0\n"
2137 "CPU1\n"
2138 "\tCPU: 1\n"
2139 "\tOnline: 1\n"
2140 "\tIsolated: 0\n"
2141 "\tFirst CPU: 0\n"
2142 "\tBusy%: 99\n"
2143 "\tIs busy: 1\n"
2144 "\tNot preferred: 0\n"
2145 "\tNr running: 3\n"
2146 "\tActive CPUs: 4\n"
2147 "\tNeed CPUs: 4\n"
2148 "\tNr isolated CPUs: 0\n"
2149 "\tBoost: 0\n"
2150 "CPU2\n"
2151 "\tCPU: 2\n"
2152 "\tOnline: 1\n"
2153 "\tIsolated: 0\n"
2154 "\tFirst CPU: 0\n"
2155 "\tBusy%: 13\n"
2156 "\tIs busy: 1\n"
2157 "\tNot preferred: 0\n"
2158 "\tNr running: 3\n"
2159 "\tActive CPUs: 4\n"
2160 "\tNeed CPUs: 4\n"
2161 "\tNr isolated CPUs: 0\n"
2162 "\tBoost: 0\n"
2163 "CPU3\n"
2164 "\tCPU: 3\n"
2165 "\tOnline: 1\n"
2166 "\tIsolated: 0\n"
2167 "\tFirst CPU: 0\n"
2168 "\tBusy%: 7\n"
2169 "\tIs busy: 1\n"
2170 "\tNot preferred: 0\n"
2171 "\tNr running: 3\n"
2172 "\tActive CPUs: 4\n"
2173 "\tNeed CPUs: 4\n"
2174 "\tNr isolated CPUs: 0\n"
2175 "\tBoost: 0\n"
2176 "CPU4\n"
2177 "\tCPU: 4\n"
2178 "\tOnline: 1\n"
2179 "\tIsolated: 0\n"
2180 "\tFirst CPU: 4\n"
2181 "\tBusy%: 0\n"
2182 "\tIs busy: 0\n"
2183 "\tNot preferred: 0\n"
2184 "\tNr running: 2\n"
2185 "\tActive CPUs: 4\n"
2186 "\tNeed CPUs: 4\n"
2187 "\tNr isolated CPUs: 0\n"
2188 "\tBoost: 0\n"
2189 "CPU5\n"
2190 "\tCPU: 5\n"
2191 "\tOnline: 1\n"
2192 "\tIsolated: 0\n"
2193 "\tFirst CPU: 4\n"
2194 "\tBusy%: 0\n"
2195 "\tIs busy: 0\n"
2196 "\tNot preferred: 0\n"
2197 "\tNr running: 2\n"
2198 "\tActive CPUs: 4\n"
2199 "\tNeed CPUs: 4\n"
2200 "\tNr isolated CPUs: 0\n"
2201 "\tBoost: 0\n"
2202 "CPU6\n"
2203 "\tCPU: 6\n"
2204 "\tOnline: 1\n"
2205 "\tIsolated: 0\n"
2206 "\tFirst CPU: 4\n"
2207 "\tBusy%: 0\n"
2208 "\tIs busy: 0\n"
2209 "\tNot preferred: 0\n"
2210 "\tNr running: 2\n"
2211 "\tActive CPUs: 4\n"
2212 "\tNeed CPUs: 4\n"
2213 "\tNr isolated CPUs: 0\n"
2214 "\tBoost: 0\n"
2215 "CPU7\n"
2216 "\tCPU: 7\n"
2217 "\tOnline: 1\n"
2218 "\tIsolated: 0\n"
2219 "\tFirst CPU: 4\n"
2220 "\tBusy%: 0\n"
2221 "\tIs busy: 0\n"
2222 "\tNot preferred: 0\n"
2223 "\tNr running: 2\n"
2224 "\tActive CPUs: 4\n"
2225 "\tNeed CPUs: 4\n"
2226 "\tNr isolated CPUs: 0\n"
2227 "\tBoost: 0\n",
2228 },
2229 {
2230 .path = "/sys/devices/system/cpu/cpu4/core_ctl/is_big_cluster",
2231 .size = 2,
2232 .content = "1\n",
2233 },
2234 {
2235 .path = "/sys/devices/system/cpu/cpu4/core_ctl/max_cpus",
2236 .size = 2,
2237 .content = "4\n",
2238 },
2239 {
2240 .path = "/sys/devices/system/cpu/cpu4/core_ctl/min_cpus",
2241 .size = 2,
2242 .content = "4\n",
2243 },
2244 {
2245 .path = "/sys/devices/system/cpu/cpu4/core_ctl/need_cpus",
2246 .size = 2,
2247 .content = "4\n",
2248 },
2249 {
2250 .path = "/sys/devices/system/cpu/cpu4/core_ctl/not_preferred",
2251 .size = 36,
2252 .content =
2253 "CPU#4: 0\n"
2254 "CPU#5: 0\n"
2255 "CPU#6: 0\n"
2256 "CPU#7: 0\n",
2257 },
2258 {
2259 .path = "/sys/devices/system/cpu/cpu4/core_ctl/offline_delay_ms",
2260 .size = 4,
2261 .content = "100\n",
2262 },
2263 {
2264 .path = "/sys/devices/system/cpu/cpu4/core_ctl/task_thres",
2265 .size = 2,
2266 .content = "4\n",
2267 },
2268 {
2269 .path = "/sys/devices/system/cpu/cpu4/cpuidle/driver/name",
2270 .size = 9,
2271 .content = "msm_idle\n",
2272 },
2273 {
2274 .path = "/sys/devices/system/cpu/cpu4/cpufreq/affected_cpus",
2275 .size = 8,
2276 .content = "4 5 6 7\n",
2277 },
2278 {
2279 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_max_freq",
2280 .size = 8,
2281 .content = "2803200\n",
2282 },
2283 {
2284 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_min_freq",
2285 .size = 7,
2286 .content = "825600\n",
2287 },
2288 {
2289 .path = "/sys/devices/system/cpu/cpu4/cpufreq/cpuinfo_transition_latency",
2290 .size = 2,
2291 .content = "0\n",
2292 },
2293 {
2294 .path = "/sys/devices/system/cpu/cpu4/cpufreq/related_cpus",
2295 .size = 8,
2296 .content = "4 5 6 7\n",
2297 },
2298 {
2299 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies",
2300 .size = 182,
2301 .content = "825600 902400 979200 1056000 1209600 1286400 1363200 1459200 1536000 1612800 1689600 1766400 1843200 1920000 1996800 2092800 2169600 2246400 2323200 2400000 2476800 2553600 2649600 \n",
2302 },
2303 {
2304 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors",
2305 .size = 23,
2306 .content = "performance schedutil \n",
2307 },
2308 {
2309 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq",
2310 .size = 7,
2311 .content = "825600\n",
2312 },
2313 {
2314 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_driver",
2315 .size = 12,
2316 .content = "osm-cpufreq\n",
2317 },
2318 {
2319 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor",
2320 .size = 10,
2321 .content = "schedutil\n",
2322 },
2323 {
2324 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_max_freq",
2325 .size = 8,
2326 .content = "2803200\n",
2327 },
2328 {
2329 .path = "/sys/devices/system/cpu/cpu4/cpufreq/scaling_min_freq",
2330 .size = 7,
2331 .content = "825600\n",
2332 },
2333 {
2334 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/time_in_state",
2335 .size = 315,
2336 .content =
2337 "825600 868561\n"
2338 "902400 2075\n"
2339 "979200 17930\n"
2340 "1056000 34621\n"
2341 "1209600 38637\n"
2342 "1286400 4557\n"
2343 "1363200 6907\n"
2344 "1459200 2810\n"
2345 "1536000 2025\n"
2346 "1612800 8119\n"
2347 "1689600 3569\n"
2348 "1766400 2323\n"
2349 "1843200 1541\n"
2350 "1920000 1545\n"
2351 "1996800 3246\n"
2352 "2092800 2135\n"
2353 "2169600 1900\n"
2354 "2246400 1602\n"
2355 "2323200 2510\n"
2356 "2400000 1349\n"
2357 "2476800 2297\n"
2358 "2553600 4200\n"
2359 "2649600 3252\n"
2360 "2803200 55097\n",
2361 },
2362 {
2363 .path = "/sys/devices/system/cpu/cpu4/cpufreq/stats/total_trans",
2364 .size = 7,
2365 .content = "112976\n",
2366 },
2367 {
2368 .path = "/sys/devices/system/cpu/cpu4/isolate",
2369 .size = 2,
2370 .content = "0\n",
2371 },
2372 {
2373 .path = "/sys/devices/system/cpu/cpu4/regs/identification/midr_el1",
2374 .size = 19,
2375 .content = "0x00000000516f802d\n",
2376 },
2377 {
2378 .path = "/sys/devices/system/cpu/cpu4/regs/identification/revidr_el1",
2379 .size = 19,
2380 .content = "0x0000000000000001\n",
2381 },
2382 {
2383 .path = "/sys/devices/system/cpu/cpu4/sched_load_boost",
2384 .size = 2,
2385 .content = "0\n",
2386 },
2387 {
2388 .path = "/sys/devices/system/cpu/cpu4/topology/core_id",
2389 .size = 2,
2390 .content = "0\n",
2391 },
2392 {
2393 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings",
2394 .size = 3,
2395 .content = "f0\n",
2396 },
2397 {
2398 .path = "/sys/devices/system/cpu/cpu4/topology/core_siblings_list",
2399 .size = 4,
2400 .content = "4-7\n",
2401 },
2402 {
2403 .path = "/sys/devices/system/cpu/cpu4/topology/physical_package_id",
2404 .size = 2,
2405 .content = "1\n",
2406 },
2407 {
2408 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings",
2409 .size = 3,
2410 .content = "10\n",
2411 },
2412 {
2413 .path = "/sys/devices/system/cpu/cpu4/topology/thread_siblings_list",
2414 .size = 2,
2415 .content = "4\n",
2416 },
2417 {
2418 .path = "/sys/devices/system/cpu/cpu4/cache/index0/allocation_policy",
2419 .size = 18,
2420 .content = "ReadWriteAllocate\n",
2421 },
2422 {
2423 .path = "/sys/devices/system/cpu/cpu4/cache/index0/coherency_line_size",
2424 .size = 3,
2425 .content = "64\n",
2426 },
2427 {
2428 .path = "/sys/devices/system/cpu/cpu4/cache/index0/level",
2429 .size = 2,
2430 .content = "1\n",
2431 },
2432 {
2433 .path = "/sys/devices/system/cpu/cpu4/cache/index0/number_of_sets",
2434 .size = 3,
2435 .content = "64\n",
2436 },
2437 {
2438 .path = "/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_list",
2439 .size = 2,
2440 .content = "4\n",
2441 },
2442 {
2443 .path = "/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map",
2444 .size = 3,
2445 .content = "10\n",
2446 },
2447 {
2448 .path = "/sys/devices/system/cpu/cpu4/cache/index0/size",
2449 .size = 4,
2450 .content = "64K\n",
2451 },
2452 {
2453 .path = "/sys/devices/system/cpu/cpu4/cache/index0/type",
2454 .size = 5,
2455 .content = "Data\n",
2456 },
2457 {
2458 .path = "/sys/devices/system/cpu/cpu4/cache/index0/ways_of_associativity",
2459 .size = 3,
2460 .content = "16\n",
2461 },
2462 {
2463 .path = "/sys/devices/system/cpu/cpu4/cache/index0/write_policy",
2464 .size = 10,
2465 .content = "WriteBack\n",
2466 },
2467 {
2468 .path = "/sys/devices/system/cpu/cpu4/cache/index1/allocation_policy",
2469 .size = 13,
2470 .content = "ReadAllocate\n",
2471 },
2472 {
2473 .path = "/sys/devices/system/cpu/cpu4/cache/index1/coherency_line_size",
2474 .size = 3,
2475 .content = "64\n",
2476 },
2477 {
2478 .path = "/sys/devices/system/cpu/cpu4/cache/index1/level",
2479 .size = 2,
2480 .content = "1\n",
2481 },
2482 {
2483 .path = "/sys/devices/system/cpu/cpu4/cache/index1/number_of_sets",
2484 .size = 4,
2485 .content = "256\n",
2486 },
2487 {
2488 .path = "/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_list",
2489 .size = 2,
2490 .content = "4\n",
2491 },
2492 {
2493 .path = "/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map",
2494 .size = 3,
2495 .content = "10\n",
2496 },
2497 {
2498 .path = "/sys/devices/system/cpu/cpu4/cache/index1/size",
2499 .size = 4,
2500 .content = "64K\n",
2501 },
2502 {
2503 .path = "/sys/devices/system/cpu/cpu4/cache/index1/type",
2504 .size = 12,
2505 .content = "Instruction\n",
2506 },
2507 {
2508 .path = "/sys/devices/system/cpu/cpu4/cache/index1/ways_of_associativity",
2509 .size = 2,
2510 .content = "4\n",
2511 },
2512 {
2513 .path = "/sys/devices/system/cpu/cpu4/cache/index2/allocation_policy",
2514 .size = 18,
2515 .content = "ReadWriteAllocate\n",
2516 },
2517 {
2518 .path = "/sys/devices/system/cpu/cpu4/cache/index2/coherency_line_size",
2519 .size = 3,
2520 .content = "64\n",
2521 },
2522 {
2523 .path = "/sys/devices/system/cpu/cpu4/cache/index2/level",
2524 .size = 2,
2525 .content = "2\n",
2526 },
2527 {
2528 .path = "/sys/devices/system/cpu/cpu4/cache/index2/number_of_sets",
2529 .size = 4,
2530 .content = "512\n",
2531 },
2532 {
2533 .path = "/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_list",
2534 .size = 2,
2535 .content = "4\n",
2536 },
2537 {
2538 .path = "/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map",
2539 .size = 3,
2540 .content = "10\n",
2541 },
2542 {
2543 .path = "/sys/devices/system/cpu/cpu4/cache/index2/size",
2544 .size = 5,
2545 .content = "256K\n",
2546 },
2547 {
2548 .path = "/sys/devices/system/cpu/cpu4/cache/index2/type",
2549 .size = 8,
2550 .content = "Unified\n",
2551 },
2552 {
2553 .path = "/sys/devices/system/cpu/cpu4/cache/index2/ways_of_associativity",
2554 .size = 2,
2555 .content = "8\n",
2556 },
2557 {
2558 .path = "/sys/devices/system/cpu/cpu4/cache/index2/write_policy",
2559 .size = 10,
2560 .content = "WriteBack\n",
2561 },
2562 {
2563 .path = "/sys/devices/system/cpu/cpu4/cache/index3/allocation_policy",
2564 .size = 18,
2565 .content = "ReadWriteAllocate\n",
2566 },
2567 {
2568 .path = "/sys/devices/system/cpu/cpu4/cache/index3/coherency_line_size",
2569 .size = 3,
2570 .content = "64\n",
2571 },
2572 {
2573 .path = "/sys/devices/system/cpu/cpu4/cache/index3/level",
2574 .size = 2,
2575 .content = "3\n",
2576 },
2577 {
2578 .path = "/sys/devices/system/cpu/cpu4/cache/index3/number_of_sets",
2579 .size = 5,
2580 .content = "2048\n",
2581 },
2582 {
2583 .path = "/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_list",
2584 .size = 4,
2585 .content = "0-7\n",
2586 },
2587 {
2588 .path = "/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map",
2589 .size = 3,
2590 .content = "ff\n",
2591 },
2592 {
2593 .path = "/sys/devices/system/cpu/cpu4/cache/index3/size",
2594 .size = 6,
2595 .content = "2048K\n",
2596 },
2597 {
2598 .path = "/sys/devices/system/cpu/cpu4/cache/index3/type",
2599 .size = 8,
2600 .content = "Unified\n",
2601 },
2602 {
2603 .path = "/sys/devices/system/cpu/cpu4/cache/index3/ways_of_associativity",
2604 .size = 3,
2605 .content = "16\n",
2606 },
2607 {
2608 .path = "/sys/devices/system/cpu/cpu4/cache/index3/write_policy",
2609 .size = 10,
2610 .content = "WriteBack\n",
2611 },
2612 {
2613 .path = "/sys/devices/system/cpu/cpu5/cpuidle/driver/name",
2614 .size = 9,
2615 .content = "msm_idle\n",
2616 },
2617 {
2618 .path = "/sys/devices/system/cpu/cpu5/cpufreq/affected_cpus",
2619 .size = 8,
2620 .content = "4 5 6 7\n",
2621 },
2622 {
2623 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_max_freq",
2624 .size = 8,
2625 .content = "2803200\n",
2626 },
2627 {
2628 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_min_freq",
2629 .size = 7,
2630 .content = "825600\n",
2631 },
2632 {
2633 .path = "/sys/devices/system/cpu/cpu5/cpufreq/cpuinfo_transition_latency",
2634 .size = 2,
2635 .content = "0\n",
2636 },
2637 {
2638 .path = "/sys/devices/system/cpu/cpu5/cpufreq/related_cpus",
2639 .size = 8,
2640 .content = "4 5 6 7\n",
2641 },
2642 {
2643 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_frequencies",
2644 .size = 182,
2645 .content = "825600 902400 979200 1056000 1209600 1286400 1363200 1459200 1536000 1612800 1689600 1766400 1843200 1920000 1996800 2092800 2169600 2246400 2323200 2400000 2476800 2553600 2649600 \n",
2646 },
2647 {
2648 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors",
2649 .size = 23,
2650 .content = "performance schedutil \n",
2651 },
2652 {
2653 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_cur_freq",
2654 .size = 7,
2655 .content = "825600\n",
2656 },
2657 {
2658 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_driver",
2659 .size = 12,
2660 .content = "osm-cpufreq\n",
2661 },
2662 {
2663 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor",
2664 .size = 10,
2665 .content = "schedutil\n",
2666 },
2667 {
2668 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_max_freq",
2669 .size = 8,
2670 .content = "2803200\n",
2671 },
2672 {
2673 .path = "/sys/devices/system/cpu/cpu5/cpufreq/scaling_min_freq",
2674 .size = 7,
2675 .content = "825600\n",
2676 },
2677 {
2678 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/time_in_state",
2679 .size = 315,
2680 .content =
2681 "825600 868840\n"
2682 "902400 2075\n"
2683 "979200 17930\n"
2684 "1056000 34621\n"
2685 "1209600 38637\n"
2686 "1286400 4557\n"
2687 "1363200 6907\n"
2688 "1459200 2810\n"
2689 "1536000 2025\n"
2690 "1612800 8119\n"
2691 "1689600 3569\n"
2692 "1766400 2323\n"
2693 "1843200 1541\n"
2694 "1920000 1545\n"
2695 "1996800 3246\n"
2696 "2092800 2135\n"
2697 "2169600 1900\n"
2698 "2246400 1602\n"
2699 "2323200 2510\n"
2700 "2400000 1349\n"
2701 "2476800 2297\n"
2702 "2553600 4200\n"
2703 "2649600 3252\n"
2704 "2803200 55098\n",
2705 },
2706 {
2707 .path = "/sys/devices/system/cpu/cpu5/cpufreq/stats/total_trans",
2708 .size = 7,
2709 .content = "112978\n",
2710 },
2711 {
2712 .path = "/sys/devices/system/cpu/cpu5/isolate",
2713 .size = 2,
2714 .content = "0\n",
2715 },
2716 {
2717 .path = "/sys/devices/system/cpu/cpu5/regs/identification/midr_el1",
2718 .size = 19,
2719 .content = "0x00000000516f802d\n",
2720 },
2721 {
2722 .path = "/sys/devices/system/cpu/cpu5/regs/identification/revidr_el1",
2723 .size = 19,
2724 .content = "0x0000000000000001\n",
2725 },
2726 {
2727 .path = "/sys/devices/system/cpu/cpu5/sched_load_boost",
2728 .size = 2,
2729 .content = "0\n",
2730 },
2731 {
2732 .path = "/sys/devices/system/cpu/cpu5/topology/core_id",
2733 .size = 2,
2734 .content = "1\n",
2735 },
2736 {
2737 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings",
2738 .size = 3,
2739 .content = "f0\n",
2740 },
2741 {
2742 .path = "/sys/devices/system/cpu/cpu5/topology/core_siblings_list",
2743 .size = 4,
2744 .content = "4-7\n",
2745 },
2746 {
2747 .path = "/sys/devices/system/cpu/cpu5/topology/physical_package_id",
2748 .size = 2,
2749 .content = "1\n",
2750 },
2751 {
2752 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings",
2753 .size = 3,
2754 .content = "20\n",
2755 },
2756 {
2757 .path = "/sys/devices/system/cpu/cpu5/topology/thread_siblings_list",
2758 .size = 2,
2759 .content = "5\n",
2760 },
2761 {
2762 .path = "/sys/devices/system/cpu/cpu5/cache/index0/allocation_policy",
2763 .size = 18,
2764 .content = "ReadWriteAllocate\n",
2765 },
2766 {
2767 .path = "/sys/devices/system/cpu/cpu5/cache/index0/coherency_line_size",
2768 .size = 3,
2769 .content = "64\n",
2770 },
2771 {
2772 .path = "/sys/devices/system/cpu/cpu5/cache/index0/level",
2773 .size = 2,
2774 .content = "1\n",
2775 },
2776 {
2777 .path = "/sys/devices/system/cpu/cpu5/cache/index0/number_of_sets",
2778 .size = 3,
2779 .content = "64\n",
2780 },
2781 {
2782 .path = "/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_list",
2783 .size = 2,
2784 .content = "5\n",
2785 },
2786 {
2787 .path = "/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map",
2788 .size = 3,
2789 .content = "20\n",
2790 },
2791 {
2792 .path = "/sys/devices/system/cpu/cpu5/cache/index0/size",
2793 .size = 4,
2794 .content = "64K\n",
2795 },
2796 {
2797 .path = "/sys/devices/system/cpu/cpu5/cache/index0/type",
2798 .size = 5,
2799 .content = "Data\n",
2800 },
2801 {
2802 .path = "/sys/devices/system/cpu/cpu5/cache/index0/ways_of_associativity",
2803 .size = 3,
2804 .content = "16\n",
2805 },
2806 {
2807 .path = "/sys/devices/system/cpu/cpu5/cache/index0/write_policy",
2808 .size = 10,
2809 .content = "WriteBack\n",
2810 },
2811 {
2812 .path = "/sys/devices/system/cpu/cpu5/cache/index1/allocation_policy",
2813 .size = 13,
2814 .content = "ReadAllocate\n",
2815 },
2816 {
2817 .path = "/sys/devices/system/cpu/cpu5/cache/index1/coherency_line_size",
2818 .size = 3,
2819 .content = "64\n",
2820 },
2821 {
2822 .path = "/sys/devices/system/cpu/cpu5/cache/index1/level",
2823 .size = 2,
2824 .content = "1\n",
2825 },
2826 {
2827 .path = "/sys/devices/system/cpu/cpu5/cache/index1/number_of_sets",
2828 .size = 4,
2829 .content = "256\n",
2830 },
2831 {
2832 .path = "/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_list",
2833 .size = 2,
2834 .content = "5\n",
2835 },
2836 {
2837 .path = "/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map",
2838 .size = 3,
2839 .content = "20\n",
2840 },
2841 {
2842 .path = "/sys/devices/system/cpu/cpu5/cache/index1/size",
2843 .size = 4,
2844 .content = "64K\n",
2845 },
2846 {
2847 .path = "/sys/devices/system/cpu/cpu5/cache/index1/type",
2848 .size = 12,
2849 .content = "Instruction\n",
2850 },
2851 {
2852 .path = "/sys/devices/system/cpu/cpu5/cache/index1/ways_of_associativity",
2853 .size = 2,
2854 .content = "4\n",
2855 },
2856 {
2857 .path = "/sys/devices/system/cpu/cpu5/cache/index2/allocation_policy",
2858 .size = 18,
2859 .content = "ReadWriteAllocate\n",
2860 },
2861 {
2862 .path = "/sys/devices/system/cpu/cpu5/cache/index2/coherency_line_size",
2863 .size = 3,
2864 .content = "64\n",
2865 },
2866 {
2867 .path = "/sys/devices/system/cpu/cpu5/cache/index2/level",
2868 .size = 2,
2869 .content = "2\n",
2870 },
2871 {
2872 .path = "/sys/devices/system/cpu/cpu5/cache/index2/number_of_sets",
2873 .size = 4,
2874 .content = "512\n",
2875 },
2876 {
2877 .path = "/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_list",
2878 .size = 2,
2879 .content = "5\n",
2880 },
2881 {
2882 .path = "/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map",
2883 .size = 3,
2884 .content = "20\n",
2885 },
2886 {
2887 .path = "/sys/devices/system/cpu/cpu5/cache/index2/size",
2888 .size = 5,
2889 .content = "256K\n",
2890 },
2891 {
2892 .path = "/sys/devices/system/cpu/cpu5/cache/index2/type",
2893 .size = 8,
2894 .content = "Unified\n",
2895 },
2896 {
2897 .path = "/sys/devices/system/cpu/cpu5/cache/index2/ways_of_associativity",
2898 .size = 2,
2899 .content = "8\n",
2900 },
2901 {
2902 .path = "/sys/devices/system/cpu/cpu5/cache/index2/write_policy",
2903 .size = 10,
2904 .content = "WriteBack\n",
2905 },
2906 {
2907 .path = "/sys/devices/system/cpu/cpu5/cache/index3/allocation_policy",
2908 .size = 18,
2909 .content = "ReadWriteAllocate\n",
2910 },
2911 {
2912 .path = "/sys/devices/system/cpu/cpu5/cache/index3/coherency_line_size",
2913 .size = 3,
2914 .content = "64\n",
2915 },
2916 {
2917 .path = "/sys/devices/system/cpu/cpu5/cache/index3/level",
2918 .size = 2,
2919 .content = "3\n",
2920 },
2921 {
2922 .path = "/sys/devices/system/cpu/cpu5/cache/index3/number_of_sets",
2923 .size = 5,
2924 .content = "2048\n",
2925 },
2926 {
2927 .path = "/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_list",
2928 .size = 4,
2929 .content = "0-7\n",
2930 },
2931 {
2932 .path = "/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map",
2933 .size = 3,
2934 .content = "ff\n",
2935 },
2936 {
2937 .path = "/sys/devices/system/cpu/cpu5/cache/index3/size",
2938 .size = 6,
2939 .content = "2048K\n",
2940 },
2941 {
2942 .path = "/sys/devices/system/cpu/cpu5/cache/index3/type",
2943 .size = 8,
2944 .content = "Unified\n",
2945 },
2946 {
2947 .path = "/sys/devices/system/cpu/cpu5/cache/index3/ways_of_associativity",
2948 .size = 3,
2949 .content = "16\n",
2950 },
2951 {
2952 .path = "/sys/devices/system/cpu/cpu5/cache/index3/write_policy",
2953 .size = 10,
2954 .content = "WriteBack\n",
2955 },
2956 {
2957 .path = "/sys/devices/system/cpu/cpu6/cpuidle/driver/name",
2958 .size = 9,
2959 .content = "msm_idle\n",
2960 },
2961 {
2962 .path = "/sys/devices/system/cpu/cpu6/cpufreq/affected_cpus",
2963 .size = 8,
2964 .content = "4 5 6 7\n",
2965 },
2966 {
2967 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_max_freq",
2968 .size = 8,
2969 .content = "2803200\n",
2970 },
2971 {
2972 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_min_freq",
2973 .size = 7,
2974 .content = "825600\n",
2975 },
2976 {
2977 .path = "/sys/devices/system/cpu/cpu6/cpufreq/cpuinfo_transition_latency",
2978 .size = 2,
2979 .content = "0\n",
2980 },
2981 {
2982 .path = "/sys/devices/system/cpu/cpu6/cpufreq/related_cpus",
2983 .size = 8,
2984 .content = "4 5 6 7\n",
2985 },
2986 {
2987 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_frequencies",
2988 .size = 182,
2989 .content = "825600 902400 979200 1056000 1209600 1286400 1363200 1459200 1536000 1612800 1689600 1766400 1843200 1920000 1996800 2092800 2169600 2246400 2323200 2400000 2476800 2553600 2649600 \n",
2990 },
2991 {
2992 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors",
2993 .size = 23,
2994 .content = "performance schedutil \n",
2995 },
2996 {
2997 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_cur_freq",
2998 .size = 7,
2999 .content = "825600\n",
3000 },
3001 {
3002 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_driver",
3003 .size = 12,
3004 .content = "osm-cpufreq\n",
3005 },
3006 {
3007 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor",
3008 .size = 10,
3009 .content = "schedutil\n",
3010 },
3011 {
3012 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_max_freq",
3013 .size = 8,
3014 .content = "2803200\n",
3015 },
3016 {
3017 .path = "/sys/devices/system/cpu/cpu6/cpufreq/scaling_min_freq",
3018 .size = 7,
3019 .content = "825600\n",
3020 },
3021 {
3022 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/time_in_state",
3023 .size = 315,
3024 .content =
3025 "825600 869110\n"
3026 "902400 2075\n"
3027 "979200 17930\n"
3028 "1056000 34621\n"
3029 "1209600 38643\n"
3030 "1286400 4558\n"
3031 "1363200 6910\n"
3032 "1459200 2810\n"
3033 "1536000 2025\n"
3034 "1612800 8120\n"
3035 "1689600 3569\n"
3036 "1766400 2323\n"
3037 "1843200 1541\n"
3038 "1920000 1545\n"
3039 "1996800 3246\n"
3040 "2092800 2135\n"
3041 "2169600 1900\n"
3042 "2246400 1602\n"
3043 "2323200 2510\n"
3044 "2400000 1349\n"
3045 "2476800 2297\n"
3046 "2553600 4200\n"
3047 "2649600 3252\n"
3048 "2803200 55098\n",
3049 },
3050 {
3051 .path = "/sys/devices/system/cpu/cpu6/cpufreq/stats/total_trans",
3052 .size = 7,
3053 .content = "112986\n",
3054 },
3055 {
3056 .path = "/sys/devices/system/cpu/cpu6/isolate",
3057 .size = 2,
3058 .content = "0\n",
3059 },
3060 {
3061 .path = "/sys/devices/system/cpu/cpu6/regs/identification/midr_el1",
3062 .size = 19,
3063 .content = "0x00000000516f802d\n",
3064 },
3065 {
3066 .path = "/sys/devices/system/cpu/cpu6/regs/identification/revidr_el1",
3067 .size = 19,
3068 .content = "0x0000000000000001\n",
3069 },
3070 {
3071 .path = "/sys/devices/system/cpu/cpu6/sched_load_boost",
3072 .size = 2,
3073 .content = "0\n",
3074 },
3075 {
3076 .path = "/sys/devices/system/cpu/cpu6/topology/core_id",
3077 .size = 2,
3078 .content = "2\n",
3079 },
3080 {
3081 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings",
3082 .size = 3,
3083 .content = "f0\n",
3084 },
3085 {
3086 .path = "/sys/devices/system/cpu/cpu6/topology/core_siblings_list",
3087 .size = 4,
3088 .content = "4-7\n",
3089 },
3090 {
3091 .path = "/sys/devices/system/cpu/cpu6/topology/physical_package_id",
3092 .size = 2,
3093 .content = "1\n",
3094 },
3095 {
3096 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings",
3097 .size = 3,
3098 .content = "40\n",
3099 },
3100 {
3101 .path = "/sys/devices/system/cpu/cpu6/topology/thread_siblings_list",
3102 .size = 2,
3103 .content = "6\n",
3104 },
3105 {
3106 .path = "/sys/devices/system/cpu/cpu6/cache/index0/allocation_policy",
3107 .size = 18,
3108 .content = "ReadWriteAllocate\n",
3109 },
3110 {
3111 .path = "/sys/devices/system/cpu/cpu6/cache/index0/coherency_line_size",
3112 .size = 3,
3113 .content = "64\n",
3114 },
3115 {
3116 .path = "/sys/devices/system/cpu/cpu6/cache/index0/level",
3117 .size = 2,
3118 .content = "1\n",
3119 },
3120 {
3121 .path = "/sys/devices/system/cpu/cpu6/cache/index0/number_of_sets",
3122 .size = 3,
3123 .content = "64\n",
3124 },
3125 {
3126 .path = "/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_list",
3127 .size = 2,
3128 .content = "6\n",
3129 },
3130 {
3131 .path = "/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map",
3132 .size = 3,
3133 .content = "40\n",
3134 },
3135 {
3136 .path = "/sys/devices/system/cpu/cpu6/cache/index0/size",
3137 .size = 4,
3138 .content = "64K\n",
3139 },
3140 {
3141 .path = "/sys/devices/system/cpu/cpu6/cache/index0/type",
3142 .size = 5,
3143 .content = "Data\n",
3144 },
3145 {
3146 .path = "/sys/devices/system/cpu/cpu6/cache/index0/ways_of_associativity",
3147 .size = 3,
3148 .content = "16\n",
3149 },
3150 {
3151 .path = "/sys/devices/system/cpu/cpu6/cache/index0/write_policy",
3152 .size = 10,
3153 .content = "WriteBack\n",
3154 },
3155 {
3156 .path = "/sys/devices/system/cpu/cpu6/cache/index1/allocation_policy",
3157 .size = 13,
3158 .content = "ReadAllocate\n",
3159 },
3160 {
3161 .path = "/sys/devices/system/cpu/cpu6/cache/index1/coherency_line_size",
3162 .size = 3,
3163 .content = "64\n",
3164 },
3165 {
3166 .path = "/sys/devices/system/cpu/cpu6/cache/index1/level",
3167 .size = 2,
3168 .content = "1\n",
3169 },
3170 {
3171 .path = "/sys/devices/system/cpu/cpu6/cache/index1/number_of_sets",
3172 .size = 4,
3173 .content = "256\n",
3174 },
3175 {
3176 .path = "/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_list",
3177 .size = 2,
3178 .content = "6\n",
3179 },
3180 {
3181 .path = "/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map",
3182 .size = 3,
3183 .content = "40\n",
3184 },
3185 {
3186 .path = "/sys/devices/system/cpu/cpu6/cache/index1/size",
3187 .size = 4,
3188 .content = "64K\n",
3189 },
3190 {
3191 .path = "/sys/devices/system/cpu/cpu6/cache/index1/type",
3192 .size = 12,
3193 .content = "Instruction\n",
3194 },
3195 {
3196 .path = "/sys/devices/system/cpu/cpu6/cache/index1/ways_of_associativity",
3197 .size = 2,
3198 .content = "4\n",
3199 },
3200 {
3201 .path = "/sys/devices/system/cpu/cpu6/cache/index2/allocation_policy",
3202 .size = 18,
3203 .content = "ReadWriteAllocate\n",
3204 },
3205 {
3206 .path = "/sys/devices/system/cpu/cpu6/cache/index2/coherency_line_size",
3207 .size = 3,
3208 .content = "64\n",
3209 },
3210 {
3211 .path = "/sys/devices/system/cpu/cpu6/cache/index2/level",
3212 .size = 2,
3213 .content = "2\n",
3214 },
3215 {
3216 .path = "/sys/devices/system/cpu/cpu6/cache/index2/number_of_sets",
3217 .size = 4,
3218 .content = "512\n",
3219 },
3220 {
3221 .path = "/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_list",
3222 .size = 2,
3223 .content = "6\n",
3224 },
3225 {
3226 .path = "/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map",
3227 .size = 3,
3228 .content = "40\n",
3229 },
3230 {
3231 .path = "/sys/devices/system/cpu/cpu6/cache/index2/size",
3232 .size = 5,
3233 .content = "256K\n",
3234 },
3235 {
3236 .path = "/sys/devices/system/cpu/cpu6/cache/index2/type",
3237 .size = 8,
3238 .content = "Unified\n",
3239 },
3240 {
3241 .path = "/sys/devices/system/cpu/cpu6/cache/index2/ways_of_associativity",
3242 .size = 2,
3243 .content = "8\n",
3244 },
3245 {
3246 .path = "/sys/devices/system/cpu/cpu6/cache/index2/write_policy",
3247 .size = 10,
3248 .content = "WriteBack\n",
3249 },
3250 {
3251 .path = "/sys/devices/system/cpu/cpu6/cache/index3/allocation_policy",
3252 .size = 18,
3253 .content = "ReadWriteAllocate\n",
3254 },
3255 {
3256 .path = "/sys/devices/system/cpu/cpu6/cache/index3/coherency_line_size",
3257 .size = 3,
3258 .content = "64\n",
3259 },
3260 {
3261 .path = "/sys/devices/system/cpu/cpu6/cache/index3/level",
3262 .size = 2,
3263 .content = "3\n",
3264 },
3265 {
3266 .path = "/sys/devices/system/cpu/cpu6/cache/index3/number_of_sets",
3267 .size = 5,
3268 .content = "2048\n",
3269 },
3270 {
3271 .path = "/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_list",
3272 .size = 4,
3273 .content = "0-7\n",
3274 },
3275 {
3276 .path = "/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map",
3277 .size = 3,
3278 .content = "ff\n",
3279 },
3280 {
3281 .path = "/sys/devices/system/cpu/cpu6/cache/index3/size",
3282 .size = 6,
3283 .content = "2048K\n",
3284 },
3285 {
3286 .path = "/sys/devices/system/cpu/cpu6/cache/index3/type",
3287 .size = 8,
3288 .content = "Unified\n",
3289 },
3290 {
3291 .path = "/sys/devices/system/cpu/cpu6/cache/index3/ways_of_associativity",
3292 .size = 3,
3293 .content = "16\n",
3294 },
3295 {
3296 .path = "/sys/devices/system/cpu/cpu6/cache/index3/write_policy",
3297 .size = 10,
3298 .content = "WriteBack\n",
3299 },
3300 {
3301 .path = "/sys/devices/system/cpu/cpu7/cpuidle/driver/name",
3302 .size = 9,
3303 .content = "msm_idle\n",
3304 },
3305 {
3306 .path = "/sys/devices/system/cpu/cpu7/cpufreq/affected_cpus",
3307 .size = 8,
3308 .content = "4 5 6 7\n",
3309 },
3310 {
3311 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_max_freq",
3312 .size = 8,
3313 .content = "2803200\n",
3314 },
3315 {
3316 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_min_freq",
3317 .size = 7,
3318 .content = "825600\n",
3319 },
3320 {
3321 .path = "/sys/devices/system/cpu/cpu7/cpufreq/cpuinfo_transition_latency",
3322 .size = 2,
3323 .content = "0\n",
3324 },
3325 {
3326 .path = "/sys/devices/system/cpu/cpu7/cpufreq/related_cpus",
3327 .size = 8,
3328 .content = "4 5 6 7\n",
3329 },
3330 {
3331 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_frequencies",
3332 .size = 182,
3333 .content = "825600 902400 979200 1056000 1209600 1286400 1363200 1459200 1536000 1612800 1689600 1766400 1843200 1920000 1996800 2092800 2169600 2246400 2323200 2400000 2476800 2553600 2649600 \n",
3334 },
3335 {
3336 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors",
3337 .size = 23,
3338 .content = "performance schedutil \n",
3339 },
3340 {
3341 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_cur_freq",
3342 .size = 7,
3343 .content = "825600\n",
3344 },
3345 {
3346 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_driver",
3347 .size = 12,
3348 .content = "osm-cpufreq\n",
3349 },
3350 {
3351 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor",
3352 .size = 10,
3353 .content = "schedutil\n",
3354 },
3355 {
3356 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_max_freq",
3357 .size = 8,
3358 .content = "2803200\n",
3359 },
3360 {
3361 .path = "/sys/devices/system/cpu/cpu7/cpufreq/scaling_min_freq",
3362 .size = 7,
3363 .content = "825600\n",
3364 },
3365 {
3366 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/time_in_state",
3367 .size = 315,
3368 .content =
3369 "825600 869396\n"
3370 "902400 2075\n"
3371 "979200 17930\n"
3372 "1056000 34621\n"
3373 "1209600 38643\n"
3374 "1286400 4558\n"
3375 "1363200 6912\n"
3376 "1459200 2810\n"
3377 "1536000 2025\n"
3378 "1612800 8120\n"
3379 "1689600 3569\n"
3380 "1766400 2324\n"
3381 "1843200 1541\n"
3382 "1920000 1545\n"
3383 "1996800 3246\n"
3384 "2092800 2135\n"
3385 "2169600 1900\n"
3386 "2246400 1602\n"
3387 "2323200 2510\n"
3388 "2400000 1349\n"
3389 "2476800 2297\n"
3390 "2553600 4200\n"
3391 "2649600 3252\n"
3392 "2803200 55098\n",
3393 },
3394 {
3395 .path = "/sys/devices/system/cpu/cpu7/cpufreq/stats/total_trans",
3396 .size = 7,
3397 .content = "112989\n",
3398 },
3399 {
3400 .path = "/sys/devices/system/cpu/cpu7/isolate",
3401 .size = 2,
3402 .content = "0\n",
3403 },
3404 {
3405 .path = "/sys/devices/system/cpu/cpu7/regs/identification/midr_el1",
3406 .size = 19,
3407 .content = "0x00000000516f802d\n",
3408 },
3409 {
3410 .path = "/sys/devices/system/cpu/cpu7/regs/identification/revidr_el1",
3411 .size = 19,
3412 .content = "0x0000000000000001\n",
3413 },
3414 {
3415 .path = "/sys/devices/system/cpu/cpu7/sched_load_boost",
3416 .size = 2,
3417 .content = "0\n",
3418 },
3419 {
3420 .path = "/sys/devices/system/cpu/cpu7/topology/core_id",
3421 .size = 2,
3422 .content = "3\n",
3423 },
3424 {
3425 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings",
3426 .size = 3,
3427 .content = "f0\n",
3428 },
3429 {
3430 .path = "/sys/devices/system/cpu/cpu7/topology/core_siblings_list",
3431 .size = 4,
3432 .content = "4-7\n",
3433 },
3434 {
3435 .path = "/sys/devices/system/cpu/cpu7/topology/physical_package_id",
3436 .size = 2,
3437 .content = "1\n",
3438 },
3439 {
3440 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings",
3441 .size = 3,
3442 .content = "80\n",
3443 },
3444 {
3445 .path = "/sys/devices/system/cpu/cpu7/topology/thread_siblings_list",
3446 .size = 2,
3447 .content = "7\n",
3448 },
3449 {
3450 .path = "/sys/devices/system/cpu/cpu7/cache/index0/allocation_policy",
3451 .size = 18,
3452 .content = "ReadWriteAllocate\n",
3453 },
3454 {
3455 .path = "/sys/devices/system/cpu/cpu7/cache/index0/coherency_line_size",
3456 .size = 3,
3457 .content = "64\n",
3458 },
3459 {
3460 .path = "/sys/devices/system/cpu/cpu7/cache/index0/level",
3461 .size = 2,
3462 .content = "1\n",
3463 },
3464 {
3465 .path = "/sys/devices/system/cpu/cpu7/cache/index0/number_of_sets",
3466 .size = 3,
3467 .content = "64\n",
3468 },
3469 {
3470 .path = "/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_list",
3471 .size = 2,
3472 .content = "7\n",
3473 },
3474 {
3475 .path = "/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map",
3476 .size = 3,
3477 .content = "80\n",
3478 },
3479 {
3480 .path = "/sys/devices/system/cpu/cpu7/cache/index0/size",
3481 .size = 4,
3482 .content = "64K\n",
3483 },
3484 {
3485 .path = "/sys/devices/system/cpu/cpu7/cache/index0/type",
3486 .size = 5,
3487 .content = "Data\n",
3488 },
3489 {
3490 .path = "/sys/devices/system/cpu/cpu7/cache/index0/ways_of_associativity",
3491 .size = 3,
3492 .content = "16\n",
3493 },
3494 {
3495 .path = "/sys/devices/system/cpu/cpu7/cache/index0/write_policy",
3496 .size = 10,
3497 .content = "WriteBack\n",
3498 },
3499 {
3500 .path = "/sys/devices/system/cpu/cpu7/cache/index1/allocation_policy",
3501 .size = 13,
3502 .content = "ReadAllocate\n",
3503 },
3504 {
3505 .path = "/sys/devices/system/cpu/cpu7/cache/index1/coherency_line_size",
3506 .size = 3,
3507 .content = "64\n",
3508 },
3509 {
3510 .path = "/sys/devices/system/cpu/cpu7/cache/index1/level",
3511 .size = 2,
3512 .content = "1\n",
3513 },
3514 {
3515 .path = "/sys/devices/system/cpu/cpu7/cache/index1/number_of_sets",
3516 .size = 4,
3517 .content = "256\n",
3518 },
3519 {
3520 .path = "/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_list",
3521 .size = 2,
3522 .content = "7\n",
3523 },
3524 {
3525 .path = "/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map",
3526 .size = 3,
3527 .content = "80\n",
3528 },
3529 {
3530 .path = "/sys/devices/system/cpu/cpu7/cache/index1/size",
3531 .size = 4,
3532 .content = "64K\n",
3533 },
3534 {
3535 .path = "/sys/devices/system/cpu/cpu7/cache/index1/type",
3536 .size = 12,
3537 .content = "Instruction\n",
3538 },
3539 {
3540 .path = "/sys/devices/system/cpu/cpu7/cache/index1/ways_of_associativity",
3541 .size = 2,
3542 .content = "4\n",
3543 },
3544 {
3545 .path = "/sys/devices/system/cpu/cpu7/cache/index2/allocation_policy",
3546 .size = 18,
3547 .content = "ReadWriteAllocate\n",
3548 },
3549 {
3550 .path = "/sys/devices/system/cpu/cpu7/cache/index2/coherency_line_size",
3551 .size = 3,
3552 .content = "64\n",
3553 },
3554 {
3555 .path = "/sys/devices/system/cpu/cpu7/cache/index2/level",
3556 .size = 2,
3557 .content = "2\n",
3558 },
3559 {
3560 .path = "/sys/devices/system/cpu/cpu7/cache/index2/number_of_sets",
3561 .size = 4,
3562 .content = "512\n",
3563 },
3564 {
3565 .path = "/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_list",
3566 .size = 2,
3567 .content = "7\n",
3568 },
3569 {
3570 .path = "/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map",
3571 .size = 3,
3572 .content = "80\n",
3573 },
3574 {
3575 .path = "/sys/devices/system/cpu/cpu7/cache/index2/size",
3576 .size = 5,
3577 .content = "256K\n",
3578 },
3579 {
3580 .path = "/sys/devices/system/cpu/cpu7/cache/index2/type",
3581 .size = 8,
3582 .content = "Unified\n",
3583 },
3584 {
3585 .path = "/sys/devices/system/cpu/cpu7/cache/index2/ways_of_associativity",
3586 .size = 2,
3587 .content = "8\n",
3588 },
3589 {
3590 .path = "/sys/devices/system/cpu/cpu7/cache/index2/write_policy",
3591 .size = 10,
3592 .content = "WriteBack\n",
3593 },
3594 {
3595 .path = "/sys/devices/system/cpu/cpu7/cache/index3/allocation_policy",
3596 .size = 18,
3597 .content = "ReadWriteAllocate\n",
3598 },
3599 {
3600 .path = "/sys/devices/system/cpu/cpu7/cache/index3/coherency_line_size",
3601 .size = 3,
3602 .content = "64\n",
3603 },
3604 {
3605 .path = "/sys/devices/system/cpu/cpu7/cache/index3/level",
3606 .size = 2,
3607 .content = "3\n",
3608 },
3609 {
3610 .path = "/sys/devices/system/cpu/cpu7/cache/index3/number_of_sets",
3611 .size = 5,
3612 .content = "2048\n",
3613 },
3614 {
3615 .path = "/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_list",
3616 .size = 4,
3617 .content = "0-7\n",
3618 },
3619 {
3620 .path = "/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map",
3621 .size = 3,
3622 .content = "ff\n",
3623 },
3624 {
3625 .path = "/sys/devices/system/cpu/cpu7/cache/index3/size",
3626 .size = 6,
3627 .content = "2048K\n",
3628 },
3629 {
3630 .path = "/sys/devices/system/cpu/cpu7/cache/index3/type",
3631 .size = 8,
3632 .content = "Unified\n",
3633 },
3634 {
3635 .path = "/sys/devices/system/cpu/cpu7/cache/index3/ways_of_associativity",
3636 .size = 3,
3637 .content = "16\n",
3638 },
3639 {
3640 .path = "/sys/devices/system/cpu/cpu7/cache/index3/write_policy",
3641 .size = 10,
3642 .content = "WriteBack\n",
3643 },
3644 { NULL },
3645};
3646#ifdef __ANDROID__
3647struct cpuinfo_mock_property properties[] = {
3648 {
3649 .key = "DEVICE_PROVISIONED",
3650 .value = "1",
3651 },
3652 {
3653 .key = "af.fast_track_multiplier",
3654 .value = "1",
3655 },
3656 {
3657 .key = "audio.deep_buffer.media",
3658 .value = "true",
3659 },
3660 {
3661 .key = "audio.offload.buffer.size.kb",
3662 .value = "32",
3663 },
3664 {
3665 .key = "audio.offload.gapless.enabled",
3666 .value = "true",
3667 },
3668 {
3669 .key = "audio.offload.video",
3670 .value = "true",
3671 },
3672 {
3673 .key = "audioflinger.bootsnd",
3674 .value = "0",
3675 },
3676 {
3677 .key = "av.offload.enable",
3678 .value = "true",
3679 },
3680 {
3681 .key = "bt.max.hfpclient.connections",
3682 .value = "1",
3683 },
3684 {
3685 .key = "config.disable_consumerir",
3686 .value = "true",
3687 },
3688 {
3689 .key = "config.disable_rtt",
3690 .value = "true",
3691 },
3692 {
3693 .key = "dalvik.vm.appimageformat",
3694 .value = "lz4",
3695 },
3696 {
3697 .key = "dalvik.vm.dex2oat-Xms",
3698 .value = "64m",
3699 },
3700 {
3701 .key = "dalvik.vm.dex2oat-Xmx",
3702 .value = "512m",
3703 },
3704 {
3705 .key = "dalvik.vm.dexopt.secondary",
3706 .value = "true",
3707 },
3708 {
3709 .key = "dalvik.vm.heapgrowthlimit",
3710 .value = "256m",
3711 },
3712 {
3713 .key = "dalvik.vm.heapmaxfree",
3714 .value = "8m",
3715 },
3716 {
3717 .key = "dalvik.vm.heapminfree",
3718 .value = "2m",
3719 },
3720 {
3721 .key = "dalvik.vm.heapsize",
3722 .value = "512m",
3723 },
3724 {
3725 .key = "dalvik.vm.heapstartsize",
3726 .value = "8m",
3727 },
3728 {
3729 .key = "dalvik.vm.heaptargetutilization",
3730 .value = "0.75",
3731 },
3732 {
3733 .key = "dalvik.vm.image-dex2oat-Xms",
3734 .value = "64m",
3735 },
3736 {
3737 .key = "dalvik.vm.image-dex2oat-Xmx",
3738 .value = "64m",
3739 },
3740 {
3741 .key = "dalvik.vm.isa.arm.features",
3742 .value = "default",
3743 },
3744 {
3745 .key = "dalvik.vm.isa.arm.variant",
3746 .value = "cortex-a9",
3747 },
3748 {
3749 .key = "dalvik.vm.isa.arm64.features",
3750 .value = "default",
3751 },
3752 {
3753 .key = "dalvik.vm.isa.arm64.variant",
3754 .value = "kryo300",
3755 },
3756 {
3757 .key = "dalvik.vm.stack-trace-file",
3758 .value = "/data/anr/traces.txt",
3759 },
3760 {
3761 .key = "dalvik.vm.usejit",
3762 .value = "true",
3763 },
3764 {
3765 .key = "dalvik.vm.usejitprofiles",
3766 .value = "true",
3767 },
3768 {
3769 .key = "debug.atrace.tags.enableflags",
3770 .value = "0",
3771 },
3772 {
3773 .key = "debug.egl.hw",
3774 .value = "0",
3775 },
3776 {
3777 .key = "debug.force_rtl",
3778 .value = "0",
3779 },
3780 {
3781 .key = "debug.gralloc.gfx_ubwc_disable",
3782 .value = "0",
3783 },
3784 {
3785 .key = "debug.mdpcomp.logs",
3786 .value = "0",
3787 },
3788 {
3789 .key = "debug.sensor.logging.slpi",
3790 .value = "true",
3791 },
3792 {
3793 .key = "debug.sf.enable_hwc_vds",
3794 .value = "1",
3795 },
3796 {
3797 .key = "debug.sf.hw",
3798 .value = "0",
3799 },
3800 {
3801 .key = "debug.sf.latch_unsignaled",
3802 .value = "1",
3803 },
3804 {
3805 .key = "debug.sf.layerdump",
3806 .value = "0",
3807 },
3808 {
3809 .key = "dev.bootcomplete",
3810 .value = "1",
3811 },
3812 {
3813 .key = "dev.mtp.opensession",
3814 .value = "1",
3815 },
3816 {
3817 .key = "dev.pm.dyn_samplingrate",
3818 .value = "1",
3819 },
3820 {
3821 .key = "dev.ssrm.app.install.standby",
3822 .value = "-1",
3823 },
3824 {
3825 .key = "dev.ssrm.appsync3p",
3826 .value = "true",
3827 },
3828 {
3829 .key = "dev.ssrm.atc_ap_current",
3830 .value = "0,0,0,0,0,0,0,0",
3831 },
3832 {
3833 .key = "dev.ssrm.atc_ap_power",
3834 .value = "0,0,0,0,0,0,0,0",
3835 },
3836 {
3837 .key = "dev.ssrm.atc_etc_current",
3838 .value = "60,2,58,0,0,0,0",
3839 },
3840 {
3841 .key = "dev.ssrm.atc_etc_power",
3842 .value = "240,8,232,0,0,0,0",
3843 },
3844 {
3845 .key = "dev.ssrm.gamelevel",
3846 .value = "-4,6,-2,4",
3847 },
3848 {
3849 .key = "dev.ssrm.init",
3850 .value = "1",
3851 },
3852 {
3853 .key = "dev.ssrm.live_thumbnail",
3854 .value = "0",
3855 },
3856 {
3857 .key = "dev.ssrm.mode",
3858 .value = "dm;",
3859 },
3860 {
3861 .key = "dev.ssrm.pst",
3862 .value = "270",
3863 },
3864 {
3865 .key = "dev.ssrm.smart_switch",
3866 .value = "true",
3867 },
3868 {
3869 .key = "diag.oriented",
3870 .value = "APO",
3871 },
3872 {
3873 .key = "gsm.current.phone-type",
3874 .value = "1",
3875 },
3876 {
3877 .key = "gsm.network.type",
3878 .value = "Unknown",
3879 },
3880 {
3881 .key = "gsm.operator.alpha",
3882 .value = "",
3883 },
3884 {
3885 .key = "gsm.operator.iso-country",
3886 .value = "us",
3887 },
3888 {
3889 .key = "gsm.operator.ispsroaming",
3890 .value = "false",
3891 },
3892 {
3893 .key = "gsm.operator.isroaming",
3894 .value = "false",
3895 },
3896 {
3897 .key = "gsm.operator.numeric",
3898 .value = "310260",
3899 },
3900 {
3901 .key = "gsm.sim.operator.alpha",
3902 .value = "",
3903 },
3904 {
3905 .key = "gsm.sim.operator.iso-country",
3906 .value = "",
3907 },
3908 {
3909 .key = "gsm.sim.operator.numeric",
3910 .value = "",
3911 },
3912 {
3913 .key = "gsm.sim.state",
3914 .value = "ABSENT",
3915 },
3916 {
3917 .key = "gsm.version.baseband",
3918 .value = "G965U1UEU1ARB7",
3919 },
3920 {
3921 .key = "gsm.version.ril-impl",
3922 .value = "Samsung RIL v4.0",
3923 },
3924 {
3925 .key = "hwservicemanager.ready",
3926 .value = "true",
3927 },
3928 {
3929 .key = "init.svc.BCS-daemon",
3930 .value = "running",
3931 },
3932 {
3933 .key = "init.svc.DR-daemon",
3934 .value = "running",
3935 },
3936 {
3937 .key = "init.svc.SMD-daemon",
3938 .value = "running",
3939 },
3940 {
3941 .key = "init.svc.adbd",
3942 .value = "running",
3943 },
3944 {
3945 .key = "init.svc.adsprpcd",
3946 .value = "running",
3947 },
3948 {
3949 .key = "init.svc.apaservice",
3950 .value = "running",
3951 },
3952 {
3953 .key = "init.svc.argos-daemon",
3954 .value = "running",
3955 },
3956 {
3957 .key = "init.svc.at_distributor",
3958 .value = "stopped",
3959 },
3960 {
3961 .key = "init.svc.atfwd",
3962 .value = "running",
3963 },
3964 {
3965 .key = "init.svc.audio-hal-2-0",
3966 .value = "running",
3967 },
3968 {
3969 .key = "init.svc.audioserver",
3970 .value = "running",
3971 },
3972 {
3973 .key = "init.svc.auditd",
3974 .value = "running",
3975 },
3976 {
3977 .key = "init.svc.bluetooth-1-0",
3978 .value = "running",
3979 },
3980 {
3981 .key = "init.svc.bootanim",
3982 .value = "stopped",
3983 },
3984 {
3985 .key = "init.svc.bootchecker",
3986 .value = "stopped",
3987 },
3988 {
3989 .key = "init.svc.bsd",
3990 .value = "running",
3991 },
3992 {
3993 .key = "init.svc.cameraserver",
3994 .value = "running",
3995 },
3996 {
3997 .key = "init.svc.cdsprpcd",
3998 .value = "running",
3999 },
4000 {
4001 .key = "init.svc.configstore-hal-1-0",
4002 .value = "running",
4003 },
4004 {
4005 .key = "init.svc.crashdata-sh",
4006 .value = "stopped",
4007 },
4008 {
4009 .key = "init.svc.cs-early-boot",
4010 .value = "stopped",
4011 },
4012 {
4013 .key = "init.svc.cs-post-boot",
4014 .value = "stopped",
4015 },
4016 {
4017 .key = "init.svc.dhkprov1x",
4018 .value = "stopped",
4019 },
4020 {
4021 .key = "init.svc.dhkprov2x",
4022 .value = "stopped",
4023 },
4024 {
4025 .key = "init.svc.diag_uart_log",
4026 .value = "stopped",
4027 },
4028 {
4029 .key = "init.svc.drm",
4030 .value = "running",
4031 },
4032 {
4033 .key = "init.svc.drm-hal-1-0",
4034 .value = "running",
4035 },
4036 {
4037 .key = "init.svc.drm-widevine-hal-1-0",
4038 .value = "running",
4039 },
4040 {
4041 .key = "init.svc.epmlogd",
4042 .value = "stopped",
4043 },
4044 {
4045 .key = "init.svc.esecomm",
4046 .value = "running",
4047 },
4048 {
4049 .key = "init.svc.faced",
4050 .value = "running",
4051 },
4052 {
4053 .key = "init.svc.factory_ssc",
4054 .value = "running",
4055 },
4056 {
4057 .key = "init.svc.flash_recovery",
4058 .value = "stopped",
4059 },
4060 {
4061 .key = "init.svc.gatekeeper-1-0",
4062 .value = "running",
4063 },
4064 {
4065 .key = "init.svc.gatekeeperd",
4066 .value = "running",
4067 },
4068 {
4069 .key = "init.svc.gralloc-2-0",
4070 .value = "running",
4071 },
4072 {
4073 .key = "init.svc.health-hal-1-0",
4074 .value = "running",
4075 },
4076 {
4077 .key = "init.svc.healthd",
4078 .value = "running",
4079 },
4080 {
4081 .key = "init.svc.hidl_memory",
4082 .value = "running",
4083 },
4084 {
4085 .key = "init.svc.hostapd",
4086 .value = "stopped",
4087 },
4088 {
4089 .key = "init.svc.hwcomposer-2-1",
4090 .value = "running",
4091 },
4092 {
4093 .key = "init.svc.hwservicemanager",
4094 .value = "running",
4095 },
4096 {
4097 .key = "init.svc.icd",
4098 .value = "stopped",
4099 },
4100 {
4101 .key = "init.svc.imsd",
4102 .value = "running",
4103 },
4104 {
4105 .key = "init.svc.installd",
4106 .value = "running",
4107 },
4108 {
4109 .key = "init.svc.insthk",
4110 .value = "stopped",
4111 },
4112 {
4113 .key = "init.svc.iod",
4114 .value = "running",
4115 },
4116 {
4117 .key = "init.svc.iop-hal-2-0",
4118 .value = "running",
4119 },
4120 {
4121 .key = "init.svc.ipacm",
4122 .value = "running",
4123 },
4124 {
4125 .key = "init.svc.ipacm-diag",
4126 .value = "running",
4127 },
4128 {
4129 .key = "init.svc.irisd",
4130 .value = "running",
4131 },
4132 {
4133 .key = "init.svc.irsc_util",
4134 .value = "stopped",
4135 },
4136 {
4137 .key = "init.svc.jackservice",
4138 .value = "running",
4139 },
4140 {
4141 .key = "init.svc.keymaster-3-0",
4142 .value = "running",
4143 },
4144 {
4145 .key = "init.svc.keystore",
4146 .value = "running",
4147 },
4148 {
4149 .key = "init.svc.light-hal-2-0",
4150 .value = "running",
4151 },
4152 {
4153 .key = "init.svc.lmkd",
4154 .value = "running",
4155 },
4156 {
4157 .key = "init.svc.loc_launcher",
4158 .value = "running",
4159 },
4160 {
4161 .key = "init.svc.logd",
4162 .value = "running",
4163 },
4164 {
4165 .key = "init.svc.logd-reinit",
4166 .value = "stopped",
4167 },
4168 {
4169 .key = "init.svc.macloader",
4170 .value = "stopped",
4171 },
4172 {
4173 .key = "init.svc.media",
4174 .value = "running",
4175 },
4176 {
4177 .key = "init.svc.mediacodec",
4178 .value = "running",
4179 },
4180 {
4181 .key = "init.svc.mediadrm",
4182 .value = "running",
4183 },
4184 {
4185 .key = "init.svc.mediaextractor",
4186 .value = "running",
4187 },
4188 {
4189 .key = "init.svc.mediametrics",
4190 .value = "running",
4191 },
4192 {
4193 .key = "init.svc.memtrack-hal-1-0",
4194 .value = "running",
4195 },
4196 {
4197 .key = "init.svc.netd",
4198 .value = "running",
4199 },
4200 {
4201 .key = "init.svc.nxpnfc_hal_svc",
4202 .value = "running",
4203 },
4204 {
4205 .key = "init.svc.pd_mapper",
4206 .value = "running",
4207 },
4208 {
4209 .key = "init.svc.per_mgr",
4210 .value = "running",
4211 },
4212 {
4213 .key = "init.svc.per_proxy",
4214 .value = "running",
4215 },
4216 {
4217 .key = "init.svc.per_proxy_helper",
4218 .value = "stopped",
4219 },
4220 {
4221 .key = "init.svc.perf-hal-1-0",
4222 .value = "running",
4223 },
4224 {
4225 .key = "init.svc.power-hal-1-0",
4226 .value = "running",
4227 },
4228 {
4229 .key = "init.svc.powersnd",
4230 .value = "stopped",
4231 },
4232 {
4233 .key = "init.svc.prepare_param",
4234 .value = "stopped",
4235 },
4236 {
4237 .key = "init.svc.proca",
4238 .value = "running",
4239 },
4240 {
4241 .key = "init.svc.pvclicense_sample",
4242 .value = "stopped",
4243 },
4244 {
4245 .key = "init.svc.qcom-c_core-sh",
4246 .value = "stopped",
4247 },
4248 {
4249 .key = "init.svc.qcom-c_main-sh",
4250 .value = "stopped",
4251 },
4252 {
4253 .key = "init.svc.qcom-post-boot",
4254 .value = "stopped",
4255 },
4256 {
4257 .key = "init.svc.qcom-sh",
4258 .value = "stopped",
4259 },
4260 {
4261 .key = "init.svc.qcom-usb-sh",
4262 .value = "stopped",
4263 },
4264 {
4265 .key = "init.svc.qdutils_disp-1-0",
4266 .value = "running",
4267 },
4268 {
4269 .key = "init.svc.qseecomd",
4270 .value = "running",
4271 },
4272 {
4273 .key = "init.svc.qti_esepowermanager_service",
4274 .value = "running",
4275 },
4276 {
4277 .key = "init.svc.remotedisplay",
4278 .value = "running",
4279 },
4280 {
4281 .key = "init.svc.resetreason",
4282 .value = "stopped",
4283 },
4284 {
4285 .key = "init.svc.ril-daemon",
4286 .value = "running",
4287 },
4288 {
4289 .key = "init.svc.rmt_storage",
4290 .value = "running",
4291 },
4292 {
4293 .key = "init.svc.run-mobicore",
4294 .value = "running",
4295 },
4296 {
4297 .key = "init.svc.scs",
4298 .value = "stopped",
4299 },
4300 {
4301 .key = "init.svc.sdp_cryptod",
4302 .value = "running",
4303 },
4304 {
4305 .key = "init.svc.sec-camera-provider-2-4",
4306 .value = "running",
4307 },
4308 {
4309 .key = "init.svc.sec-miscpower-1-0",
4310 .value = "running",
4311 },
4312 {
4313 .key = "init.svc.sec-vibrator-1-0",
4314 .value = "running",
4315 },
4316 {
4317 .key = "init.svc.sec_fps_hal",
4318 .value = "running",
4319 },
4320 {
4321 .key = "init.svc.sec_gnss_service",
4322 .value = "running",
4323 },
4324 {
4325 .key = "init.svc.secure_storage",
4326 .value = "running",
4327 },
4328 {
4329 .key = "init.svc.seemp_healthd",
4330 .value = "running",
4331 },
4332 {
4333 .key = "init.svc.sem_daemon",
4334 .value = "stopped",
4335 },
4336 {
4337 .key = "init.svc.sensor-sh",
4338 .value = "stopped",
4339 },
4340 {
4341 .key = "init.svc.sensors",
4342 .value = "running",
4343 },
4344 {
4345 .key = "init.svc.sensors-hal-1-0",
4346 .value = "running",
4347 },
4348 {
4349 .key = "init.svc.servicemanager",
4350 .value = "running",
4351 },
4352 {
4353 .key = "init.svc.smcinvoked",
4354 .value = "running",
4355 },
4356 {
4357 .key = "init.svc.storaged",
4358 .value = "running",
4359 },
4360 {
4361 .key = "init.svc.surfaceflinger",
4362 .value = "running",
4363 },
4364 {
4365 .key = "init.svc.swapon",
4366 .value = "stopped",
4367 },
4368 {
4369 .key = "init.svc.tbaseLoader",
4370 .value = "stopped",
4371 },
4372 {
4373 .key = "init.svc.tftp_server",
4374 .value = "running",
4375 },
4376 {
4377 .key = "init.svc.thermal-engine",
4378 .value = "running",
4379 },
4380 {
4381 .key = "init.svc.thermal-hal-1-0",
4382 .value = "running",
4383 },
4384 {
4385 .key = "init.svc.time_daemon",
4386 .value = "running",
4387 },
4388 {
4389 .key = "init.svc.tombstoned",
4390 .value = "running",
4391 },
4392 {
4393 .key = "init.svc.tui_comm-1-0",
4394 .value = "running",
4395 },
4396 {
4397 .key = "init.svc.ueventd",
4398 .value = "running",
4399 },
4400 {
4401 .key = "init.svc.vndservicemanager",
4402 .value = "running",
4403 },
4404 {
4405 .key = "init.svc.vold",
4406 .value = "running",
4407 },
4408 {
4409 .key = "init.svc.vr-1-0",
4410 .value = "running",
4411 },
4412 {
4413 .key = "init.svc.webview_zygote32",
4414 .value = "running",
4415 },
4416 {
4417 .key = "init.svc.wifi_hal_legacy",
4418 .value = "running",
4419 },
4420 {
4421 .key = "init.svc.wificond",
4422 .value = "running",
4423 },
4424 {
4425 .key = "init.svc.wlandutservice",
4426 .value = "running",
4427 },
4428 {
4429 .key = "init.svc.wpa_supplicant",
4430 .value = "running",
4431 },
4432 {
4433 .key = "init.svc.wsmd",
4434 .value = "running",
4435 },
4436 {
4437 .key = "init.svc.zygote",
4438 .value = "running",
4439 },
4440 {
4441 .key = "init.svc.zygote_agent32",
4442 .value = "running",
4443 },
4444 {
4445 .key = "init.svc.zygote_agent64",
4446 .value = "running",
4447 },
4448 {
4449 .key = "init.svc.zygote_secondary",
4450 .value = "running",
4451 },
4452 {
4453 .key = "keyguard.no_require_sim",
4454 .value = "true",
4455 },
4456 {
4457 .key = "media.aac_51_output_enabled",
4458 .value = "true",
4459 },
4460 {
4461 .key = "media.stagefright.enable-aac",
4462 .value = "true",
4463 },
4464 {
4465 .key = "media.stagefright.enable-fma2dp",
4466 .value = "true",
4467 },
4468 {
4469 .key = "media.stagefright.enable-http",
4470 .value = "true",
4471 },
4472 {
4473 .key = "media.stagefright.enable-player",
4474 .value = "true",
4475 },
4476 {
4477 .key = "media.stagefright.enable-qcp",
4478 .value = "true",
4479 },
4480 {
4481 .key = "media.stagefright.enable-scan",
4482 .value = "true",
4483 },
4484 {
4485 .key = "mm.enable.qcom_parser",
4486 .value = "13631487",
4487 },
4488 {
4489 .key = "mm.enable.smoothstreaming",
4490 .value = "true",
4491 },
4492 {
4493 .key = "mmp.enable.3g2",
4494 .value = "true",
4495 },
4496 {
4497 .key = "net.bt.name",
4498 .value = "Android",
4499 },
4500 {
4501 .key = "net.iptype",
4502 .value = "514:v4v6v6",
4503 },
4504 {
4505 .key = "net.knoxscep.version",
4506 .value = "2.2.0",
4507 },
4508 {
4509 .key = "net.knoxvpn.version",
4510 .value = "2.2.0",
4511 },
4512 {
4513 .key = "net.qtaguid_enabled",
4514 .value = "1",
4515 },
4516 {
4517 .key = "net.smart_switch.disabled",
4518 .value = "1",
4519 },
4520 {
4521 .key = "net.tcp.2g_init_rwnd",
4522 .value = "10",
4523 },
4524 {
4525 .key = "net.tcp.buffersize.default",
4526 .value = "4096,87380,524288,4096,16384,110208",
4527 },
4528 {
4529 .key = "net.tcp.buffersize.edge",
4530 .value = "4093,26280,35040,4096,16384,35040",
4531 },
4532 {
4533 .key = "net.tcp.buffersize.evdo",
4534 .value = "4094,87380,524288,4096,16384,262144",
4535 },
4536 {
4537 .key = "net.tcp.buffersize.gprs",
4538 .value = "4092,8760,11680,4096,8760,11680",
4539 },
4540 {
4541 .key = "net.tcp.buffersize.hsdpa",
4542 .value = "4094,87380,1220608,4096,16384,1220608",
4543 },
4544 {
4545 .key = "net.tcp.buffersize.hspa",
4546 .value = "4094,87380,1220608,4096,16384,1220608",
4547 },
4548 {
4549 .key = "net.tcp.buffersize.hspap",
4550 .value = "4094,87380,1220608,4096,16384,1220608",
4551 },
4552 {
4553 .key = "net.tcp.buffersize.hsupa",
4554 .value = "4094,87380,1220608,4096,16384,1220608",
4555 },
4556 {
4557 .key = "net.tcp.buffersize.lte",
4558 .value = "2097152,4194304,8388608,262144,524288,1048576",
4559 },
4560 {
4561 .key = "net.tcp.buffersize.umts",
4562 .value = "4094,87380,110208,4096,16384,110208",
4563 },
4564 {
4565 .key = "net.tcp.default_init_rwnd",
4566 .value = "60",
4567 },
4568 {
4569 .key = "nfc.boot.reason",
4570 .value = "1",
4571 },
4572 {
4573 .key = "nfc.fw.dfl_areacode",
4574 .value = "USA",
4575 },
4576 {
4577 .key = "nfc.fw.downloadmode_force",
4578 .value = "0",
4579 },
4580 {
4581 .key = "nfc.fw.rfreg_display_ver",
4582 .value = "2",
4583 },
4584 {
4585 .key = "nfc.fw.rfreg_ver",
4586 .value = "MAJ:15, MIN: 2",
4587 },
4588 {
4589 .key = "nfc.fw.ver",
4590 .value = "NXP 11.1.15",
4591 },
4592 {
4593 .key = "nfc.nxp.fwdnldstatus",
4594 .value = "0",
4595 },
4596 {
4597 .key = "nfc.product.support.ese",
4598 .value = "1",
4599 },
4600 {
4601 .key = "nfc.product.support.uicc",
4602 .value = "1",
4603 },
4604 {
4605 .key = "nfc.smartcard.binded",
4606 .value = "true",
4607 },
4608 {
4609 .key = "persist.audio.a2dp_avc",
4610 .value = "1",
4611 },
4612 {
4613 .key = "persist.audio.allsoundmute",
4614 .value = "0",
4615 },
4616 {
4617 .key = "persist.audio.corefx",
4618 .value = "1",
4619 },
4620 {
4621 .key = "persist.audio.effectcpufreq",
4622 .value = "350000",
4623 },
4624 {
4625 .key = "persist.audio.finemediavolume",
4626 .value = "1",
4627 },
4628 {
4629 .key = "persist.audio.fluence.speaker",
4630 .value = "true",
4631 },
4632 {
4633 .key = "persist.audio.fluence.voicecall",
4634 .value = "true",
4635 },
4636 {
4637 .key = "persist.audio.fluence.voicerec",
4638 .value = "false",
4639 },
4640 {
4641 .key = "persist.audio.globaleffect",
4642 .value = "1",
4643 },
4644 {
4645 .key = "persist.audio.headsetsysvolume",
4646 .value = "9",
4647 },
4648 {
4649 .key = "persist.audio.hphonesysvolume",
4650 .value = "9",
4651 },
4652 {
4653 .key = "persist.audio.k2hd",
4654 .value = "1",
4655 },
4656 {
4657 .key = "persist.audio.mpseek",
4658 .value = "0",
4659 },
4660 {
4661 .key = "persist.audio.mysound",
4662 .value = "1",
4663 },
4664 {
4665 .key = "persist.audio.nxp_lvvil",
4666 .value = "0",
4667 },
4668 {
4669 .key = "persist.audio.pcmdump",
4670 .value = "0",
4671 },
4672 {
4673 .key = "persist.audio.ringermode",
4674 .value = "0",
4675 },
4676 {
4677 .key = "persist.audio.sales_code",
4678 .value = "XAA",
4679 },
4680 {
4681 .key = "persist.audio.soundalivefxsec",
4682 .value = "1",
4683 },
4684 {
4685 .key = "persist.audio.stereospeaker",
4686 .value = "1",
4687 },
4688 {
4689 .key = "persist.audio.sysvolume",
4690 .value = "9",
4691 },
4692 {
4693 .key = "persist.audio.uhqa",
4694 .value = "1",
4695 },
4696 {
4697 .key = "persist.audio.voipcpufreq",
4698 .value = "585600",
4699 },
4700 {
4701 .key = "persist.cne.feature",
4702 .value = "0",
4703 },
4704 {
4705 .key = "persist.data.df.agg.dl_pkt",
4706 .value = "10",
4707 },
4708 {
4709 .key = "persist.data.df.agg.dl_size",
4710 .value = "4096",
4711 },
4712 {
4713 .key = "persist.data.df.dev_name",
4714 .value = "rmnet_usb0",
4715 },
4716 {
4717 .key = "persist.data.df.dl_mode",
4718 .value = "5",
4719 },
4720 {
4721 .key = "persist.data.df.iwlan_mux",
4722 .value = "9",
4723 },
4724 {
4725 .key = "persist.data.df.mux_count",
4726 .value = "8",
4727 },
4728 {
4729 .key = "persist.data.df.ul_mode",
4730 .value = "5",
4731 },
4732 {
4733 .key = "persist.data.mode",
4734 .value = "concurrent",
4735 },
4736 {
4737 .key = "persist.data.netmgrd.qos.enable",
4738 .value = "false",
4739 },
4740 {
4741 .key = "persist.data.wda.enable",
4742 .value = "true",
4743 },
4744 {
4745 .key = "persist.debug.wfd.enable",
4746 .value = "1",
4747 },
4748 {
4749 .key = "persist.demo.hdmirotationlock",
4750 .value = "false",
4751 },
4752 {
4753 .key = "persist.fuse_sdcard",
4754 .value = "true",
4755 },
4756 {
4757 .key = "persist.mm.enable.prefetch",
4758 .value = "true",
4759 },
4760 {
4761 .key = "persist.nfc.log.index",
4762 .value = "4",
4763 },
4764 {
4765 .key = "persist.radio.add_power_save",
4766 .value = "1",
4767 },
4768 {
4769 .key = "persist.radio.apm_sim_not_pwdn",
4770 .value = "1",
4771 },
4772 {
4773 .key = "persist.radio.atfwd.start",
4774 .value = "true",
4775 },
4776 {
4777 .key = "persist.radio.latest-modeltype",
4778 .value = "2",
4779 },
4780 {
4781 .key = "persist.radio.lte_vrte_ltd",
4782 .value = "1",
4783 },
4784 {
4785 .key = "persist.radio.max_ims_instance",
4786 .value = "2",
4787 },
4788 {
4789 .key = "persist.radio.multisim.config",
4790 .value = "ss",
4791 },
4792 {
4793 .key = "persist.radio.new.profid",
4794 .value = "true",
4795 },
4796 {
4797 .key = "persist.radio.sib16_support",
4798 .value = "1",
4799 },
4800 {
4801 .key = "persist.radio.silent-reset",
4802 .value = "2",
4803 },
4804 {
4805 .key = "persist.radio.sim.onoff",
4806 .value = "1",
4807 },
4808 {
4809 .key = "persist.ril.dfm.srlte",
4810 .value = "false",
4811 },
4812 {
4813 .key = "persist.ril.ims.eutranParam",
4814 .value = "0",
4815 },
4816 {
4817 .key = "persist.ril.ims.utranParam",
4818 .value = "0",
4819 },
4820 {
4821 .key = "persist.ril.modem.board",
4822 .value = "SDM845",
4823 },
4824 {
4825 .key = "persist.ril.radiocapa.tdscdma",
4826 .value = "true",
4827 },
4828 {
4829 .key = "persist.rmnet.data.enable",
4830 .value = "true",
4831 },
4832 {
4833 .key = "persist.sys.ccm.date",
4834 .value = "Sun Feb 11 15:35:27 KST 2018",
4835 },
4836 {
4837 .key = "persist.sys.clssprld1",
4838 .value = "894",
4839 },
4840 {
4841 .key = "persist.sys.clssprld2",
4842 .value = "334",
4843 },
4844 {
4845 .key = "persist.sys.csc_status",
4846 .value = "omcUpdated",
4847 },
4848 {
4849 .key = "persist.sys.dalvik.vm.lib.2",
4850 .value = "libart.so",
4851 },
4852 {
4853 .key = "persist.sys.display_density",
4854 .value = "420",
4855 },
4856 {
4857 .key = "persist.sys.dualapp.prop",
4858 .value = "1",
4859 },
4860 {
4861 .key = "persist.sys.enablehomekey",
4862 .value = "false",
4863 },
4864 {
4865 .key = "persist.sys.force_sw_gles",
4866 .value = "0",
4867 },
4868 {
4869 .key = "persist.sys.knox.device_owner",
4870 .value = "false",
4871 },
4872 {
4873 .key = "persist.sys.knox.userinfo",
4874 .value = "",
4875 },
4876 {
4877 .key = "persist.sys.locale",
4878 .value = "en-US",
4879 },
4880 {
4881 .key = "persist.sys.localedefault",
4882 .value = "",
4883 },
4884 {
4885 .key = "persist.sys.localenosim",
4886 .value = "en-US",
4887 },
4888 {
4889 .key = "persist.sys.members.cp_support",
4890 .value = "on",
4891 },
4892 {
4893 .key = "persist.sys.omc_etcpath",
4894 .value = "/odm/omc/XAA/etc",
4895 },
4896 {
4897 .key = "persist.sys.omc_install",
4898 .value = "0",
4899 },
4900 {
4901 .key = "persist.sys.omc_path",
4902 .value = "/odm/omc/XAA/conf",
4903 },
4904 {
4905 .key = "persist.sys.omc_respath",
4906 .value = "/omr/res",
4907 },
4908 {
4909 .key = "persist.sys.omc_support",
4910 .value = "true",
4911 },
4912 {
4913 .key = "persist.sys.omcnw_path",
4914 .value = "/odm/omc/XAA/conf",
4915 },
4916 {
4917 .key = "persist.sys.pcovalue",
4918 .value = "-1",
4919 },
4920 {
4921 .key = "persist.sys.ppr",
4922 .value = "true",
4923 },
4924 {
4925 .key = "persist.sys.prev_omcnwcode",
4926 .value = "XAA",
4927 },
4928 {
4929 .key = "persist.sys.prev_salescode",
4930 .value = "XAA",
4931 },
4932 {
4933 .key = "persist.sys.profiler_ms",
4934 .value = "0",
4935 },
4936 {
4937 .key = "persist.sys.sb.setting.enabled",
4938 .value = "false",
4939 },
4940 {
4941 .key = "persist.sys.setupwizard",
4942 .value = "FINISH",
4943 },
4944 {
4945 .key = "persist.sys.silent",
4946 .value = "1",
4947 },
4948 {
4949 .key = "persist.sys.storage_preload",
4950 .value = "2",
4951 },
4952 {
4953 .key = "persist.sys.tcpOptimizer.on",
4954 .value = "1",
4955 },
4956 {
4957 .key = "persist.sys.timezone",
4958 .value = "America/Los_Angeles",
4959 },
4960 {
4961 .key = "persist.sys.usb.config",
4962 .value = "mtp,adb",
4963 },
4964 {
4965 .key = "persist.sys.usb.config.extra",
4966 .value = "none",
4967 },
4968 {
4969 .key = "persist.sys.usb.dualrole",
4970 .value = "true",
4971 },
4972 {
4973 .key = "persist.sys.usb.ffbm-00.func",
4974 .value = "diag",
4975 },
4976 {
4977 .key = "persist.sys.usb.ffbm-01.func",
4978 .value = "diag",
4979 },
4980 {
4981 .key = "persist.sys.usb.ffbm-02.func",
4982 .value = "diag",
4983 },
4984 {
4985 .key = "persist.sys.vold.firstboot",
4986 .value = "1",
4987 },
4988 {
4989 .key = "persist.sys.vzw_wifi_running",
4990 .value = "false",
4991 },
4992 {
4993 .key = "persist.sys.webview.vmsize",
4994 .value = "113140720",
4995 },
4996 {
4997 .key = "persist.sys.wfd.virtual",
4998 .value = "0",
4999 },
5000 {
5001 .key = "persist.timed.enable",
5002 .value = "true",
5003 },
5004 {
5005 .key = "persist.vendor.audio.fluence.speaker",
5006 .value = "true",
5007 },
5008 {
5009 .key = "persist.vendor.audio.fluence.voicecall",
5010 .value = "true",
5011 },
5012 {
5013 .key = "persist.vendor.audio.fluence.voicerec",
5014 .value = "false",
5015 },
5016 {
5017 .key = "persist.vendor.audio.ras.enabled",
5018 .value = "false",
5019 },
5020 {
5021 .key = "persist.vendor.bt.a2dp_offload_cap",
5022 .value = "sbc-aptx-aptxtws-aptxhd-aac",
5023 },
5024 {
5025 .key = "persist.vendor.radio.custom_ecc",
5026 .value = "1",
5027 },
5028 {
5029 .key = "persist.vendor.radio.rat_on",
5030 .value = "combine",
5031 },
5032 {
5033 .key = "persist.vendor.radio.sib16_support",
5034 .value = "1",
5035 },
5036 {
5037 .key = "pm.dexopt.ab-ota",
5038 .value = "speed-profile",
5039 },
5040 {
5041 .key = "pm.dexopt.bg-dexopt",
5042 .value = "speed-profile",
5043 },
5044 {
5045 .key = "pm.dexopt.boot",
5046 .value = "verify",
5047 },
5048 {
5049 .key = "pm.dexopt.first-boot",
5050 .value = "quicken",
5051 },
5052 {
5053 .key = "pm.dexopt.install",
5054 .value = "quicken",
5055 },
5056 {
5057 .key = "qcom.bluetooth.soc",
5058 .value = "cherokee",
5059 },
5060 {
5061 .key = "qcom.hw.aac.encoder",
5062 .value = "true",
5063 },
5064 {
5065 .key = "ril.CompleteMsg",
5066 .value = "OK",
5067 },
5068 {
5069 .key = "ril.ICC_TYPE",
5070 .value = "0",
5071 },
5072 {
5073 .key = "ril.ICC_TYPE0",
5074 .value = "0",
5075 },
5076 {
5077 .key = "ril.NwNmId",
5078 .value = "",
5079 },
5080 {
5081 .key = "ril.RildInit",
5082 .value = "1",
5083 },
5084 {
5085 .key = "ril.airplane.mode",
5086 .value = "0",
5087 },
5088 {
5089 .key = "ril.app.pco",
5090 .value = "-1",
5091 },
5092 {
5093 .key = "ril.approved_codever",
5094 .value = "none",
5095 },
5096 {
5097 .key = "ril.approved_cscver",
5098 .value = "none",
5099 },
5100 {
5101 .key = "ril.approved_modemver",
5102 .value = "none",
5103 },
5104 {
5105 .key = "ril.atd_status",
5106 .value = "1_0_0",
5107 },
5108 {
5109 .key = "ril.backoffstate",
5110 .value = "1024",
5111 },
5112 {
5113 .key = "ril.callcount",
5114 .value = "0",
5115 },
5116 {
5117 .key = "ril.cdma.esn",
5118 .value = "800CB995",
5119 },
5120 {
5121 .key = "ril.cs_svc",
5122 .value = "1",
5123 },
5124 {
5125 .key = "ril.data.intfprefix",
5126 .value = "rmnet_data",
5127 },
5128 {
5129 .key = "ril.debug.modemfactory",
5130 .value = "CSC Feature State: IMS ON, EPDG ON",
5131 },
5132 {
5133 .key = "ril.debug.ntc",
5134 .value = "M:---, S:---, T:---, C:---",
5135 },
5136 {
5137 .key = "ril.ecclist0",
5138 .value = "911,112,*911,#911,000,08,110,999,118,119",
5139 },
5140 {
5141 .key = "ril.ecclist00",
5142 .value = "112,911,999,000,110,118,119,911,112,000,110,118,119,999,911,112,000,110,118,119,999,911,112",
5143 },
5144 {
5145 .key = "ril.ecclist01",
5146 .value = "000,110,118,119,999,911,112,000,110,118,119,999,911,112,000,110,118,119,999,911,112,000,110",
5147 },
5148 {
5149 .key = "ril.ecclist02",
5150 .value = "118,119,999,911,112,000,110,118,119,999,911,112,000,110,118,119,999,911,112,000,110,118,119",
5151 },
5152 {
5153 .key = "ril.ecclist03",
5154 .value = "999,911,112,000,110,118,119,999,911,112,000,110,118,119,999,911,112,000,110,118,119,999,911",
5155 },
5156 {
5157 .key = "ril.ecclist04",
5158 .value = "112,000,110,118,119,999",
5159 },
5160 {
5161 .key = "ril.ecclist_net0",
5162 .value = "",
5163 },
5164 {
5165 .key = "ril.eri_num",
5166 .value = "1",
5167 },
5168 {
5169 .key = "ril.eri_ver_1",
5170 .value = "E:None ",
5171 },
5172 {
5173 .key = "ril.hasisim",
5174 .value = "0",
5175 },
5176 {
5177 .key = "ril.hw_ver",
5178 .value = "REV1.1",
5179 },
5180 {
5181 .key = "ril.ims.ecsupport",
5182 .value = "0",
5183 },
5184 {
5185 .key = "ril.initPB",
5186 .value = "0",
5187 },
5188 {
5189 .key = "ril.lte_ps_only",
5190 .value = "0",
5191 },
5192 {
5193 .key = "ril.manufacturedate",
5194 .value = "20180222",
5195 },
5196 {
5197 .key = "ril.modem.board",
5198 .value = "SDM845",
5199 },
5200 {
5201 .key = "ril.official_cscver",
5202 .value = "G965U1OYM1ARB7",
5203 },
5204 {
5205 .key = "ril.pco.default",
5206 .value = "-1",
5207 },
5208 {
5209 .key = "ril.pco.hipri",
5210 .value = "-1",
5211 },
5212 {
5213 .key = "ril.product_code",
5214 .value = "SM-G965UZKAXAA",
5215 },
5216 {
5217 .key = "ril.radiostate",
5218 .value = "10",
5219 },
5220 {
5221 .key = "ril.region_props",
5222 .value = "XAA.USA.US.XAA",
5223 },
5224 {
5225 .key = "ril.rfcal_date",
5226 .value = "2018.02.23",
5227 },
5228 {
5229 .key = "ril.serialnumber",
5230 .value = "R38K20CDXJT",
5231 },
5232 {
5233 .key = "ril.servicestate",
5234 .value = "2",
5235 },
5236 {
5237 .key = "ril.signal.param",
5238 .value = "255,255,255",
5239 },
5240 {
5241 .key = "ril.simoperator",
5242 .value = "",
5243 },
5244 {
5245 .key = "ril.ss.routing",
5246 .value = "0",
5247 },
5248 {
5249 .key = "ril.subinfo",
5250 .value = "0:-2",
5251 },
5252 {
5253 .key = "ril.sw_ver",
5254 .value = "G965U1UEU1ARB7",
5255 },
5256 {
5257 .key = "ril.twwan911Timer",
5258 .value = "0",
5259 },
5260 {
5261 .key = "ro.adb.secure",
5262 .value = "1",
5263 },
5264 {
5265 .key = "ro.af.client_heap_size_kbyte",
5266 .value = "7168",
5267 },
5268 {
5269 .key = "ro.allow.mock.location",
5270 .value = "0",
5271 },
5272 {
5273 .key = "ro.ap_serial",
5274 .value = "0xF2869C02",
5275 },
5276 {
5277 .key = "ro.baseband",
5278 .value = "sdm",
5279 },
5280 {
5281 .key = "ro.board.platform",
5282 .value = "sdm845",
5283 },
5284 {
5285 .key = "ro.boot.ap_serial",
5286 .value = "0xF2869C02",
5287 },
5288 {
5289 .key = "ro.boot.baseband",
5290 .value = "sdm",
5291 },
5292 {
5293 .key = "ro.boot.boot_recovery",
5294 .value = "0",
5295 },
5296 {
5297 .key = "ro.boot.bootdevice",
5298 .value = "1d84000.ufshc",
5299 },
5300 {
5301 .key = "ro.boot.bootloader",
5302 .value = "G965U1UEU1ARB7",
5303 },
5304 {
5305 .key = "ro.boot.carrierid",
5306 .value = "XAA",
5307 },
5308 {
5309 .key = "ro.boot.carrierid.param.offset",
5310 .value = "9437644",
5311 },
5312 {
5313 .key = "ro.boot.cp_debug_level",
5314 .value = "0x55FF",
5315 },
5316 {
5317 .key = "ro.boot.ddr_start_type",
5318 .value = "1",
5319 },
5320 {
5321 .key = "ro.boot.debug_level",
5322 .value = "0x4f4c",
5323 },
5324 {
5325 .key = "ro.boot.dram_info",
5326 .value = "01,06,01,6G",
5327 },
5328 {
5329 .key = "ro.boot.em.did",
5330 .value = "20208BF2869C0211",
5331 },
5332 {
5333 .key = "ro.boot.em.model",
5334 .value = "SM-G965U1",
5335 },
5336 {
5337 .key = "ro.boot.em.status",
5338 .value = "0x0",
5339 },
5340 {
5341 .key = "ro.boot.flash.locked",
5342 .value = "1",
5343 },
5344 {
5345 .key = "ro.boot.hardware",
5346 .value = "qcom",
5347 },
5348 {
5349 .key = "ro.boot.im.param.offset",
5350 .value = "9437232",
5351 },
5352 {
5353 .key = "ro.boot.me.param.offset",
5354 .value = "9437312",
5355 },
5356 {
5357 .key = "ro.boot.other.locked",
5358 .value = "1",
5359 },
5360 {
5361 .key = "ro.boot.pr.param.offset",
5362 .value = "9437472",
5363 },
5364 {
5365 .key = "ro.boot.prototype.param.offset",
5366 .value = "9437660",
5367 },
5368 {
5369 .key = "ro.boot.revision",
5370 .value = "14",
5371 },
5372 {
5373 .key = "ro.boot.sales.param.offset",
5374 .value = "9437648",
5375 },
5376 {
5377 .key = "ro.boot.sales_code",
5378 .value = "XAA",
5379 },
5380 {
5381 .key = "ro.boot.sec_atd.tty",
5382 .value = "/dev/ttyHS8",
5383 },
5384 {
5385 .key = "ro.boot.security_mode",
5386 .value = "1526595585",
5387 },
5388 {
5389 .key = "ro.boot.serialno",
5390 .value = "3342364332323098",
5391 },
5392 {
5393 .key = "ro.boot.sku.param.offset",
5394 .value = "9437552",
5395 },
5396 {
5397 .key = "ro.boot.sn.param.offset",
5398 .value = "9437392",
5399 },
5400 {
5401 .key = "ro.boot.swp_config",
5402 .value = "1",
5403 },
5404 {
5405 .key = "ro.boot.ucs_mode",
5406 .value = "0",
5407 },
5408 {
5409 .key = "ro.boot.usrf",
5410 .value = "9438192",
5411 },
5412 {
5413 .key = "ro.boot.verifiedbootstate",
5414 .value = "green",
5415 },
5416 {
5417 .key = "ro.boot.warranty_bit",
5418 .value = "0",
5419 },
5420 {
5421 .key = "ro.boot_recovery",
5422 .value = "0",
5423 },
5424 {
5425 .key = "ro.bootimage.build.date",
5426 .value = "Sun Feb 11 15:35:27 KST 2018",
5427 },
5428 {
5429 .key = "ro.bootimage.build.date.utc",
5430 .value = "1518330927",
5431 },
5432 {
5433 .key = "ro.bootimage.build.fingerprint",
5434 .value = "samsung/star2qlteue/star2qlteue:8.0.0/R16NW/G965U1UEU1ARB7:user/release-keys",
5435 },
5436 {
5437 .key = "ro.bootloader",
5438 .value = "G965U1UEU1ARB7",
5439 },
5440 {
5441 .key = "ro.bootmode",
5442 .value = "unknown",
5443 },
5444 {
5445 .key = "ro.build.PDA",
5446 .value = "G965U1UEU1ARB7",
5447 },
5448 {
5449 .key = "ro.build.ab_update",
5450 .value = "false",
5451 },
5452 {
5453 .key = "ro.build.changelist",
5454 .value = "13056303",
5455 },
5456 {
5457 .key = "ro.build.characteristics",
5458 .value = "default",
5459 },
5460 {
5461 .key = "ro.build.date",
5462 .value = "Sun Feb 11 15:35:27 KST 2018",
5463 },
5464 {
5465 .key = "ro.build.date.utc",
5466 .value = "1518330927",
5467 },
5468 {
5469 .key = "ro.build.description",
5470 .value = "star2qlteue-user 8.0.0 R16NW G965U1UEU1ARB7 release-keys",
5471 },
5472 {
5473 .key = "ro.build.display.id",
5474 .value = "R16NW.G965U1UEU1ARB7",
5475 },
5476 {
5477 .key = "ro.build.fingerprint",
5478 .value = "samsung/star2qlteue/star2qlteue:8.0.0/R16NW/G965U1UEU1ARB7:user/release-keys",
5479 },
5480 {
5481 .key = "ro.build.flavor",
5482 .value = "star2qlteue-user",
5483 },
5484 {
5485 .key = "ro.build.host",
5486 .value = "SWDG5213",
5487 },
5488 {
5489 .key = "ro.build.id",
5490 .value = "R16NW",
5491 },
5492 {
5493 .key = "ro.build.official.release",
5494 .value = "true",
5495 },
5496 {
5497 .key = "ro.build.product",
5498 .value = "star2qlteue",
5499 },
5500 {
5501 .key = "ro.build.scafe.version",
5502 .value = "2018A",
5503 },
5504 {
5505 .key = "ro.build.selinux",
5506 .value = "1",
5507 },
5508 {
5509 .key = "ro.build.selinux.enforce",
5510 .value = "1",
5511 },
5512 {
5513 .key = "ro.build.shutdown_timeout",
5514 .value = "0",
5515 },
5516 {
5517 .key = "ro.build.tags",
5518 .value = "release-keys",
5519 },
5520 {
5521 .key = "ro.build.type",
5522 .value = "user",
5523 },
5524 {
5525 .key = "ro.build.user",
5526 .value = "dpi",
5527 },
5528 {
5529 .key = "ro.build.version.all_codenames",
5530 .value = "REL",
5531 },
5532 {
5533 .key = "ro.build.version.base_os",
5534 .value = "",
5535 },
5536 {
5537 .key = "ro.build.version.codename",
5538 .value = "REL",
5539 },
5540 {
5541 .key = "ro.build.version.incremental",
5542 .value = "G965U1UEU1ARB7",
5543 },
5544 {
5545 .key = "ro.build.version.preview_sdk",
5546 .value = "0",
5547 },
5548 {
5549 .key = "ro.build.version.release",
5550 .value = "8.0.0",
5551 },
5552 {
5553 .key = "ro.build.version.sdk",
5554 .value = "26",
5555 },
5556 {
5557 .key = "ro.build.version.security_index",
5558 .value = "1",
5559 },
5560 {
5561 .key = "ro.build.version.security_patch",
5562 .value = "2018-02-01",
5563 },
5564 {
5565 .key = "ro.build.version.sem",
5566 .value = "2601",
5567 },
5568 {
5569 .key = "ro.build.version.sep",
5570 .value = "90000",
5571 },
5572 {
5573 .key = "ro.carrier",
5574 .value = "unknown",
5575 },
5576 {
5577 .key = "ro.carrierid",
5578 .value = "XAA",
5579 },
5580 {
5581 .key = "ro.carrierid.param.offset",
5582 .value = "9437644",
5583 },
5584 {
5585 .key = "ro.cfg.dha_cached_max",
5586 .value = "24",
5587 },
5588 {
5589 .key = "ro.chipname",
5590 .value = "SDM845",
5591 },
5592 {
5593 .key = "ro.com.google.clientidbase",
5594 .value = "android-samsung-ss",
5595 },
5596 {
5597 .key = "ro.com.google.clientidbase.ms",
5598 .value = "android-samsung-gs-rev1",
5599 },
5600 {
5601 .key = "ro.com.google.gmsversion",
5602 .value = "8.0_r4",
5603 },
5604 {
5605 .key = "ro.config.alarm_alert",
5606 .value = "Morning_Glory.ogg",
5607 },
5608 {
5609 .key = "ro.config.dha_cached_max",
5610 .value = "19",
5611 },
5612 {
5613 .key = "ro.config.dha_cached_min",
5614 .value = "6",
5615 },
5616 {
5617 .key = "ro.config.dha_empty_init",
5618 .value = "24",
5619 },
5620 {
5621 .key = "ro.config.dha_empty_max",
5622 .value = "24",
5623 },
5624 {
5625 .key = "ro.config.dha_empty_min",
5626 .value = "8",
5627 },
5628 {
5629 .key = "ro.config.dha_lmk_scale",
5630 .value = "1.0",
5631 },
5632 {
5633 .key = "ro.config.dha_pwhitelist_enable",
5634 .value = "1",
5635 },
5636 {
5637 .key = "ro.config.dha_pwhl_key",
5638 .value = "512",
5639 },
5640 {
5641 .key = "ro.config.dha_th_rate",
5642 .value = "2.0",
5643 },
5644 {
5645 .key = "ro.config.dmverity",
5646 .value = "true",
5647 },
5648 {
5649 .key = "ro.config.fall_prevent_enable",
5650 .value = "true",
5651 },
5652 {
5653 .key = "ro.config.iccc_version",
5654 .value = "3.0",
5655 },
5656 {
5657 .key = "ro.config.kap",
5658 .value = "true",
5659 },
5660 {
5661 .key = "ro.config.kap_default_on",
5662 .value = "true",
5663 },
5664 {
5665 .key = "ro.config.knox",
5666 .value = "v30",
5667 },
5668 {
5669 .key = "ro.config.media_sound",
5670 .value = "Media_preview_Touch_the_light.ogg",
5671 },
5672 {
5673 .key = "ro.config.notification_sound",
5674 .value = "Skyline.ogg",
5675 },
5676 {
5677 .key = "ro.config.notification_sound_2",
5678 .value = "S_Charming_Bell.ogg",
5679 },
5680 {
5681 .key = "ro.config.ringtone",
5682 .value = "Over_the_Horizon.ogg",
5683 },
5684 {
5685 .key = "ro.config.ringtone_2",
5686 .value = "Basic_Bell.ogg",
5687 },
5688 {
5689 .key = "ro.config.rm_preload_enabled",
5690 .value = "1",
5691 },
5692 {
5693 .key = "ro.config.tima",
5694 .value = "1",
5695 },
5696 {
5697 .key = "ro.config.timaversion",
5698 .value = "3.0",
5699 },
5700 {
5701 .key = "ro.config.vc_call_vol_steps",
5702 .value = "7",
5703 },
5704 {
5705 .key = "ro.control_privapp_permissions",
5706 .value = "log",
5707 },
5708 {
5709 .key = "ro.cp_debug_level",
5710 .value = "0x55FF",
5711 },
5712 {
5713 .key = "ro.crypto.fs_crypto_blkdev",
5714 .value = "/dev/block/dm-3",
5715 },
5716 {
5717 .key = "ro.crypto.state",
5718 .value = "encrypted",
5719 },
5720 {
5721 .key = "ro.crypto.type",
5722 .value = "block",
5723 },
5724 {
5725 .key = "ro.csc.country_code",
5726 .value = "USA",
5727 },
5728 {
5729 .key = "ro.csc.countryiso_code",
5730 .value = "US",
5731 },
5732 {
5733 .key = "ro.csc.facebook.partnerid",
5734 .value = "samsung:dec1cc9c-1497-4aab-b953-cee702c2a481",
5735 },
5736 {
5737 .key = "ro.csc.omcnw_code",
5738 .value = "XAA",
5739 },
5740 {
5741 .key = "ro.csc.sales_code",
5742 .value = "XAA",
5743 },
5744 {
5745 .key = "ro.dalvik.vm.native.bridge",
5746 .value = "0",
5747 },
5748 {
5749 .key = "ro.debug_level",
5750 .value = "0x4f4c",
5751 },
5752 {
5753 .key = "ro.debuggable",
5754 .value = "0",
5755 },
5756 {
5757 .key = "ro.device_owner",
5758 .value = "false",
5759 },
5760 {
5761 .key = "ro.em.did",
5762 .value = "20208BF2869C0211",
5763 },
5764 {
5765 .key = "ro.em.model",
5766 .value = "SM-G965U1",
5767 },
5768 {
5769 .key = "ro.em.status",
5770 .value = "0x0",
5771 },
5772 {
5773 .key = "ro.em.version",
5774 .value = "20",
5775 },
5776 {
5777 .key = "ro.emmc_checksum",
5778 .value = "unknown",
5779 },
5780 {
5781 .key = "ro.error.receiver.default",
5782 .value = "com.samsung.receiver.error",
5783 },
5784 {
5785 .key = "ro.expect.recovery_id",
5786 .value = "0x8dc8f589c248a619491c6f34ad989f19d4577b0c000000000000000000000000",
5787 },
5788 {
5789 .key = "ro.frp.pst",
5790 .value = "/dev/block/persistent",
5791 },
5792 {
5793 .key = "ro.gfx.driver.0",
5794 .value = "com.samsung.gpudriver.S9Adreno630_80",
5795 },
5796 {
5797 .key = "ro.hardware",
5798 .value = "qcom",
5799 },
5800 {
5801 .key = "ro.hardware.egl",
5802 .value = "adreno",
5803 },
5804 {
5805 .key = "ro.hardware.gatekeeper",
5806 .value = "mdfpp",
5807 },
5808 {
5809 .key = "ro.hardware.keystore",
5810 .value = "mdfpp",
5811 },
5812 {
5813 .key = "ro.hardware.nfc_nci",
5814 .value = "nqx.default",
5815 },
5816 {
5817 .key = "ro.hdcp2.rx",
5818 .value = "tz",
5819 },
5820 {
5821 .key = "ro.hmac_mismatch",
5822 .value = "unknown",
5823 },
5824 {
5825 .key = "ro.hwui.drop_shadow_cache_size",
5826 .value = "6",
5827 },
5828 {
5829 .key = "ro.hwui.gradient_cache_size",
5830 .value = "2",
5831 },
5832 {
5833 .key = "ro.hwui.layer_cache_size",
5834 .value = "58",
5835 },
5836 {
5837 .key = "ro.hwui.path_cache_size",
5838 .value = "16",
5839 },
5840 {
5841 .key = "ro.hwui.r_buffer_cache_size",
5842 .value = "8",
5843 },
5844 {
5845 .key = "ro.hwui.shape_cache_size",
5846 .value = "4",
5847 },
5848 {
5849 .key = "ro.hwui.text_large_cache_height",
5850 .value = "2048",
5851 },
5852 {
5853 .key = "ro.hwui.text_large_cache_width",
5854 .value = "4096",
5855 },
5856 {
5857 .key = "ro.hwui.text_small_cache_height",
5858 .value = "1024",
5859 },
5860 {
5861 .key = "ro.hwui.text_small_cache_width",
5862 .value = "1024",
5863 },
5864 {
5865 .key = "ro.hwui.texture_cache_flushrate",
5866 .value = "0.4",
5867 },
5868 {
5869 .key = "ro.hwui.texture_cache_size",
5870 .value = "88",
5871 },
5872 {
5873 .key = "ro.im.param.offset",
5874 .value = "9437232",
5875 },
5876 {
5877 .key = "ro.kernel.qemu",
5878 .value = "0",
5879 },
5880 {
5881 .key = "ro.kernel.qemu.gles",
5882 .value = "0",
5883 },
5884 {
5885 .key = "ro.knox.enhance.zygote.aslr",
5886 .value = "1",
5887 },
5888 {
5889 .key = "ro.logd.auditd",
5890 .value = "false",
5891 },
5892 {
5893 .key = "ro.me.param.offset",
5894 .value = "9437312",
5895 },
5896 {
5897 .key = "ro.multisim.simslotcount",
5898 .value = "1",
5899 },
5900 {
5901 .key = "ro.nfc.port",
5902 .value = "I2C",
5903 },
5904 {
5905 .key = "ro.oem.key1",
5906 .value = "XAA",
5907 },
5908 {
5909 .key = "ro.oem_unlock_supported",
5910 .value = "1",
5911 },
5912 {
5913 .key = "ro.omc.build.id",
5914 .value = "16903396",
5915 },
5916 {
5917 .key = "ro.omc.build.version",
5918 .value = "G965U1OYM1ARB7",
5919 },
5920 {
5921 .key = "ro.omc.changetype",
5922 .value = "DATA_RESET_OFF,TRUE",
5923 },
5924 {
5925 .key = "ro.omc.disabler",
5926 .value = "FALSE",
5927 },
5928 {
5929 .key = "ro.omc.img_mount",
5930 .value = "3",
5931 },
5932 {
5933 .key = "ro.opengles.version",
5934 .value = "196610",
5935 },
5936 {
5937 .key = "ro.pr.param.offset",
5938 .value = "9437472",
5939 },
5940 {
5941 .key = "ro.product.board",
5942 .value = "sdm845",
5943 },
5944 {
5945 .key = "ro.product.brand",
5946 .value = "samsung",
5947 },
5948 {
5949 .key = "ro.product.cpu.abi",
5950 .value = "arm64-v8a",
5951 },
5952 {
5953 .key = "ro.product.cpu.abilist",
5954 .value = "arm64-v8a,armeabi-v7a,armeabi",
5955 },
5956 {
5957 .key = "ro.product.cpu.abilist32",
5958 .value = "armeabi-v7a,armeabi",
5959 },
5960 {
5961 .key = "ro.product.cpu.abilist64",
5962 .value = "arm64-v8a",
5963 },
5964 {
5965 .key = "ro.product.device",
5966 .value = "star2qlteue",
5967 },
5968 {
5969 .key = "ro.product.first_api_level",
5970 .value = "26",
5971 },
5972 {
5973 .key = "ro.product.locale",
5974 .value = "en-US",
5975 },
5976 {
5977 .key = "ro.product.manufacturer",
5978 .value = "samsung",
5979 },
5980 {
5981 .key = "ro.product.model",
5982 .value = "SM-G965U1",
5983 },
5984 {
5985 .key = "ro.product.name",
5986 .value = "star2qlteue",
5987 },
5988 {
5989 .key = "ro.product_ship",
5990 .value = "true",
5991 },
5992 {
5993 .key = "ro.property_service.version",
5994 .value = "2",
5995 },
5996 {
5997 .key = "ro.prototype.param.offset",
5998 .value = "9437660",
5999 },
6000 {
6001 .key = "ro.qc.sdk.audio.fluencetype",
6002 .value = "none",
6003 },
6004 {
6005 .key = "ro.qc.sdk.audio.ssr",
6006 .value = "false",
6007 },
6008 {
6009 .key = "ro.qualcomm.cabl",
6010 .value = "1",
6011 },
6012 {
6013 .key = "ro.radio.noril",
6014 .value = "no",
6015 },
6016 {
6017 .key = "ro.revision",
6018 .value = "14",
6019 },
6020 {
6021 .key = "ro.ril.svdo",
6022 .value = "false",
6023 },
6024 {
6025 .key = "ro.ril.svlte1x",
6026 .value = "false",
6027 },
6028 {
6029 .key = "ro.ril.usa_open",
6030 .value = "true",
6031 },
6032 {
6033 .key = "ro.sales.param.offset",
6034 .value = "9437648",
6035 },
6036 {
6037 .key = "ro.secure",
6038 .value = "1",
6039 },
6040 {
6041 .key = "ro.securestorage.support",
6042 .value = "true",
6043 },
6044 {
6045 .key = "ro.security.ese.cosname",
6046 .value = "JCOP4.0_0050534A",
6047 },
6048 {
6049 .key = "ro.security.esest",
6050 .value = "per0201exi",
6051 },
6052 {
6053 .key = "ro.security.fips.ux",
6054 .value = "Enabled",
6055 },
6056 {
6057 .key = "ro.security.fips_bssl.ver",
6058 .value = "1.2",
6059 },
6060 {
6061 .key = "ro.security.fips_scrypto.ver",
6062 .value = "2.2",
6063 },
6064 {
6065 .key = "ro.security.fips_skc.ver",
6066 .value = "1.9",
6067 },
6068 {
6069 .key = "ro.security.icd.flagmode",
6070 .value = "multi",
6071 },
6072 {
6073 .key = "ro.security.keystore.keytype",
6074 .value = "sak,gak",
6075 },
6076 {
6077 .key = "ro.security.mdf.release",
6078 .value = "2",
6079 },
6080 {
6081 .key = "ro.security.mdf.ux",
6082 .value = "Enabled",
6083 },
6084 {
6085 .key = "ro.security.mdf.ver",
6086 .value = "3.1",
6087 },
6088 {
6089 .key = "ro.security.reactive.version",
6090 .value = "2.0.11",
6091 },
6092 {
6093 .key = "ro.security.vpnpp.release",
6094 .value = "1.0",
6095 },
6096 {
6097 .key = "ro.security.vpnpp.ver",
6098 .value = "2.1",
6099 },
6100 {
6101 .key = "ro.security.wlan.release",
6102 .value = "1",
6103 },
6104 {
6105 .key = "ro.security.wlan.ver",
6106 .value = "1.0",
6107 },
6108 {
6109 .key = "ro.security_mode",
6110 .value = "1526595585",
6111 },
6112 {
6113 .key = "ro.serialno",
6114 .value = "3342364332323098",
6115 },
6116 {
6117 .key = "ro.sf.init.lcd_density",
6118 .value = "560",
6119 },
6120 {
6121 .key = "ro.sf.lcd_density",
6122 .value = "420",
6123 },
6124 {
6125 .key = "ro.simbased.changetype",
6126 .value = "XAA,SED",
6127 },
6128 {
6129 .key = "ro.sku.param.offset",
6130 .value = "9437552",
6131 },
6132 {
6133 .key = "ro.sn.param.offset",
6134 .value = "9437392",
6135 },
6136 {
6137 .key = "ro.swp_config",
6138 .value = "1",
6139 },
6140 {
6141 .key = "ro.telephony.call_ring.multiple",
6142 .value = "false",
6143 },
6144 {
6145 .key = "ro.telephony.default_cdma_sub",
6146 .value = "0",
6147 },
6148 {
6149 .key = "ro.telephony.default_network",
6150 .value = "9",
6151 },
6152 {
6153 .key = "ro.treble.enabled",
6154 .value = "true",
6155 },
6156 {
6157 .key = "ro.use_data_netmgrd",
6158 .value = "false",
6159 },
6160 {
6161 .key = "ro.usrf",
6162 .value = "9438192",
6163 },
6164 {
6165 .key = "ro.vendor.audio.sdk.fluencetype",
6166 .value = "none",
6167 },
6168 {
6169 .key = "ro.vendor.audio.sdk.ssr",
6170 .value = "false",
6171 },
6172 {
6173 .key = "ro.vendor.build.date",
6174 .value = "Sun Feb 11 15:35:27 KST 2018",
6175 },
6176 {
6177 .key = "ro.vendor.build.date.utc",
6178 .value = "1518330927",
6179 },
6180 {
6181 .key = "ro.vendor.build.fingerprint",
6182 .value = "samsung/star2qlteue/star2qlteue:8.0.0/R16NW/G965U1UEU1ARB7:user/release-keys",
6183 },
6184 {
6185 .key = "ro.vendor.camera.sep_cts.verified",
6186 .value = "false",
6187 },
6188 {
6189 .key = "ro.vendor.extension_library",
6190 .value = "libqti-perfd-client.so",
6191 },
6192 {
6193 .key = "ro.warranty_bit",
6194 .value = "0",
6195 },
6196 {
6197 .key = "ro.wifi.channels",
6198 .value = "",
6199 },
6200 {
6201 .key = "ro.wsmd.enable",
6202 .value = "true",
6203 },
6204 {
6205 .key = "ro.zygote",
6206 .value = "zygote64_32",
6207 },
6208 {
6209 .key = "ro.zygote.disable_gl_preload",
6210 .value = "true",
6211 },
6212 {
6213 .key = "sdm.debug.disable_dest_scalar",
6214 .value = "1",
6215 },
6216 {
6217 .key = "sdm.debug.disable_display_ubwc_ff_voting",
6218 .value = "1",
6219 },
6220 {
6221 .key = "sdm.debug.disable_inline_rotator",
6222 .value = "1",
6223 },
6224 {
6225 .key = "sdm.debug.disable_scalar",
6226 .value = "0",
6227 },
6228 {
6229 .key = "sdm.debug.prefersplit",
6230 .value = "1",
6231 },
6232 {
6233 .key = "secmm.codecsolution.ready",
6234 .value = "1",
6235 },
6236 {
6237 .key = "secmm.player.uhqamode",
6238 .value = "True",
6239 },
6240 {
6241 .key = "secmm.superslowmotion.start",
6242 .value = "",
6243 },
6244 {
6245 .key = "secmm.superslowmotion.stop",
6246 .value = "",
6247 },
6248 {
6249 .key = "secmm.vicom.rec.mode",
6250 .value = "8",
6251 },
6252 {
6253 .key = "security.ASKS.policy_version",
6254 .value = "180123",
6255 },
6256 {
6257 .key = "security.ASKS.version",
6258 .value = "1.4",
6259 },
6260 {
6261 .key = "security.mdf",
6262 .value = "Ready",
6263 },
6264 {
6265 .key = "security.mdf.result",
6266 .value = "None",
6267 },
6268 {
6269 .key = "security.perf_harden",
6270 .value = "1",
6271 },
6272 {
6273 .key = "security.semdaemonfinish",
6274 .value = "1",
6275 },
6276 {
6277 .key = "service.media.powersnd",
6278 .value = "1",
6279 },
6280 {
6281 .key = "service.poa.modem_reset_count",
6282 .value = "0",
6283 },
6284 {
6285 .key = "service.secureui.screeninfo",
6286 .value = "1080x2220",
6287 },
6288 {
6289 .key = "service.sf.present_timestamp",
6290 .value = "1",
6291 },
6292 {
6293 .key = "storage.support.sdcard",
6294 .value = "1",
6295 },
6296 {
6297 .key = "storage.support.usb",
6298 .value = "1",
6299 },
6300 {
6301 .key = "sys.aa_noti",
6302 .value = "",
6303 },
6304 {
6305 .key = "sys.aasservice.aason",
6306 .value = "true",
6307 },
6308 {
6309 .key = "sys.bartender.batterystats.ver",
6310 .value = "17",
6311 },
6312 {
6313 .key = "sys.bluetooth.tty",
6314 .value = "ttyHS0",
6315 },
6316 {
6317 .key = "sys.boot.end_package",
6318 .value = "1",
6319 },
6320 {
6321 .key = "sys.boot.loop_forever",
6322 .value = "1",
6323 },
6324 {
6325 .key = "sys.boot.start_preload",
6326 .value = "1",
6327 },
6328 {
6329 .key = "sys.boot_completed",
6330 .value = "1",
6331 },
6332 {
6333 .key = "sys.cameramode.cam_binning",
6334 .value = "0",
6335 },
6336 {
6337 .key = "sys.cameramode.cam_fps",
6338 .value = "-1",
6339 },
6340 {
6341 .key = "sys.config.activelaunch_enable",
6342 .value = "true",
6343 },
6344 {
6345 .key = "sys.config.amp_perf_enable",
6346 .value = "true",
6347 },
6348 {
6349 .key = "sys.config.mars_version",
6350 .value = "2.10",
6351 },
6352 {
6353 .key = "sys.daydream.connected",
6354 .value = "0",
6355 },
6356 {
6357 .key = "sys.disable_ext_animation",
6358 .value = "1",
6359 },
6360 {
6361 .key = "sys.dockstate",
6362 .value = "0",
6363 },
6364 {
6365 .key = "sys.dualapp.profile_id",
6366 .value = "",
6367 },
6368 {
6369 .key = "sys.enterprise.billing.dualsim",
6370 .value = "true",
6371 },
6372 {
6373 .key = "sys.enterprise.billing.version",
6374 .value = "1.3.0",
6375 },
6376 {
6377 .key = "sys.is_members",
6378 .value = "exist",
6379 },
6380 {
6381 .key = "sys.isdumpstaterunning",
6382 .value = "0",
6383 },
6384 {
6385 .key = "sys.listeners.registered",
6386 .value = "true",
6387 },
6388 {
6389 .key = "sys.logbootcomplete",
6390 .value = "1",
6391 },
6392 {
6393 .key = "sys.mdniecontrolservice.mscon",
6394 .value = "true",
6395 },
6396 {
6397 .key = "sys.nfc.support",
6398 .value = "1",
6399 },
6400 {
6401 .key = "sys.oem_unlock_allowed",
6402 .value = "0",
6403 },
6404 {
6405 .key = "sys.post_boot.parsed",
6406 .value = "1",
6407 },
6408 {
6409 .key = "sys.pvclicense.loaded",
6410 .value = "true",
6411 },
6412 {
6413 .key = "sys.qca1530",
6414 .value = "detect",
6415 },
6416 {
6417 .key = "sys.qseecomd.enable",
6418 .value = "true",
6419 },
6420 {
6421 .key = "sys.sbf.mnoname0",
6422 .value = "XAA",
6423 },
6424 {
6425 .key = "sys.siop.level",
6426 .value = "-3",
6427 },
6428 {
6429 .key = "sys.skip_lockscreen",
6430 .value = "0",
6431 },
6432 {
6433 .key = "sys.sysctl.extra_free_kbytes",
6434 .value = "79019",
6435 },
6436 {
6437 .key = "sys.sysctl.tcp_def_init_rwnd",
6438 .value = "60",
6439 },
6440 {
6441 .key = "sys.usb.config",
6442 .value = "mtp,adb",
6443 },
6444 {
6445 .key = "sys.usb.ffs.ready",
6446 .value = "1",
6447 },
6448 {
6449 .key = "sys.usb.rmnet.func.name",
6450 .value = "gsi",
6451 },
6452 {
6453 .key = "sys.usb.rndis.func.name",
6454 .value = "gsi",
6455 },
6456 {
6457 .key = "sys.usb.rps_mask",
6458 .value = "0",
6459 },
6460 {
6461 .key = "sys.usb.state",
6462 .value = "mtp,adb",
6463 },
6464 {
6465 .key = "sys.use_fifo_ui",
6466 .value = "0",
6467 },
6468 {
6469 .key = "sys.vendor.shutdown.waittime",
6470 .value = "500",
6471 },
6472 {
6473 .key = "sys.vs.display",
6474 .value = "",
6475 },
6476 {
6477 .key = "sys.vs.mode",
6478 .value = "false",
6479 },
6480 {
6481 .key = "sys.vs.visible",
6482 .value = "false",
6483 },
6484 {
6485 .key = "sys.vzw_sim_state",
6486 .value = "ABSENT",
6487 },
6488 {
6489 .key = "sys.wifitracing.started",
6490 .value = "1",
6491 },
6492 {
6493 .key = "telephony.lteOnCdmaDevice",
6494 .value = "0",
6495 },
6496 {
6497 .key = "tunnel.audio.encode",
6498 .value = "true",
6499 },
6500 {
6501 .key = "use.voice.path.for.pcm.voip",
6502 .value = "true",
6503 },
6504 {
6505 .key = "vendor.audio.adm.buffering.ms",
6506 .value = "6",
6507 },
6508 {
6509 .key = "vendor.audio.dolby.ds2.enabled",
6510 .value = "false",
6511 },
6512 {
6513 .key = "vendor.audio.dolby.ds2.hardbypass",
6514 .value = "false",
6515 },
6516 {
6517 .key = "vendor.audio.flac.sw.decoder.24bit",
6518 .value = "true",
6519 },
6520 {
6521 .key = "vendor.audio.hw.aac.encoder",
6522 .value = "true",
6523 },
6524 {
6525 .key = "vendor.audio.noisy.broadcast.delay",
6526 .value = "600",
6527 },
6528 {
6529 .key = "vendor.audio.offload.buffer.size.kb",
6530 .value = "32",
6531 },
6532 {
6533 .key = "vendor.audio.offload.gapless.enabled",
6534 .value = "true",
6535 },
6536 {
6537 .key = "vendor.audio.offload.multiaac.enable",
6538 .value = "true",
6539 },
6540 {
6541 .key = "vendor.audio.offload.multiple.enabled",
6542 .value = "false",
6543 },
6544 {
6545 .key = "vendor.audio.offload.passthrough",
6546 .value = "false",
6547 },
6548 {
6549 .key = "vendor.audio.offload.pstimeout.secs",
6550 .value = "3",
6551 },
6552 {
6553 .key = "vendor.audio.offload.track.enable",
6554 .value = "true",
6555 },
6556 {
6557 .key = "vendor.audio.parser.ip.buffer.size",
6558 .value = "262144",
6559 },
6560 {
6561 .key = "vendor.audio.safx.pbe.enabled",
6562 .value = "true",
6563 },
6564 {
6565 .key = "vendor.audio.tunnel.encode",
6566 .value = "false",
6567 },
6568 {
6569 .key = "vendor.audio.use.sw.alac.decoder",
6570 .value = "true",
6571 },
6572 {
6573 .key = "vendor.audio.use.sw.ape.decoder",
6574 .value = "true",
6575 },
6576 {
6577 .key = "vendor.audio_hal.in_period_size",
6578 .value = "144",
6579 },
6580 {
6581 .key = "vendor.audio_hal.period_multiplier",
6582 .value = "4",
6583 },
6584 {
6585 .key = "vendor.audio_hal.period_size",
6586 .value = "192",
6587 },
6588 {
6589 .key = "vendor.display.enable_default_color_mode",
6590 .value = "1",
6591 },
6592 {
6593 .key = "vendor.fm.a2dp.conc.disabled",
6594 .value = "true",
6595 },
6596 {
6597 .key = "vendor.ril.debug.sales_code",
6598 .value = "XAA",
6599 },
6600 {
6601 .key = "vendor.sec.rild.libpath",
6602 .value = "/vendor/lib64/libsec-ril.so",
6603 },
6604 {
6605 .key = "vendor.voice.path.for.pcm.voip",
6606 .value = "true",
6607 },
6608 {
6609 .key = "vold.crypt.type",
6610 .value = "default",
6611 },
6612 {
6613 .key = "vold.decrypt",
6614 .value = "trigger_restart_framework",
6615 },
6616 {
6617 .key = "vold.has_adoptable",
6618 .value = "0",
6619 },
6620 {
6621 .key = "vold.post_fs_data_done",
6622 .value = "1",
6623 },
6624 {
6625 .key = "vzw.os.rooted",
6626 .value = "false",
6627 },
6628 {
6629 .key = "wifi.interface",
6630 .value = "wlan0",
6631 },
6632 { NULL },
6633};
6634#endif /* __ANDROID__ */