Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h61 class TrcPktDecodeI : public TraceComponent
64 TrcPktDecodeI(const char *component_name);
65 TrcPktDecodeI(const char *component_name, int instIDNum);
66 virtual ~TrcPktDecodeI() {}; in ~TrcPktDecodeI()
120 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name) : in TrcPktDecodeI() function
130 inline TrcPktDecodeI::TrcPktDecodeI(const char *component_name, int instIDNum) : in TrcPktDecodeI() function
140 inline const bool TrcPktDecodeI::checkInit() in checkInit()
184 inline ocsd_err_t TrcPktDecodeI::invalidateMemAccCache() in invalidateMemAccCache()
194 class TrcPktDecodeBase : public TrcPktDecodeI, public IPktDataIn<P>
222 TrcPktDecodeI(component_name), in TrcPktDecodeBase()
[all …]
H A Docsd_dcd_mngr.h186 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachInstrDecoder()
204 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachMemAccessor()
222 TrcPktDecodeI *pDcdI = dynamic_cast< TrcPktDecodeI * >(pComponent); in attachOutputSink()