Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-sessiond / testpoint.h
1 /*
2 * Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef SESSIOND_TESTPOINT_H
9 #define SESSIOND_TESTPOINT_H
10
11 #include <common/testpoint/testpoint.h>
12
13 /* Testpoints, internal use only */
14 TESTPOINT_DECL(sessiond_thread_manage_clients);
15 TESTPOINT_DECL(sessiond_thread_manage_clients_before_loop);
16 TESTPOINT_DECL(sessiond_thread_registration_apps);
17 TESTPOINT_DECL(sessiond_thread_manage_apps);
18 TESTPOINT_DECL(sessiond_thread_manage_apps_before_loop);
19 TESTPOINT_DECL(sessiond_thread_manage_kernel);
20 TESTPOINT_DECL(sessiond_thread_manage_kernel_before_loop);
21 TESTPOINT_DECL(sessiond_thread_manage_consumer);
22 TESTPOINT_DECL(sessiond_thread_ht_cleanup);
23 TESTPOINT_DECL(sessiond_thread_app_manage_notify);
24 TESTPOINT_DECL(sessiond_thread_app_reg_dispatch);
25
26 #endif /* SESSIOND_TESTPOINT_H */
This page took 0.028997 seconds and 5 git commands to generate.