Lines Matching refs:obj_core
347 int z_thread_stats_raw(struct k_obj_core *obj_core, void *stats) in z_thread_stats_raw() argument
352 memcpy(stats, obj_core->stats, sizeof(struct k_cycle_stats)); in z_thread_stats_raw()
358 int z_thread_stats_query(struct k_obj_core *obj_core, void *stats) in z_thread_stats_query() argument
362 thread = CONTAINER_OF(obj_core, struct k_thread, obj_core); in z_thread_stats_query()
369 int z_thread_stats_reset(struct k_obj_core *obj_core) in z_thread_stats_reset() argument
375 thread = CONTAINER_OF(obj_core, struct k_thread, obj_core); in z_thread_stats_reset()
377 stats = obj_core->stats; in z_thread_stats_reset()
415 int z_thread_stats_disable(struct k_obj_core *obj_core) in z_thread_stats_disable() argument
420 thread = CONTAINER_OF(obj_core, struct k_thread, obj_core); in z_thread_stats_disable()
428 int z_thread_stats_enable(struct k_obj_core *obj_core) in z_thread_stats_enable() argument
433 thread = CONTAINER_OF(obj_core, struct k_thread, obj_core); in z_thread_stats_enable()
443 int z_cpu_stats_raw(struct k_obj_core *obj_core, void *stats) in z_cpu_stats_raw() argument
448 memcpy(stats, obj_core->stats, sizeof(struct k_cycle_stats)); in z_cpu_stats_raw()
454 int z_cpu_stats_query(struct k_obj_core *obj_core, void *stats) in z_cpu_stats_query() argument
458 cpu = CONTAINER_OF(obj_core, struct _cpu, obj_core); in z_cpu_stats_query()
467 int z_kernel_stats_raw(struct k_obj_core *obj_core, void *stats) in z_kernel_stats_raw() argument
472 memcpy(stats, obj_core->stats, in z_kernel_stats_raw()
479 int z_kernel_stats_query(struct k_obj_core *obj_core, void *stats) in z_kernel_stats_query() argument
481 ARG_UNUSED(obj_core); in z_kernel_stats_query()