Zephyr API Documentation 4.4.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
12
13#ifndef ZEPHYR_INCLUDE_TRACING_TRACING_SYSCALL_H_
14#define ZEPHYR_INCLUDE_TRACING_TRACING_SYSCALL_H_
15
16#if defined CONFIG_SEGGER_SYSTEMVIEW
17#include "tracing_sysview_syscall.h"
18#elif defined CONFIG_TRACING_CTF
19#include "tracing_ctf_syscall.h"
20#elif defined CONFIG_TRACING_TEST
21#include "tracing_test_syscall.h"
22#else
23
30
37#define sys_port_trace_syscall_enter(id, name, ...)
38
46#define sys_port_trace_syscall_exit(id, name, ...)
47 /* end of subsys_tracing_syscall_apis */
49
50#endif
51
52#endif /* ZEPHYR_INCLUDE_TRACING_TRACING_SYSCALL_H_ */