OpenOCD
trace Struct Reference
Collaboration diagram for trace:

Data Fields

uint32_t num_trace_points
 
uint32_t * trace_history
 
int trace_history_overflowed
 
uint32_t trace_history_pos
 
uint32_t trace_history_size
 
struct trace_pointtrace_points
 
uint32_t trace_points_size
 

Detailed Description

Definition at line 21 of file trace.h.

Field Documentation

◆ num_trace_points

uint32_t trace::num_trace_points

Definition at line 22 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_history

uint32_t* trace::trace_history

Definition at line 26 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_history_overflowed

int trace::trace_history_overflowed

Definition at line 28 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_history_pos

uint32_t trace::trace_history_pos

Definition at line 27 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_history_size

uint32_t trace::trace_history_size

Definition at line 25 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_points

struct trace_point* trace::trace_points

Definition at line 24 of file trace.h.

Referenced by COMMAND_HANDLER(), and trace_point().

◆ trace_points_size

uint32_t trace::trace_points_size

Definition at line 23 of file trace.h.

Referenced by COMMAND_HANDLER().


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