mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 21:43:27 +00:00
Call into z_thread_usage_stop() before ISR entry to avoid including interrupt handling totals in thread usage stats. This is pretty much exactly where we want it, just after the context saving steps (which we can't elide since the hook is in C) and immediately before the tracing hook for ISR entry. And as I'm reading the code, this is purely for Zephyr-registered interrupts, meaning that software exceptions will be accounted for (correctly) as part of the excepting thread. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
core | ||
include | ||
CMakeLists.txt | ||
Kconfig |