Home
last modified time | relevance | path

Searched refs:TrcStackElem (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h69 class TrcStackElem {
72 virtual ~TrcStackElem() {}; in ~TrcStackElem()
100 class TrcStackElemAddr : public TrcStackElem
125 class TrcStackQElem : public TrcStackElem
164 class TrcStackElemCtxt : public TrcStackElem
306 void push_front(TrcStackElem *pElem);
310 TrcStackElem *back();
311 TrcStackElem *front();
316 TrcStackElem *from_front_next();
396 inline TrcStackElem *EtmV4P0Stack::back() in back()
[all …]
H A Dtrc_pkt_decode_etmv4i.h46 class TrcStackElem; variable
92 ocsd_err_t processTS_CC_EventElem(TrcStackElem *pElem);
/freebsd-13.1/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_etmv4_stack_elem.cpp39 TrcStackElem *EtmV4P0Stack::createParamElemNoParam(const p0_elem_t p0_type, const bool isP0, const … in createParamElemNoParam()
41 TrcStackElem *pElem = new (std::nothrow) TrcStackElem(p0_type, isP0, root_pkt, root_index); in createParamElemNoParam()
137 TrcStackElem *EtmV4P0Stack::from_front_next() in from_front_next()
139 TrcStackElem *pElem = 0; in from_front_next()
149 std::deque<TrcStackElem *>::iterator erase_iter; in erase_curr_from_front()
H A Dtrc_pkt_decode_etmv4i.cpp636 TrcStackElem *pElem = 0; // stacked element pointer in commitElements()
797 TrcStackElem *pElem = 0; in commitElemOnEOT()
851 TrcStackElem *pElem = 0; // stacked element pointer in cancelElements()
935 TrcStackElem *pElem = 0; in mispredictAtom()
977 TrcStackElem *pElem = 0; // stacked element pointer in discardElements()
1002 ocsd_err_t TrcPktDecodeEtmV4I::processTS_CC_EventElem(TrcStackElem *pElem) in processTS_CC_EventElem()
1096 TrcStackElem *pElem = m_P0_stack.back(); // get the atom element in processAtom()
1180 TrcStackElem *pElem = 0; in processException()
1339 TrcStackElem *pElem = 0; in processQElement()