xref: /llvm-project/lldb/test/API/commands/trace/intelpt-trace/trace_bad5.json (revision 6a5355e8a159bd9c058d4fbba2a87e0465fe0dc7)
1{
2  "type": "intel-pt",
3  "cpuInfo": {
4    "vendor": "GenuineIntel",
5    "family": 6,
6    "model": 79,
7    "stepping": 1
8  },
9  "processes": [
10    {
11      "pid": 1234,
12      "triple": "x86_64-*-linux",
13      "threads": [
14        {
15          "tid": 5678,
16          "iptTrace": "3842849.trace"
17        }
18      ],
19      "modules": [
20        {
21          "file": "a.out",
22          "systemPath": "a.out",
23          "loadAddress": 400000,
24          "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A"
25        }
26      ]
27    },
28    {}
29  ]
30}
31