OpenOCD
esp32_apptrace_cmd_data
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
esp32_apptrace_cmd_data
esp32_apptrace_cmd_data struct
Syntax
Show:
Summary
Declaration
from
esp32_apptrace.h:103
struct
esp32_apptrace_cmd_data
{
struct
esp32_apptrace_dest
data_dest
;
uint32_t
poll_period
;
uint32_t
max_len
;
uint32_t
skip_len
;
bool
wait4halt
;
}
;
Fields
Field
Declared as
esp32_apptrace_cmd_data::data_dest
struct
esp32_apptrace_dest
esp32_apptrace_cmd_data::poll_period
uint32_t
esp32_apptrace_cmd_data::max_len
uint32_t
esp32_apptrace_cmd_data::skip_len
uint32_t
esp32_apptrace_cmd_data::wait4halt
bool
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
esp32_apptrace_cmd_data
{
esp32_apptrace.h:103
struct
esp32_apptrace_cmd_data
*
cmd_data
,
esp32_apptrace.c:515
esp32_apptrace_cmd_args_parse()
esp32_apptrace_cmd_args_parse()::cmd_data
struct
esp32_apptrace_cmd_data
*
cmd_data
;
esp32_apptrace.c:559
esp32_apptrace_cmd_init()
cmd_data
=
calloc
(
1
,
sizeof
(
*
cmd_data
)
)
;
esp32_apptrace.c:570
esp32_apptrace_cmd_init()
free
(
cmd_data
)
;
esp32_apptrace.c:578
esp32_apptrace_cmd_init()
struct
esp32_apptrace_cmd_data
*
cmd_data
=
cmd_ctx
->
cmd_priv
;
esp32_apptrace.c:609
esp32_apptrace_cmd_cleanup()
free
(
cmd_data
)
;
esp32_apptrace.c:612
esp32_apptrace_cmd_cleanup()
struct
esp32_apptrace_cmd_data
*
cmd_data
=
ctx
->
cmd_priv
;
esp32_apptrace.c:620
esp32_apptrace_print_stats()
struct
esp32_apptrace_cmd_data
*
cmd_data
=
ctx
->
cmd_priv
;
esp32_apptrace.c:879
esp32_apptrace_process_data()
struct
esp32_apptrace_cmd_data
*
cmd_data
;
esp32_apptrace.c:1437
esp32_cmd_apptrace_generic()
struct
esp32_apptrace_cmd_data
*
cmd_data
,
esp32_apptrace.h:114
esp32_apptrace_cmd_args_parse()
esp32_apptrace_cmd_args_parse()::cmd_data
struct
esp32_apptrace_cmd_data
apptrace
;
esp32_sysview.h:16
esp32_sysview_cmd_data
esp32_sysview_cmd_data::apptrace
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
esp32_apptrace_cmd_args_parse()::cmd_data
esp32_apptrace_cmd_args_parse()
esp32_apptrace.h:114
esp32_apptrace_cmd_args_parse()::cmd_data
esp32_apptrace_cmd_args_parse()
esp32_apptrace.c:515
esp32_sysview_cmd_data::apptrace
esp32_sysview_cmd_data
esp32_sysview.h:16
Lifecycle
from
examples
esp32_apptrace_cmd_data
is allocated by 1 symbol and is freed by 2 symbols:
esp32_apptrace_cmd_init()
All items filtered out
esp32_apptrace_cmd_data
esp32_apptrace_cmd_init()
esp32_apptrace_cmd_cleanup()
All items filtered out