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…128 __packet fields optional__: `has_cc -> cycle_count,`142 the trace range. In this case `has_cc` will be 1 and `cycle_count` will be valid.163 __packet fields optional__: `has_cc -> cycle_count,`170 the trace on indicator. In this case `has_cc` will be 1 and `cycle_count` will be valid.181 __packet fields optional__: `has_cc -> cycle_count,`206 the PE context. In this case `has_cc` will be 1 and `cycle_count` will be valid.213 __packet fields optional__: `has_cc -> cycle_count,`228 __packet fields optional__: `has_cc -> cycle_count, excep_ret_addr -> en_addr, excep_data_marker, e…243 __PTM__ : Can have an associated cycle count (`has_cc == 1`), and may provide preferred return addr…[all …]
105 …uint32_t has_cc:1; /**< 1 if this packet has a valid cycle count included (e.g. cycle… member
195 if(has_cc) in toString()
119 has_cc = 1; in setCycleCount()
413 decoder->out_pkt.has_cc = 1; in analyse_packet()