sof/xtos/include
Baofeng Tian 8adbb85044 perf_cnt: simplify the difference calculation for cycles
Previously, due to cycle get max is UINT32_MAX, so check
and wrap cycles based on INT32_MAX, however, unsigned int can wrap
automatically with minus, remove the check and make
perf difference calculation more simple.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
2023-07-05 19:59:08 -07:00
..
rtos clock: replace per-clock locks with a global one 2023-03-07 13:37:56 +02:00
sof perf_cnt: simplify the difference calculation for cycles 2023-07-05 19:59:08 -07:00
CMakeLists.txt header: rtos: decouple headers into rtos specific directories. 2022-08-31 12:01:07 +01:00