zephyr/subsys/logging
Valerio Setti 45751e2a11 logging: fix for 64 bit timestamp + new timestamp format option
Timestamps can be 32 or 64 bit long based on the platform and
build configurations. The proper way to handle these timestamps
is to use the ad-hoc log_timestamp_t variable.
This patch fixes some timestamp's reference which were still
using uint32_t changing them to log_timestamp_t.

Moreover also a new config is added in order to print the
timestamp as the Linux's kernel format. This might be useful
in AMP platforms in which Linux's and Zephyr's logs must be
interleaved in order to get a more comprehensive log solution.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2022-03-29 12:34:58 -07:00
..
mipi_syst
CMakeLists.txt logging: Prevent multiple arguments evaluation 2022-02-22 14:44:11 +01:00
Kconfig logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
Kconfig.backends everywhere: fix typos 2022-03-18 13:24:08 -04:00
Kconfig.filtering logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
Kconfig.formatting logging: fix for 64 bit timestamp + new timestamp format option 2022-03-29 12:34:58 -07:00
Kconfig.misc logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
Kconfig.mode logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
Kconfig.processing logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
Kconfig.template.log_config logging: Add choice name in template 2021-09-06 14:11:06 -04:00
Kconfig.template.log_format_config logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_adsp.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_fs.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_native_posix.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_net.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_rtt.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_spinel.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_swo.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_backend_uart.c logging: backend_uart: configurable buffer size 2022-03-14 16:44:17 -05:00
log_backend_xtensa_sim.c logging: Add support to backends to switch log format at runtime. 2022-02-23 14:12:22 -06:00
log_cmds.c logging: Add common api for getting memory usage 2022-02-21 20:41:17 -05:00
log_core.c logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
log_list.c
log_list.h
log_mgmt.c logging: Add API to get log_backend instance by name. 2022-02-23 14:12:22 -06:00
log_minimal.c
log_msg2.c logging: Add frontend support to v2 2022-03-14 14:08:49 -04:00
log_msg.c logging: Add common api for getting memory usage 2022-02-21 20:41:17 -05:00
log_output_dict.c
log_output_syst.c logging: syst: fix logging v2 with strings as arguments 2022-02-04 11:14:55 +01:00
log_output.c logging: fix for 64 bit timestamp + new timestamp format option 2022-03-29 12:34:58 -07:00