zephyr/subsys/logging
Emil Lindqvist bd2eb48c05 logging: fix timestamp func overwrite on log2
When LOG2 is enabled, timestamp func which was just set
according to various conditions, is overwritten using sysclock.
Since sysclock is very fast, it will cause uint32_t to wrap very
fast and cause the time to start over from 0 often.

This commit combines the two statements doing the same thing,
to one statement.

Signed-off-by: Emil Lindqvist <emil@lindq.gr>
2021-12-02 10:52:51 +01:00
..
mipi_syst logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00
CMakeLists.txt logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.backends logging: uart: Add support for asynchronous API 2021-12-01 10:02:28 +01:00
Kconfig.filtering logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.formatting logging: use green color for info log level 2021-09-28 20:10:41 -04:00
Kconfig.misc logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.mode logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.processing logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.template.log_config logging: Add choice name in template 2021-09-06 14:11:06 -04:00
log_backend_adsp.c logging: Adapt ADSP backend to v2 2021-04-19 10:59:23 -04:00
log_backend_fs.c logging: fs: fix leak of opened directories in check_log_file_exist() 2021-07-20 13:31:33 +02:00
log_backend_native_posix.c logging: Add v2 support to native_posix backend 2021-04-19 10:59:23 -04:00
log_backend_net.c logging: log_backend_net: Add support for logging v2 2021-07-13 09:39:28 -04:00
log_backend_rtt.c logging: rtt: Fix compilation error when multithreading disable 2021-10-19 23:06:20 -04:00
log_backend_spinel.c logging: log_backend_spinel: Add support for logging v2 2021-07-14 11:06:46 -05:00
log_backend_swo.c logging: log_backend_swo: Add support for logging v2 2021-07-23 16:06:37 -04:00
log_backend_uart.c logging: uart: Add support for asynchronous API 2021-12-01 10:02:28 +01:00
log_backend_xtensa_sim.c logging: log_backend_xtensa_sim: Add support for logging v2 2021-07-14 11:05:15 -05:00
log_cmds.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_core.c logging: fix timestamp func overwrite on log2 2021-12-02 10:52:51 +01:00
log_list.c logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_list.h logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
log_mgmt.c logging: typecast to stop signed-unsigned comparison 2021-11-15 08:53:51 -05:00
log_minimal.c logging: log_minimal: Fix violations to rule 10.4 2021-04-20 15:50:49 -04:00
log_msg.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_msg2.c logging: Cleanup in the internal headers 2021-09-28 20:31:52 -04:00
log_output.c logging: use green color for info log level 2021-09-28 20:10:41 -04:00
log_output_dict.c logging: add support for dictionary based logging 2021-04-28 22:25:42 +02:00
log_output_syst.c logging: add STP transport and raw data output support for syst 2020-11-17 10:09:19 -06:00