Searched refs:has_cc (Results 1 – 5 of 5) sorted by relevance
67 …uint32_t has_cc:1; /* 1 if this packet has a valid cycle count included (e.g. cycle c…130 __packet fields optional__: `has_cc -> cycle_count,`144 the trace range. In this case `has_cc` will be 1 and `cycle_count` will be valid.178 __packet fields optional__: `has_cc -> cycle_count,`185 the trace on indicator. In this case `has_cc` will be 1 and `cycle_count` will be valid.196 __packet fields optional__: `has_cc -> cycle_count,`221 the PE context. In this case `has_cc` will be 1 and `cycle_count` will be valid.228 __packet fields optional__: `has_cc -> cycle_count,`243 __packet fields optional__: `has_cc -> cycle_count, excep_ret_addr -> en_addr, excep_data_marker, e…258 __PTM__ : Can have an associated cycle count (`has_cc == 1`), and may provide preferred return addr…[all …]
123 …uint32_t has_cc:1; /**< 1 if this packet has a valid cycle count included (e.g. cycle… member
120 has_cc = 1; in setCycleCount()
217 if(has_cc) in toString()
413 decoder->out_pkt.has_cc = 1; in analyse_packet()