zephyr/subsys
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
..
bluetooth Bluetooth: host: Refactor use of #ifdef to IS_ENABLED() 2020-01-20 18:58:02 +02:00
canbus samples: canbus: add CANopen sample 2020-01-20 17:17:23 +01:00
console
cpp
debug debug: tracing: Fix time returned by CPU stats module 2020-01-20 13:55:11 -05:00
dfu
disk
fb
fs
jwt
logging
mgmt
net
power
random
settings
shell
stats
storage
testsuite
usb
CMakeLists.txt
Kconfig