etm_capture_driver::name is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDetm_capture_driver::name

etm_capture_driver::name field

Syntax

const char *name;

References

LocationReferrerText
etm.h:126
const char *name;
etb.c:686
.name = "etb",
etm.c:384etm_build_reg_cache()
if (strcmp(etm_ctx->capture_driver->name, "etb") == 0) {
etm.c:1407handle_etm_config_command()
if (strcmp(CMD_ARGV[4], etm_capture_drivers[i]->name) == 0) {
etm.c:1614handle_etm_status_command()
command_print(CMD, "%s: idle", etm->capture_driver->name);
etm.c:1622handle_etm_status_command()
etm->capture_driver->name,
etm_dummy.c:89
.name = "dummy",

Data Use

Functions reading etm_capture_driver::name
etm_capture_driver::name