Home
last modified time | relevance | path

Searched refs:has_cc (Results 1 – 5 of 5) sorted by relevance

/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_generic_pkts.md67 …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 …]
/external/OpenCSD/decoder/include/opencsd/
Dtrc_gen_elem_types.h105 …uint32_t has_cc:1; /**< 1 if this packet has a valid cycle count included (e.g. cycle… member
/external/OpenCSD/decoder/source/
Dtrc_gen_elem.cpp195 if(has_cc) in toString()
/external/OpenCSD/decoder/include/common/
Dtrc_gen_elem.h119 has_cc = 1; in setCycleCount()
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c413 decoder->out_pkt.has_cc = 1; in analyse_packet()