Searched refs:k_obj_core_stats_enable (Results 1 – 4 of 4) sorted by relevance
44 status = k_obj_core_stats_enable(K_OBJ_CORE(&test_sem)); in ZTEST()50 status = k_obj_core_stats_enable(K_OBJ_CORE(test_thread)); in ZTEST()
169 status = k_obj_core_stats_enable(K_OBJ_CORE(&_kernel.cpus[i])); in ZTEST()198 status = k_obj_core_stats_enable(K_OBJ_CORE(&_kernel)); in ZTEST()353 status = k_obj_core_stats_enable(K_OBJ_CORE(test_thread)); in ZTEST()388 status = k_obj_core_stats_enable(K_OBJ_CORE(&mem_block)); in ZTEST()
391 int k_obj_core_stats_enable(struct k_obj_core *obj_core);
265 int k_obj_core_stats_enable(struct k_obj_core *obj_core) in k_obj_core_stats_enable() function