Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_cmp_cfg_etmv4.h126 const uint32_t MaxSpecDepth() const;
353 inline const uint32_t EtmV4Config::MaxSpecDepth() const in MaxSpecDepth() function
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_decode_etmv4i.cpp186 m_max_spec_depth = m_config->MaxSpecDepth(); in onProtocolConfig()
Dtrc_pkt_proc_etmv4i.cpp628 int commit_offset = ((lastByte & 0x1) == 0x1) ? ((int)m_config.MaxSpecDepth() - 15) : 1; in iPktCycleCntF123()