OpenOCD
|
Data Fields | |
const struct command_registration * | commands |
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) |
const struct command_registration* etm_capture_driver::commands |
int(* etm_capture_driver::init) (struct etm_context *etm_ctx) |
Definition at line 128 of file etm.h.
Referenced by etm_setup().
const char* etm_capture_driver::name |
Definition at line 126 of file etm.h.
Referenced by COMMAND_HANDLER(), and etm_build_reg_cache().
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().
int(* etm_capture_driver::start_capture) (struct etm_context *etm_ctx) |
Definition at line 131 of file etm.h.
Referenced by COMMAND_HANDLER().
trace_status_t(* etm_capture_driver::status) (struct etm_context *etm_ctx) |
Definition at line 129 of file etm.h.
Referenced by COMMAND_HANDLER().
int(* etm_capture_driver::stop_capture) (struct etm_context *etm_ctx) |
Definition at line 132 of file etm.h.
Referenced by COMMAND_HANDLER().