7#ifndef ZEPHYR_INCLUDE_DEBUG_CPU_LOAD_H_
8#define ZEPHYR_INCLUDE_DEBUG_CPU_LOAD_H_
void cpu_load_on_enter_idle(void)
Hook called by the application specific hook on entering CPU idle.
void cpu_load_on_exit_idle(void)
Hook called by the application specific hook on exiting CPU idle.
void cpu_load_log_control(bool enable)
Control periodic CPU statistics report.
int cpu_load_get(bool reset)
Get CPU load.