Percepio Trace Recorder v4.8.0.hotfix1
Loading...
Searching...
No Matches
trcKernelPortConfig.h
1/*
2 * Trace Recorder for Tracealyzer v4.8.0.hotfix1
3 * Copyright 2023 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.
10 */
11
12#ifndef TRC_KERNEL_PORT_CONFIG_H
13#define TRC_KERNEL_PORT_CONFIG_H
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
22#define TRC_CFG_USE_TRACEALYZER_RECORDER 1
23
27#define TRC_CFG_CPU_CLOCK_HZ 0
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* TRC_KERNEL_PORT_CONFIG_H */