1{ 2 "type": "intel-pt", 3 "cpuInfo": { 4 "vendor": "GenuineIntel", 5 "family": 2123123, 6 "model": 12123123, 7 "stepping": 1231231 8 }, 9 "processes": [ 10 { 11 "pid": 1234, 12 "triple": "x86_64-*-linux", 13 "threads": [ 14 { 15 "tid": 3842849, 16 "iptTrace": "3842849.trace" 17 } 18 ], 19 "modules": [ 20 { 21 "file": "a.out", 22 "systemPath": "a.out", 23 "loadAddress": 4194304, 24 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" 25 } 26 ] 27 } 28 ] 29} 30