Percepio Trace Recorder v4.11.0
Loading...
Searching...
No Matches
trcKernelPortConfig.h
1/*
2 * Trace Recorder for Tracealyzer v4.11.0
3 * Copyright 2025 Percepio AB
4 * www.percepio.com
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 *
8 * Configuration parameters for the kernel port.
9 * More settings can be found in trcKernelPortStreamingConfig.h and
10 * trcKernelPortSnapshotConfig.h.
11 */
12
13#ifndef TRC_KERNEL_PORT_CONFIG_H
14#define TRC_KERNEL_PORT_CONFIG_H
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
54#define TRC_CFG_FREERTOS_VERSION FREERTOS_VERSION_NOT_SET
55
64#define TRC_CFG_INCLUDE_EVENT_GROUP_EVENTS 0
65
74#define TRC_CFG_INCLUDE_TIMER_EVENTS 0
75
85#define TRC_CFG_INCLUDE_PEND_FUNC_CALL_EVENTS 0
86
96#define TRC_CFG_INCLUDE_STREAM_BUFFER_EVENTS 0
97
105#define TRC_CFG_ACKNOWLEDGE_QUEUE_SET_SEND 0 /* TRC_ACKNOWLEDGED */
106
111#define TRC_CFG_KERNEL_PORT_TASK_MONITOR_TLS_INDEX 0
112
113#ifdef __cplusplus
114}
115#endif
116
117#endif /* TRC_KERNEL_PORT_CONFIG_H */