OpenCSD - CoreSight Trace Decode Library 1.5.5
Loading...
Searching...
No Matches
_ocsd_decode_stats Struct Reference

#include <ocsd_if_types.h>

Collaboration diagram for _ocsd_decode_stats:

Public Attributes

uint32_t version
 
uint16_t revision
 
uint64_t channel_total
 
uint64_t channel_unsynced
 
uint32_t bad_header_errs
 
uint32_t bad_sequence_errs
 
ocsd_demux_stats_t demux
 

Detailed Description

Definition at line 680 of file ocsd_if_types.h.

Member Data Documentation

◆ bad_header_errs

uint32_t _ocsd_decode_stats::bad_header_errs

number of bad packet header errors

Definition at line 686 of file ocsd_if_types.h.

◆ bad_sequence_errs

uint32_t _ocsd_decode_stats::bad_sequence_errs

number of bad packet sequence errors

Definition at line 687 of file ocsd_if_types.h.

◆ channel_total

uint64_t _ocsd_decode_stats::channel_total

total bytes processed for this channel

Definition at line 684 of file ocsd_if_types.h.

◆ channel_unsynced

uint64_t _ocsd_decode_stats::channel_unsynced

number of unsynced bytes processed on this channel

Definition at line 685 of file ocsd_if_types.h.

◆ demux

ocsd_demux_stats_t _ocsd_decode_stats::demux

global demux stats block

Definition at line 689 of file ocsd_if_types.h.

◆ revision

uint16_t _ocsd_decode_stats::revision

revision number - defines the structure version for the stats.

Definition at line 682 of file ocsd_if_types.h.

◆ version

uint32_t _ocsd_decode_stats::version

library version number

Definition at line 681 of file ocsd_if_types.h.


The documentation for this struct was generated from the following file: