Home
last modified time | relevance | path

Searched refs:tracing_backend (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/subsys/tracing/include/
Dtracing_backend.h25 struct tracing_backend;
32 void (*output)(const struct tracing_backend *backend,
39 struct tracing_backend { struct
51 static const STRUCT_SECTION_ITERABLE(tracing_backend, _name) = { \
62 const struct tracing_backend *backend) in tracing_backend_init()
77 const struct tracing_backend *backend, in tracing_backend_output()
93 static inline struct tracing_backend *tracing_backend_get(char *name) in tracing_backend_get()
95 STRUCT_SECTION_FOREACH(tracing_backend, backend) { in tracing_backend_get()
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-debug.ld5 ITERABLE_SECTION_ROM(tracing_backend, Z_LINK_ITERABLE_SUBALIGN)
/Zephyr-latest/subsys/tracing/
Dtracing_backend_ram.c19 const struct tracing_backend *backend, in tracing_backend_ram_output()
Dtracing_backend_posix.c25 const struct tracing_backend *backend, in tracing_backend_posix_output()
Dtracing_backend_adsp_memory_window.c29 const struct tracing_backend *backend, in tracing_backend_adsp_memory_window_output()
Dtracing_backend_uart.c70 const struct tracing_backend *backend, in tracing_backend_uart_output()
Dtracing_core.c45 static struct tracing_backend *working_backend;
Dtracing_backend_usb.c143 static void tracing_backend_usb_output(const struct tracing_backend *backend, in tracing_backend_usb_output()
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/
Dmain.c64 const struct tracing_backend *backend, in tracing_backends_output()
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake186 zephyr_iterable_section(NAME tracing_backend KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CONFIG_…