Rename "tsc" to "timestamp"
[lttng-ust.git] / src / common / populate.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2024 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 */
6
7 #ifndef _UST_COMMON_POPULATE_H
8 #define _UST_COMMON_POPULATE_H
9
10 #include <stdbool.h>
11
12 bool lttng_ust_map_populate_cpu_is_enabled(int cpu)
13 __attribute__((visibility("hidden")));
14
15 bool lttng_ust_map_populate_is_enabled(void)
16 __attribute__((visibility("hidden")));
17
18 #endif /* _UST_COMMON_POPULATE_H */
This page took 0.029605 seconds and 4 git commands to generate.