Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h277 cc_threshold = cyctVal; in setTraceInfoCyct()
305 return cc_threshold; in getCCThreshold()
H A Dtrc_pkt_types_etmv4.h215 uint32_t cc_threshold; //!< cycle count threshold - from trace info. member
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_elem_etmv4i.cpp177 oss << "; CC_THRESHOLD=" << std::hex << "0x" << cc_threshold; in toString()