#include "mos/platform/platform_defs.h"
#include <mos/mos_global.h>
Go to the source code of this file.
◆ MOS_PLATFORM_DEBUG_MODULES
#define MOS_PLATFORM_DEBUG_MODULES |
( |
| X | ) |
|
◆ MOS_GENERIC_PLATFORM_DEBUG_MODULES
#define MOS_GENERIC_PLATFORM_DEBUG_MODULES |
( |
| X | ) |
|
Value:
Definition at line 15 of file debug.h.
◆ MOS_ALL_DEBUG_MODULES
#define MOS_ALL_DEBUG_MODULES |
( |
| X | ) |
|
Value:
MOS_GENERIC_PLATFORM_DEBUG_MODULES(X) \
X(cpio) \
X(dcache) \
X(dcache_ref) \
X(dma) \
X(elf) \
X(futex) \
X(io) \
X(ipc) \
X(ipi) \
X(panic) \
X(pagefault) \
X(pmm) \
X(pmm_buddy) \
X(process) \
X(scheduler) \
X(setup) \
X(signal) \
X(slab) \
X(spinlock) \
X(syscall) \
X(sysfs) \
X(thread) \
X(tmpfs) \
X(userfs) \
X(vfs) \
X(vmm)
#define MOS_PLATFORM_DEBUG_MODULES(X)
long define_syscall pipe(fd_t *reader, fd_t *writer, fd_flags_t flags)
static naive_sched_t naive_sched
Definition at line 19 of file debug.h.
◆ mos_debug_enabled
#define mos_debug_enabled |
( |
| name | ) |
|
Value:
#define MOS_DEBUG_FEATURE(feat)
Definition at line 71 of file debug.h.
◆ mos_debug_enabled_ptr
#define mos_debug_enabled_ptr |
( |
| name | ) |
|
Value:
Definition at line 72 of file debug.h.