1{ 2 "type": "intel-pt", 3 "cpuInfo": { 4 "vendor": "GenuineIntel", 5 "family": "123", 6 "model": 79, 7 "stepping": 1 8 }, 9 "processes": [ 10 { 11 "pid": 1234, 12 "threads": [ 13 { 14 "tid": 5678, 15 "iptTrace": "3842849.trace" 16 } 17 ], 18 "modules": [ 19 { 20 "file": "a.out", 21 "systemPath": "a.out", 22 "loadAddress": 4194304, 23 "uuid": "6AA9A4E2-6F28-2F33-377D-59FECE874C71-5B41261A" 24 } 25 ] 26 }, 27 { 28 "pid": 12345, 29 "threads": [ 30 { 31 "tid": 56789, 32 "iptTrace": "3842849.trace" 33 } 34 ], 35 "modules": [] 36 } 37 ] 38} 39