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
28#define TRC_CFG_INCLUDE_EVENT_GROUP_EVENTS CONFIG_PERCEPIO_TRC_CFG_INCLUDE_EVENT_GROUP_EVENTS
29
38#define TRC_CFG_INCLUDE_TIMER_EVENTS CONFIG_PERCEPIO_TRC_CFG_INCLUDE_TIMER_EVENTS
39
49#define TRC_CFG_INCLUDE_PEND_FUNC_CALL_EVENTS CONFIG_PERCEPIO_TRC_CFG_INCLUDE_PEND_FUNC_CALL_EVENTS
50
60#define TRC_CFG_INCLUDE_STREAM_BUFFER_EVENTS CONFIG_PERCEPIO_TRC_CFG_INCLUDE_STREAM_BUFFER_EVENTS
61
69#define TRC_CFG_ACKNOWLEDGE_QUEUE_SET_SEND 0 /* TRC_ACKNOWLEDGED */
70
71#ifdef __cplusplus
72}
73#endif
74
75#endif /* TRC_KERNEL_PORT_CONFIG_H */