OpenCSD - CoreSight Trace Decode Library
0.9.2
|
ETMv4 Data Trace Protocol Packet . More...
#include <trc_pkt_elem_etmv4d.h>
Public Member Functions | |
EtmV4DTrcPacket () | |
~EtmV4DTrcPacket () | |
virtual void | toString (std::string &str) const |
virtual void | toStringFmt (const uint32_t fmtFlags, std::string &str) const |
![]() | |
TrcPacketBase () | |
virtual | ~TrcPacketBase () |
virtual const void * | c_pkt () const =0 |
return the underlying C API packet structure More... | |
Additional Inherited Members | |
![]() | |
ocsd_etmv4_d_pkt_type | type |
ocsd_pkt_vaddr | d_addr |
uint64_t | pkt_val |
ocsd_etmv4_d_pkt_type | err_type |
ETMv4 Data Trace Protocol Packet .
This class represents a single ETMv4 instruction trace packet, along with intra packet state.
Definition at line 51 of file trc_pkt_elem_etmv4d.h.
EtmV4DTrcPacket::EtmV4DTrcPacket | ( | ) |
EtmV4DTrcPacket::~EtmV4DTrcPacket | ( | ) |
|
virtual |
Reimplemented from trcPrintableElem.
|
virtual |
Reimplemented from trcPrintableElem.