zephyr/subsys/debug/tracing
Dominik Kilian b536dc20c6 debug: tracing: Fix time returned by CPU stats module
Function cpu_stats_get_ns from CPU stats module returns
invalid time, because of unnecessary conversion into u32_t.
Higher bits of time value are removed during this conversion.
All time values are u64_t, so there is no need to convert anything.

Signed-off-by: Dominik Kilian <Dominik.Kilian@nordicsemi.no>
2020-01-20 13:55:11 -05:00
..
ctf tracing: ctf: fix arguments to ctf_top_thread_info 2020-01-09 11:21:19 -05:00
include headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
sysview
CMakeLists.txt headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
cpu_stats.c debug: tracing: Fix time returned by CPU stats module 2020-01-20 13:55:11 -05:00
sysview_config.c debug: tracing: Fix compilation error 2019-07-24 15:10:02 +02:00
sysview.c tracing: simplify idle thread detection 2019-09-30 15:25:55 -04:00