OpenOCD
|
Go to the source code of this file.
Functions | |
COMMAND_HANDLER (handle_trace_history_command) | |
COMMAND_HANDLER (handle_trace_point_command) | |
int | trace_point (struct target *target, uint32_t number) |
int | trace_register_commands (struct command_context *cmd_ctx) |
Variables | |
static const struct command_registration | trace_command_handlers [] |
static const struct command_registration | trace_exec_command_handlers [] |
COMMAND_HANDLER | ( | handle_trace_history_command | ) |
Definition at line 79 of file trace.c.
References trace_point::address, CMD, CMD_ARGC, CMD_ARGV, CMD_CTX, COMMAND_PARSE_NUMBER, command_print(), ERROR_OK, get_current_target(), trace::num_trace_points, trace::trace_history, trace::trace_history_overflowed, trace::trace_history_pos, trace::trace_history_size, target::trace_info, and trace::trace_points.
COMMAND_HANDLER | ( | handle_trace_point_command | ) |
Definition at line 36 of file trace.c.
References trace_point::address, CMD, CMD_ARGC, CMD_ARGV, CMD_CTX, COMMAND_PARSE_NUMBER, command_print(), ERROR_OK, get_current_target(), trace_point::hit_counter, NULL, trace::num_trace_points, target::trace_info, trace::trace_points, and trace::trace_points_size.
int trace_point | ( | struct target * | target, |
uint32_t | number | ||
) |
Definition at line 16 of file trace.c.
References ERROR_OK, trace_point::hit_counter, LOG_DEBUG, trace::num_trace_points, number, trace::trace_history, trace::trace_history_overflowed, trace::trace_history_pos, trace::trace_history_size, target::trace_info, and trace::trace_points.
Referenced by target_request().
int trace_register_commands | ( | struct command_context * | cmd_ctx | ) |
Definition at line 159 of file trace.c.
References NULL, register_commands(), and trace_command_handlers.
Referenced by target_register_user_commands().
|
static |
Definition at line 79 of file trace.c.
Referenced by trace_register_commands().
|
static |