Searched refs:TrcStackElem (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| D | trc_etmv4_stack_elem.h | 67 class TrcStackElem { 69 …TrcStackElem(const p0_elem_t p0_type, const bool isP0, const ocsd_etmv4_i_pkt_type root_pkt, const… 70 virtual ~TrcStackElem() {}; in ~TrcStackElem() 87 inline TrcStackElem::TrcStackElem(p0_elem_t p0_type, const bool isP0, ocsd_etmv4_i_pkt_type root_pk… in TrcStackElem() function 98 class TrcStackElemAddr : public TrcStackElem 115 TrcStackElem(P0_ADDR, false, root_pkt,root_index) in TrcStackElemAddr() 124 class TrcStackElemCtxt : public TrcStackElem 141 TrcStackElem(P0_CTXT, false, root_pkt,root_index) in TrcStackElemCtxt() 148 class TrcStackElemExcept : public TrcStackElem 169 TrcStackElem(P0_EXCEP, true, root_pkt,root_index), in TrcStackElemExcept() [all …]
|
| D | trc_pkt_decode_etmv4i.h | 45 class TrcStackElem; variable
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/etmv4/ |
| D | trc_pkt_decode_etmv4i.cpp | 496 TrcStackElem *pElem = 0; // stacked element pointer in commitElements() 687 TrcStackElem *pElem = 0; in flushEOT() 784 TrcStackElem *pElem = m_P0_stack.back(); // get the atom element in processAtom() 883 TrcStackElem *pElem = 0; in processException()
|