aboutsummaryrefslogtreecommitdiff
blob: 901f41901842ca2343a0986063ee4e03e1b4a840 (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
{
  "trace": {
    "type": "intel-pt",
    "cpuInfo": {
      "vendor": "intel",
      "family": 6,
      "model": 79,
      "stepping": 1
    }
  },
  "processes": [
    {
      "pid": 1234,
      "triple": "x86_64-*-linux",
      "threads": [
        {
          "tid": 3842849,
          "traceFile": "3842849.trace"
        }
      ],
      "modules": [
        {
          "file": "a.out",
          "systemPath": "a.out",
          "loadAddress": "0x0000000000FFFFF0",
          "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A"
        }
      ]
    }
  ]
}