Percepio Trace Recorder  v4.6.6
trcKernelPortConfig.h
1 /*
2  * Trace Recorder for Tracealyzer v4.6.6
3  * Copyright 2021 Percepio AB
4  * www.percepio.com
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  *
8  * Main configuration parameters for the trace recorder library.
9  * More settings can be found in trcStreamingConfig.h.
10  */
11 
12 #ifndef TRC_KERNEL_PORT_CONFIG_H
13 #define TRC_KERNEL_PORT_CONFIG_H
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
24 #define TRC_CFG_USE_GCC_STATEMENT_EXPR 1
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 
30 #endif /* TRC_KERNEL_PORT_CONFIG_H */