etm_capture_drivers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

etm_capture_drivers variable

Syntax

static struct etm_capture_driver *etm_capture_drivers[] = { &etb_capture_driver, &etm_dummy_capture_driver, NULL };

References

LocationReferrerText
etm.c:626
static struct etm_capture_driver *etm_capture_drivers[] = {
etm.c:1406handle_etm_config_command()
for (i = 0; etm_capture_drivers[i]; i++) {
etm.c:1407handle_etm_config_command()
if (strcmp(CMD_ARGV[4], etm_capture_drivers[i]->name) == 0) {
etm.c:1408handle_etm_config_command()
int retval = register_commands(CMD_CTX, NULL, etm_capture_drivers[i]->commands);
etm.c:1414handle_etm_config_command()
etm_ctx->capture_driver = etm_capture_drivers[i];
etm.c:1420handle_etm_config_command()
if (!etm_capture_drivers[i]) {

Data Use

Functions reading etm_capture_drivers
etm_capture_drivers
all items filtered out
Type of etm_capture_drivers
etm_capture_drivers
all items filtered out