File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,9 @@ struct cs_etm_queue {
94
94
struct cs_etm_traceid_queue * * traceid_queues ;
95
95
};
96
96
97
+ /* RB tree for quick conversion between traceID and metadata pointers */
98
+ static struct intlist * traceid_list ;
99
+
97
100
static int cs_etm__update_queues (struct cs_etm_auxtrace * etm );
98
101
static int cs_etm__process_queues (struct cs_etm_auxtrace * etm );
99
102
static int cs_etm__process_timeless_queues (struct cs_etm_auxtrace * etm ,
Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ enum cs_etm_isa {
114
114
CS_ETM_ISA_T32 ,
115
115
};
116
116
117
- /* RB tree for quick conversion between traceID and metadata pointers */
118
- struct intlist * traceid_list ;
119
-
120
117
struct cs_etm_queue ;
121
118
122
119
struct cs_etm_packet {
You can’t perform that action at this time.
0 commit comments