zephyr/include/logging
Marcin Niestroj 552028dd20 logging: add log_output_timestamp_to_us() helper function
So far we only have log_msg_timestamp_get() function, which returns
internal timestamp representation. This is either clock cycles or uptime
in ms, depending on main clock precision.

Introduce log_output_timestamp_to_us() helper function, which allows to
convert internal logging timestamp to us.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2021-04-20 18:21:26 -04:00
..
log_backend_std.h logging: Adapt logger to support both versions 2021-04-19 10:59:23 -04:00
log_backend.h logging: Adapt logger to support both versions 2021-04-19 10:59:23 -04:00
log_core2.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_core.h logging: Adapt logger to support both versions 2021-04-19 10:59:23 -04:00
log_ctrl.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_frontend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_instance.h logging: add padding for RISC-V 64bits environment 2020-11-19 12:46:35 -05:00
log_msg2.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_msg.h logging: Add logging v2 implementation for log_msg 2021-04-19 10:59:23 -04:00
log_output.h logging: add log_output_timestamp_to_us() helper function 2021-04-20 18:21:26 -04:00
log.h logging: Add LOG_PRINTK macro for printing via logging 2021-04-19 10:59:23 -04:00