OpenOCD
etm_context
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
etm_context
etm_context struct
Handle for the Embedded Trace Module, if one is present.
Syntax
Show:
Summary
Declaration
Definition
from
arm.h:216
struct
etm_context
;
Implemented in
etm.h:151
Fields
Field
Declared as
etm_context::target
struct
target
*
etm_context::reg_cache
struct
reg_cache
*
etm_context::capture_driver
struct
etm_capture_driver
*
etm_context::capture_driver_priv
void
*
etm_context::capture_status
trace_status_t
etm_context::trace_data
struct
etmv1_trace_data
*
etm_context::trace_depth
uint32_t
etm_context::control
uint32_t
etm_context::core_state
int
etm_context::image
struct
image
*
etm_context::pipe_index
uint32_t
etm_context::data_index
uint32_t
etm_context::data_half
bool
etm_context::pc_ok
bool
etm_context::ptr_ok
bool
etm_context::bcd_vers
uint8_t
etm_context::config
uint32_t
etm_context::id
uint32_t
etm_context::current_pc
uint32_t
etm_context::last_branch
uint32_t
etm_context::last_branch_reason
uint32_t
etm_context::last_ptr
uint32_t
etm_context::last_instruction
uint32_t
Related Functions
Found 17 other functions taking a
etm_context
argument:
Function
etm_build_reg_cache()
etb_init()
etb_status()
etb_start_capture()
etb_stop_capture()
etb_read_trace()
etm_reg_lookup()
etmv1_data()
etmv1_analyze_trace()
etm_read_instruction()
etmv1_next_packet()
etmv1_branch_address()
etm_dummy_init()
etm_dummy_status()
etm_dummy_read_trace()
etm_dummy_start_capture()
etm_dummy_stop_capture()
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out