Home
last modified time | relevance | path

Searched refs:cpu_load_log (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/debug/
Dcpu_load.c25 static struct k_work_delayable cpu_load_log; variable
35 k_work_schedule(&cpu_load_log, K_MSEC(CONFIG_CPU_LOAD_LOG_PERIODICALLY)); in cpu_load_log_control()
37 k_work_cancel_delayable(&cpu_load_log); in cpu_load_log_control()
62 k_work_init_delayable(&cpu_load_log, cpu_load_log_fn); in cpu_load_init()
63 return k_work_schedule(&cpu_load_log, K_MSEC(CONFIG_CPU_LOAD_LOG_PERIODICALLY)); in cpu_load_init()