summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/trace/intelpt-trace/trace_wrong_cpu.json
blob: e1f27df3cefc777f75a3e6ded83308e3640583c8 (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
{
  "type": "intel-pt",
  "cpuInfo": {
    "vendor": "GenuineIntel",
    "family": 2123123,
    "model": 12123123,
    "stepping": 1231231
  },
  "processes": [
    {
      "pid": 1234,
      "triple": "x86_64-*-linux",
      "threads": [
        {
          "tid": 3842849,
          "iptTrace": "3842849.trace"
        }
      ],
      "modules": [
        {
          "file": "a.out",
          "systemPath": "a.out",
          "loadAddress": 4194304,
          "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A"
        }
      ]
    }
  ]
}