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> |
||
|---|---|---|
| .. | ||
| ctf | ||
| include | ||
| sysview | ||
| CMakeLists.txt | ||
| cpu_stats.c | ||
| sysview_config.c | ||
| sysview.c | ||