Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
gcov.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018 Intel Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DEBUG_GCOV_H_
8
#define ZEPHYR_INCLUDE_DEBUG_GCOV_H_
9
10
#ifdef CONFIG_COVERAGE_GCOV
11
void
gcov_coverage_dump
(
void
);
12
void
gcov_static_init
(
void
);
13
#else
14
static
inline
void
gcov_coverage_dump
(
void
) { }
15
static
inline
void
gcov_static_init
(
void
) { }
16
17
#endif
/* CONFIG_COVERAGE_GCOV */
18
19
#endif
/* ZEPHYR_INCLUDE_DEBUG_GCOV_H_ */
gcov_static_init
static void gcov_static_init(void)
Definition
gcov.h:15
gcov_coverage_dump
static void gcov_coverage_dump(void)
Definition
gcov.h:14
zephyr
debug
gcov.h
Generated on Fri Nov 8 2024 21:02:38 for Zephyr API Documentation by
1.12.0