Home
last modified time | relevance | path

Searched refs:m_max_spec_depth (Results 1 – 2 of 2) sorted by relevance

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_decode_etmv4i.h167 int m_max_spec_depth; // nax depth - from ID reg, beyond which auto-commit occurs variable
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_decode_etmv4i.cpp186 m_max_spec_depth = m_config->MaxSpecDepth(); in onProtocolConfig()
240 m_max_spec_depth = 0; in initDecoder()
619 else if(m_curr_spec_depth > m_max_spec_depth) in decodePacket()
623 m_elem_res.P0_commit = m_curr_spec_depth - m_max_spec_depth; in decodePacket()
926 if (m_max_spec_depth == 0 || m_curr_spec_depth == 0) in commitElemOnEOT()