Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
stack.h File Reference

Stack usage analysis helpers. More...

#include <zephyr/logging/log.h>
#include <zephyr/toolchain.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

static void log_stack_usage (const struct k_thread *thread)

Detailed Description

Stack usage analysis helpers.

Function Documentation

◆ log_stack_usage()

void log_stack_usage ( const struct k_thread * thread)
inlinestatic