summaryrefslogtreecommitdiff
path: root/tools/perf/pmu-events/arch/arm64/sbsa.json
blob: f678c37ea9c3b67a3a9e7aef60fe17a78cf000b8 (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
[
    {
        "MetricExpr": "stall_slot_frontend / (#slots * cpu_cycles)",
        "BriefDescription": "Frontend bound L1 topdown metric",
        "MetricGroup": "TopdownL1",
        "MetricName": "frontend_bound",
        "ScaleUnit": "100%"
    },
    {
        "MetricExpr": "(1 - op_retired / op_spec) * (1 - stall_slot / (#slots * cpu_cycles))",
        "BriefDescription": "Bad speculation L1 topdown metric",
        "MetricGroup": "TopdownL1",
        "MetricName": "bad_speculation",
        "ScaleUnit": "100%"
    },
    {
        "MetricExpr": "(op_retired / op_spec) * (1 - stall_slot / (#slots * cpu_cycles))",
        "BriefDescription": "Retiring L1 topdown metric",
        "MetricGroup": "TopdownL1",
        "MetricName": "retiring",
        "ScaleUnit": "100%"
    },
    {
        "MetricExpr": "stall_slot_backend / (#slots * cpu_cycles)",
        "BriefDescription": "Backend Bound L1 topdown metric",
        "MetricGroup": "TopdownL1",
        "MetricName": "backend_bound",
        "ScaleUnit": "100%"
    }
]