1{ 2 "traceEvents": [ 3 { 4 "cat": "ipc", 5 "pid": 15902, 6 "tid": 15903, 7 "ts": 3002, 8 "ph": "X", 9 "name": "SenderA", 10 "args":{}, 11 "dur": 10, 12 "bind_id": "0x402", 13 "flow_out": true 14 }, 15 { 16 "cat": "ipc", 17 "pid": 15903, 18 "tid": 15904, 19 "ts": 0, 20 "ph": "X", 21 "name": "SenderB", 22 "args":{}, 23 "dur": 10, 24 "bind_id": "0x403", 25 "flow_out": true, 26 "flow_in": false 27 }, 28 { 29 "cat": "ipc", 30 "pid": 15875, 31 "tid": 15895, 32 "ts": 1001, 33 "ph": "X", 34 "name": "Blergh", 35 "args": {}, 36 "dur": 100, 37 "bind_id": "0x403", 38 "flow_in": true 39 }, 40 { 41 "cat": "ipc", 42 "pid": 15774, 43 "tid": 15794, 44 "ts": 3200, 45 "ph": "X", 46 "name": "OtherSlice", 47 "args": {}, 48 "dur": 500, 49 "bind_id": "0x402", 50 "flow_in": true, 51 "flow_out": true 52 }, 53 { 54 "cat": "ipc", 55 "pid": 15874, 56 "tid": 15894, 57 "ts": 3331, 58 "ph": "X", 59 "name": "SomeSlice", 60 "args": {}, 61 "dur": 400, 62 "bind_id": "0x402", 63 "flow_in": true 64 }, 65 { 66 "cat": "ipc", 67 "pid": 15875, 68 "tid": 15895, 69 "ts": 3333, 70 "ph": "B", 71 "name": "SomeOtherSlice", 72 "args": {}, 73 "bind_id": "0x402", 74 "flow_in": true 75 }, 76 { 77 "cat": "ipc", 78 "pid": 15875, 79 "tid": 15895, 80 "ts": 4330, 81 "ph": "E", 82 "name": "SomeOtherSlice", 83 "args": {} 84 } 85 ] 86 }