OpenCSD - CoreSight Trace Decode Library
1.3.3
|
#include <trc_pkt_decode_etmv3.h>
Public Member Functions | |
Etmv3Atoms (const bool isCycleAcc) | |
~Etmv3Atoms () | |
void | initAtomPkt (const EtmV3TrcPacket *in_pkt, const ocsd_trc_index_t &root_index) |
initialise the atom and index values More... | |
const ocsd_atm_val | getCurrAtomVal () const |
const int | numAtoms () const |
number of atoms More... | |
const ocsd_trc_index_t | pktIndex () const |
originating packet index More... | |
const bool | hasAtomCC () const |
cycle count for current atom? More... | |
const uint32_t | getAtomCC () const |
cycle count for current atom More... | |
const uint32_t | getRemainCC () const |
get residual cycle count for remaining atoms More... | |
void | clearAtom () |
clear the current atom, set the next. More... | |
void | clearAll () |
clear all More... | |
Definition at line 48 of file trc_pkt_decode_etmv3.h.
|
inline |
Definition at line 88 of file trc_pkt_decode_etmv3.h.
|
inline |
Definition at line 52 of file trc_pkt_decode_etmv3.h.
|
inline |
clear all
Definition at line 201 of file trc_pkt_decode_etmv3.h.
|
inline |
clear the current atom, set the next.
Definition at line 194 of file trc_pkt_decode_etmv3.h.
|
inline |
cycle count for current atom
Definition at line 140 of file trc_pkt_decode_etmv3.h.
|
inline |
Definition at line 101 of file trc_pkt_decode_etmv3.h.
|
inline |
get residual cycle count for remaining atoms
Definition at line 167 of file trc_pkt_decode_etmv3.h.
|
inline |
cycle count for current atom?
Definition at line 116 of file trc_pkt_decode_etmv3.h.
|
inline |
initialise the atom and index values
Definition at line 94 of file trc_pkt_decode_etmv3.h.
|
inline |
number of atoms
Definition at line 106 of file trc_pkt_decode_etmv3.h.
|
inline |
originating packet index
Definition at line 111 of file trc_pkt_decode_etmv3.h.