aboutsummaryrefslogtreecommitdiff
path: root/tests/lisa/traces/platform.json
blob: 918190de2528109d8d71a3050f2d359fc3d2e4fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
    "abi": "arm64",
    "clusters": {
        "big": [
            1,
            2
        ],
        "little": [
            0,
            3,
            4,
            5
        ]
    },
    "cpus_count": 6,
    "freqs": {
        "big": [
            450000,
            625000,
            800000,
            950000,
            1100000
        ],
        "little": [
            450000,
            575000,
            700000,
            775000,
            850000
        ]
    },
    "kernel": {
        "major": 11,
        "minor": 0,
        "parts": [
            4,
            11,
            0
        ],
        "rc": 6,
        "release": "4.11.0-rc6-00091-g48e946ac4235-dirty",
        "sha1": "48e946ac4235",
        "version": "67 SMP PREEMPT Mon Jul 3 16:23:08 BST 2017",
        "version_number": 4
    },
    "nrg_model": {
        "big": {
            "cluster": {
                "nrg_max": 64
            },
            "cpu": {
                "cap_max": 1024,
                "nrg_max": 616
            }
        },
        "little": {
            "cluster": {
                "nrg_max": 57
            },
            "cpu": {
                "cap_max": 447,
                "nrg_max": 93
            }
        }
    },
    "os": "linux",
    "topology": [
        [
            0,
            3,
            4,
            5
        ],
        [
            1,
            2
        ]
    ]
}