• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "board" : {
3        "cores" : [
4            "A53", "A53", "A53", "A53",
5            "A73", "A73", "A73", "A73"
6        ],
7        "big_core" : "A73",
8        "modules" : ["bl", "cpufreq", "cpuidle"]
9    },
10    "nrg_model": {
11        "big": {
12            "cluster": {
13                "nrg_max": 413
14            },
15            "cpu": {
16                "cap_max": 1023,
17                "nrg_max": 1214
18            }
19        },
20        "little": {
21            "cluster": {
22                "nrg_max": 84
23            },
24            "cpu": {
25                "cap_max": 402,
26                "nrg_max": 242
27            }
28        }
29    },
30    "abi": "arm64",
31    "clusters": {
32        "0": [
33            0,
34            1,
35            2,
36            3
37        ],
38        "1": [
39            4,
40            5,
41            6,
42            7
43        ]
44    },
45    "cpus_count": 8,
46    "freqs": {
47        "0": [
48            533000,
49            999000,
50            1402000,
51            1709000,
52            1844000
53        ],
54        "1": [
55            903000,
56            1421000,
57            1805000,
58            2112000,
59            2362000
60        ]
61    },
62    "topology": [
63        [
64            0,
65            1,
66            2,
67            3
68        ],
69        [
70            4,
71            5,
72            6,
73            7
74        ]
75    ]
76}
77