OpenOCD
etm_capture_driver Struct Reference
Collaboration diagram for etm_capture_driver:

Data Fields

const struct command_registrationcommands
 
int(* init )(struct etm_context *etm_ctx)
 
const char * name
 
int(* read_trace )(struct etm_context *etm_ctx)
 
int(* start_capture )(struct etm_context *etm_ctx)
 
trace_status_t(* status )(struct etm_context *etm_ctx)
 
int(* stop_capture )(struct etm_context *etm_ctx)
 

Detailed Description

Definition at line 125 of file etm.h.

Field Documentation

◆ commands

const struct command_registration* etm_capture_driver::commands

Definition at line 127 of file etm.h.

◆ init

int(* etm_capture_driver::init) (struct etm_context *etm_ctx)

Definition at line 128 of file etm.h.

Referenced by etm_setup().

◆ name

const char* etm_capture_driver::name

Definition at line 126 of file etm.h.

Referenced by COMMAND_HANDLER(), and etm_build_reg_cache().

◆ read_trace

int(* etm_capture_driver::read_trace) (struct etm_context *etm_ctx)

Definition at line 130 of file etm.h.

Referenced by COMMAND_HANDLER(), and etmv1_analyze_trace().

◆ start_capture

int(* etm_capture_driver::start_capture) (struct etm_context *etm_ctx)

Definition at line 131 of file etm.h.

Referenced by COMMAND_HANDLER().

◆ status

trace_status_t(* etm_capture_driver::status) (struct etm_context *etm_ctx)

Definition at line 129 of file etm.h.

Referenced by COMMAND_HANDLER().

◆ stop_capture

int(* etm_capture_driver::stop_capture) (struct etm_context *etm_ctx)

Definition at line 132 of file etm.h.

Referenced by COMMAND_HANDLER().


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