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": 3842849, 16 "iptTrace": "3842849.trace" 17 }, 18 { 19 "tid": 3842850, 20 "iptTrace": "3842849.trace" 21 } 22 ], 23 "modules": [ 24 { 25 "file": "a.out", 26 "systemPath": "a.out", 27 "loadAddress": 4194304, 28 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" 29 } 30 ] 31 } 32 ] 33} 34