Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/etmv3/
Dtrc_pkt_elem_etmv3.h132 const bool getISyncIsLSiPAddr() const { return m_pkt_data.isync_info.has_LSipAddress; }; in getISyncIsLSiPAddr()
243 m_pkt_data.isync_info.has_LSipAddress = 1; in SetISyncIsLSiP()
Dtrc_pkt_types_etmv3.h129 …uint32_t has_LSipAddress:1; /**< main address is load-store instuction, data address is overlappin… member
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_elem_etmv3.cpp72 m_pkt_data.isync_info.has_LSipAddress = 0; in Clear()
572 if(m_pkt_data.isync_info.has_LSipAddress) in getISyncStr()
602 if(m_pkt_data.isync_info.has_LSipAddress) in getISyncStr()