|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
8#define ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
10#if defined CONFIG_SEGGER_SYSTEMVIEW
11#include "tracing_sysview_syscall.h"
12#elif defined CONFIG_TRACING_TEST
13#include "tracing_test_syscall.h"
29#define sys_port_trace_syscall_enter(id, name, ...)
38#define sys_port_trace_syscall_exit(id, name, ...)