arm_tpiu_swo_object::out_filename is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm_tpiu_swo_object::out_filename

arm_tpiu_swo_object::out_filename field

where to dump the captured output trace data

Syntax

char *out_filename;

References

LocationReferrerText
arm_tpiu_swo.c:112
char *out_filename;
arm_tpiu_swo.c:155arm_tpiu_swo_poll_trace()
if (obj->out_filename[0] == ':')
arm_tpiu_swo.c:205arm_tpiu_swo_close_output()
if (obj->out_filename[0] == ':')
arm_tpiu_swo.c:206arm_tpiu_swo_close_output()
remove_service(TCP_SERVICE_NAME, &obj->out_filename[1]);
arm_tpiu_swo.c:242arm_tpiu_swo_cleanup_all()
free(obj->out_filename);
arm_tpiu_swo.c:484arm_tpiu_swo_configure()
free(obj->out_filename);
arm_tpiu_swo.c:485arm_tpiu_swo_configure()
obj->out_filename = out_filename;
arm_tpiu_swo.c:489arm_tpiu_swo_configure()
if (obj->out_filename)
arm_tpiu_swo.c:490arm_tpiu_swo_configure()
arm_tpiu_swo.c:630handle_arm_tpiu_swo_enable()
const bool output_external = !strcmp(obj->out_filename, "external");
arm_tpiu_swo.c:722handle_arm_tpiu_swo_enable()
if (obj->out_filename[0] == ':') {
arm_tpiu_swo.c:729handle_arm_tpiu_swo_enable()
LOG_INFO("starting trace server for %s on %s", obj->name, &obj->out_filename[1]);
arm_tpiu_swo.c:730handle_arm_tpiu_swo_enable()
retval = add_service(&arm_tpiu_swo_service_driver, &obj->out_filename[1],
arm_tpiu_swo.c:733handle_arm_tpiu_swo_enable()
command_print(CMD, "Can't configure trace TCP port %s", &obj->out_filename[1]);
arm_tpiu_swo.c:736handle_arm_tpiu_swo_enable()
} else if (strcmp(obj->out_filename, "-")) {
arm_tpiu_swo.c:737handle_arm_tpiu_swo_enable()
obj->file = fopen(obj->out_filename, "ab");
arm_tpiu_swo.c:739handle_arm_tpiu_swo_enable()
command_print(CMD, "Can't open trace destination file \"%s\"", obj->out_filename);
arm_tpiu_swo.c:965jim_arm_tpiu_swo_create()
obj->out_filename = strdup("external");
arm_tpiu_swo.c:966jim_arm_tpiu_swo_create()
if (!obj->out_filename) {
arm_tpiu_swo.c:998jim_arm_tpiu_swo_create()
free(obj->out_filename);

Data Use

Functions writing arm_tpiu_swo_object::out_filename
Functions reading arm_tpiu_swo_object::out_filename
arm_tpiu_swo_object::out_filename