Searched refs:thread_stats (Results 1 – 2 of 2) sorted by relevance
126 k_thread_runtime_stats_t thread_stats; in control_load() local128 err = k_thread_runtime_stats_get(idle_tid[i], &thread_stats); in control_load()133 idle_cycles += thread_stats.execution_cycles; in control_load()
256 k_thread_runtime_stats_t thread_stats; in os_mgmt_taskstat_encode_runtime_info() local258 k_thread_runtime_stats_get((struct k_thread *)thread, &thread_stats); in os_mgmt_taskstat_encode_runtime_info()261 zcbor_uint64_put(zse, thread_stats.execution_cycles); in os_mgmt_taskstat_encode_runtime_info()
Completed in 20 milliseconds