Zephyr API Documentation  3.6.99
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
7#ifndef ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
8#define ZEPHYR_INCLUDE_TRACING_SYSCALL_H_
9
10#if defined CONFIG_SEGGER_SYSTEMVIEW
11#include "tracing_sysview_syscall.h"
12#elif defined CONFIG_TRACING_TEST
13#include "tracing_test_syscall.h"
14#else
15
29#define sys_port_trace_syscall_enter(id, name, ...)
30
38#define sys_port_trace_syscall_exit(id, name, ...)
39 /* end of subsys_tracing_syscall_apis */
41
42#endif
43
44#endif /* ZEPHYR_INCLUDE_TRACING_SYSCALL_H_ */