Home
last modified time | relevance | path

Searched refs:getP0Type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp731 switch (pElem->getP0Type()) in commitElements()
923 switch(pElem->getP0Type()) in commitElemOnEOT()
1008 if (pElem->getP0Type() == P0_ATOM) in cancelElements()
1023 switch (pElem->getP0Type()) in cancelElements()
1090 if (pElem->getP0Type() == P0_ATOM) in mispredictAtom()
1100 else if (pElem->getP0Type() == P0_ADDR) in mispredictAtom()
1131 if (pElem->getP0Type() == P0_MARKER) in discardElements()
1133 else if (pElem->getP0Type() == P0_MARKER) in discardElements()
1161 switch (pElem->getP0Type()) in processTS_CC_EventElem()
1222 ((int)P0_TRANS_FAIL - (int)pElem->getP0Type()))); in processTransElem()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_etmv4_stack_elem.h82 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() function