#include <stdint.h>
#include <k_api.h>
浏览源代码.
|
void | aos_debug_backtrace_now (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_backtrace_task (char *taskname, int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_mm_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_task_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_buf_queue_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_queue_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_sem_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_mutex_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_overview (int32_t(*print_func)(const char *fmt,...)) |
|
void | aos_debug_task_cpu_usage_stats (void) |
|
int32_t | aos_debug_task_cpu_usage_get (char *taskname) |
|
uint32_t | aos_debug_total_cpu_usage_get (uint32_t cpuid) |
|
void | aos_debug_total_cpu_usage_show (void) |
|
void | aos_debug_fatal_error (kstat_t err, char *file, int32_t line) |
|
int32_t | aos_debug_printf (const char *fmt,...) |
|
void | aos_debug_init (void) |
|
- 版权所有
- Copyright (C) 2015-2021 Alibaba Group Holding Limited
在文件 debug.h 中定义.