 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
13#ifndef ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
14#define ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
16#if defined CONFIG_SEGGER_SYSTEMVIEW
17#include "tracing_sysview_syscall.h"
18#elif defined CONFIG_TRACING_TEST
19#include "tracing_test_syscall.h"
35#define sys_port_trace_syscall_enter(id, name, ...)
44#define sys_port_trace_syscall_exit(id, name, ...)