Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h129 …uint32_t has_cc:1; /**< 1 if this packet has a valid cycle count included (e.g. cycle… member
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h122 has_cc = 1; in setCycleCount()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp229 if(has_cc) in toString()