OpenCSD - CoreSight Trace Decode Library
1.3.3
|
#include <trc_pkt_types_ptm.h>
Public Attributes | |
ocsd_ptm_pkt_type | type |
ocsd_isa | curr_isa |
ocsd_isa | prev_isa |
ocsd_pkt_vaddr | addr |
ptm_context_t | context |
ocsd_pkt_atom | atom |
ocsd_iSync_reason | i_sync_reason |
uint32_t | cycle_count |
uint8_t | cc_valid |
uint64_t | timestamp |
uint8_t | ts_update_bits |
ocsd_ptm_excep | exception |
ocsd_ptm_pkt_type | err_type |
Definition at line 96 of file trc_pkt_types_ptm.h.
ocsd_pkt_vaddr _ocsd_ptm_pkt::addr |
current address.
Definition at line 103 of file trc_pkt_types_ptm.h.
ocsd_pkt_atom _ocsd_ptm_pkt::atom |
Definition at line 105 of file trc_pkt_types_ptm.h.
uint8_t _ocsd_ptm_pkt::cc_valid |
cycle count value valid.
Definition at line 110 of file trc_pkt_types_ptm.h.
ptm_context_t _ocsd_ptm_pkt::context |
current context.
Definition at line 104 of file trc_pkt_types_ptm.h.
ocsd_isa _ocsd_ptm_pkt::curr_isa |
current ISA.
Definition at line 100 of file trc_pkt_types_ptm.h.
uint32_t _ocsd_ptm_pkt::cycle_count |
cycle count value associated with this packet.
Definition at line 109 of file trc_pkt_types_ptm.h.
ocsd_ptm_pkt_type _ocsd_ptm_pkt::err_type |
Basic packet type if primary type indicates error or incomplete.
Definition at line 117 of file trc_pkt_types_ptm.h.
ocsd_ptm_excep _ocsd_ptm_pkt::exception |
exception information in packet
Definition at line 115 of file trc_pkt_types_ptm.h.
ocsd_iSync_reason _ocsd_ptm_pkt::i_sync_reason |
reason for ISync Packet.
Definition at line 107 of file trc_pkt_types_ptm.h.
ocsd_isa _ocsd_ptm_pkt::prev_isa |
previous ISA
Definition at line 101 of file trc_pkt_types_ptm.h.
uint64_t _ocsd_ptm_pkt::timestamp |
timestamp value.
Definition at line 112 of file trc_pkt_types_ptm.h.
uint8_t _ocsd_ptm_pkt::ts_update_bits |
bits of ts updated this packet. (if TS packet)
Definition at line 113 of file trc_pkt_types_ptm.h.
ocsd_ptm_pkt_type _ocsd_ptm_pkt::type |
Primary packet type.
Definition at line 98 of file trc_pkt_types_ptm.h.