esp32_apptrace_dest_init() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDesp32_apptrace_dest_init()

esp32_apptrace_dest_init() function

Syntax

int esp32_apptrace_dest_init(struct esp32_apptrace_dest dest[],     const char *dest_paths[],     unsigned int max_dests);
Implemented in esp32_apptrace.c:272

Arguments

dest

dest_paths

max_dests

References

LocationReferrerText
esp32_apptrace.c:272
int esp32_apptrace_dest_init(struct esp32_apptrace_dest dest[], const char *dest_paths[], unsigned int max_dests)
esp32_apptrace.h:117
int esp32_apptrace_dest_init(struct esp32_apptrace_dest dest[], const char *dest_paths[], unsigned int max_dests);
esp32_apptrace.c:575esp32_apptrace_cmd_init()
res = esp32_apptrace_dest_init(&cmd_data->data_dest, argv, 1);
esp32_sysview.c:69esp32_sysview_cmd_init()
int dests_num = esp32_apptrace_dest_init(cmd_data->data_dests, argv, !mcore_format ? core_num : 1);

Call Tree

Functions calling esp32_apptrace_dest_init()
Functions called by esp32_apptrace_dest_init()
esp32_apptrace_dest_init()
Data read by esp32_apptrace_dest_init()
Data written by esp32_apptrace_dest_init()
esp32_apptrace_dest_init()
esp32_apptrace_dest_init()::res
esp32_apptrace_dest_init()::i
all items filtered out