Home
last modified time | relevance | path

Searched refs:etmv4_context_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h190 void setContext(const etmv4_context_t &ctxt) { m_context = ctxt; }; in setContext()
191 const etmv4_context_t &getContext() const { return m_context; }; in getContext()
196 etmv4_context_t m_context;
395 …_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const etmv4_context_t &context, con…
H A Dtrc_pkt_types_etmv4.h191 } etmv4_context_t; typedef
208 etmv4_context_t context; //!< current context for PE
H A Dtrc_pkt_elem_etmv4i.h186 const etmv4_context_t &getContext() const { return context; }; in getContext()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp93 …_etmv4_i_pkt_type root_pkt, const ocsd_trc_index_t root_index, const etmv4_context_t &context, con… in createContextElem()
H A Dtrc_pkt_decode_etmv4i.cpp761 etmv4_context_t ctxt = pCtxtElem->getContext(); in commitElements()
1897 etmv4_context_t ctxt = pCtxtElem->getContext(); in updateContext()