zephyr/include/zephyr/logging
Krzysztof Chruściński 5b26b21bad logging: Add demultiplexer for log_frontend_stmesp
Add module which demultiplexes stream of log message which are
encoded into STPv2 stream by log_frontend_stmesp. There are 3 types of
messages that can be present in the stream:
- Log message (starts with DMTS32, followed by Dx and closed by FLAG)
- Tracepoint (FLAGTS or DMTS32)
- STM HW event (DMTS8 on 0x80 master and 0x00 channel)

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-09-06 11:31:27 -04:00
..
log.h logging: When strings are stripped keep source name pointers 2024-08-13 14:56:14 +02:00
log_backend.h include: fix typo in (logging, mgmt) 2024-07-10 11:48:03 -04:00
log_backend_adsp_hda.h
log_backend_adsp_mtrace.h
log_backend_ble.h
log_backend_net.h log: net: Add log_backend_net_start function 2024-03-08 15:18:30 +00:00
log_backend_std.h
log_core.h logging: Fix runtime filtering when frontend and userspace is used 2024-07-09 14:01:56 +02:00
log_ctrl.h build: namespace the generated headers with `zephyr/` 2024-05-28 22:03:55 +02:00
log_frontend.h logging: log_frontend: Add optional API for common messages 2023-10-27 10:50:39 +02:00
log_frontend_stmesp.h logging: Add Coresight STMESP dictionary-based frontend 2024-09-06 11:31:27 -04:00
log_frontend_stmesp_demux.h logging: Add demultiplexer for log_frontend_stmesp 2024-09-06 11:31:27 -04:00
log_instance.h logging: Update log_source_dynamic_data struct 2024-04-20 13:45:25 -04:00
log_internal.h include: fix typo in (logging, mgmt) 2024-07-10 11:48:03 -04:00
log_link.h include: fix typo in (logging, mgmt) 2024-07-10 11:48:03 -04:00
log_msg.h include: logging: added missing parenthesis 2024-06-27 15:16:17 -04:00
log_multidomain_helper.h
log_output.h include: fix typo in (logging, mgmt) 2024-07-10 11:48:03 -04:00
log_output_custom.h
log_output_dict.h logging: dictionary: new verion 3 format 2024-06-28 21:14:14 +02:00