Searched refs:isInstrTrace (Results 1 – 3 of 3) sorted by relevance
102 const bool isInstrTrace() const; //!< instruction trace present.152 inline const bool EtmV3Config::isInstrTrace() const in isInstrTrace() function
55 …int mode = 0 + ( isDataValTrace() ? 1 : 0 ) + (isDataAddrTrace() ? 2 : 0) + (isInstrTrace() ? 0 : … in GetTraceMode()
665 if(m_config.isInstrTrace()) in processPayloadByte()1191 if(m_config.isInstrTrace()) in OnISyncPacket()