xref: /llvm-project/lldb/test/API/commands/trace/intelpt-multi-core-trace/trace_missing_threads.json (revision 6a5355e8a159bd9c058d4fbba2a87e0465fe0dc7)
1{
2  "cpus": [
3    {
4      "contextSwitchTrace": "cores/45.perf_context_switch_trace",
5      "id": 45,
6      "iptTrace": "cores/45.intelpt_trace"
7    },
8    {
9      "contextSwitchTrace": "cores/51.perf_context_switch_trace",
10      "id": 51,
11      "iptTrace": "cores/51.intelpt_trace"
12    }
13  ],
14  "cpuInfo": {
15    "family": 6,
16    "model": 85,
17    "stepping": 4,
18    "vendor": "GenuineIntel"
19  },
20  "processes": [
21    {
22      "modules": [
23        {
24          "file": "modules/m.out",
25          "systemPath": "/tmp/m.out",
26          "loadAddress": 4194304,
27          "uuid": "AEFB0D59-233F-80FF-6D3C-4DED498534CF-11017B3B"
28        }
29      ],
30      "pid": 3497234,
31      "threads": [
32        {
33          "tid": 3497234
34        }
35      ]
36    }
37  ],
38  "tscPerfZeroConversion": {
39    "timeMult": 1076264588,
40    "timeShift": 31,
41    "timeZero": 18433473881008870804
42  },
43  "type": "intel-pt"
44}
45