Go to the source code of this file.
◆ COMMAND_HANDLER()
COMMAND_HANDLER |
( |
handle_etm_dummy_config_command |
| ) |
|
Definition at line 15 of file etm_dummy.c.
References etm_context::capture_driver_priv, CMD, CMD_ARGV, command_print(), ERROR_FAIL, ERROR_OK, arm::etm, get_target(), is_arm(), LOG_ERROR, NULL, target, and target_to_arm().
◆ etm_dummy_init()
static int etm_dummy_init |
( |
struct etm_context * |
etm_ctx | ) |
|
|
static |
◆ etm_dummy_read_trace()
static int etm_dummy_read_trace |
( |
struct etm_context * |
etm_ctx | ) |
|
|
static |
◆ etm_dummy_start_capture()
static int etm_dummy_start_capture |
( |
struct etm_context * |
etm_ctx | ) |
|
|
static |
◆ etm_dummy_status()
◆ etm_dummy_stop_capture()
static int etm_dummy_stop_capture |
( |
struct etm_context * |
etm_ctx | ) |
|
|
static |
◆ etm_dummy_capture_driver
Initial value:= {
.name = "dummy",
}
static trace_status_t etm_dummy_status(struct etm_context *etm_ctx)
static int etm_dummy_start_capture(struct etm_context *etm_ctx)
static int etm_dummy_read_trace(struct etm_context *etm_ctx)
static const struct command_registration etm_dummy_command_handlers[]
static int etm_dummy_init(struct etm_context *etm_ctx)
static int etm_dummy_stop_capture(struct etm_context *etm_ctx)
Definition at line 83 of file etm_dummy.c.
◆ etm_dummy_command_handlers
Initial value:= {
{
.name = "etm_dummy",
.help = "Dummy ETM capture driver command group",
},
}
#define COMMAND_REGISTRATION_DONE
Use this as the last entry in an array of command_registration records.
static const struct command_registration etm_dummy_config_command_handlers[]
const char * usage
a string listing the options and arguments, required or optional
Definition at line 15 of file etm_dummy.c.
◆ etm_dummy_config_command_handlers
Initial value:= {
{
.name = "config",
.handler = handle_etm_dummy_config_command,
.usage = "target",
},
}
Definition at line 15 of file etm_dummy.c.