Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
tracing_syscall.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
14#define ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
15
16#if defined CONFIG_SEGGER_SYSTEMVIEW
17#include "tracing_sysview_syscall.h"
18#elif defined CONFIG_TRACING_TEST
19#include "tracing_test_syscall.h"
20#else
21
28
35#define sys_port_trace_syscall_enter(id, name, ...)
36
44#define sys_port_trace_syscall_exit(id, name, ...)
45 /* end of subsys_tracing_syscall_apis */
47
48#endif
49
50#endif /* ZEPHYR_INCLUDE_TRACING_SYSCALL_H_ */