| 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.hpp> |
| 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_app_manage_notify); |
| 23 | TESTPOINT_DECL(sessiond_thread_app_reg_dispatch); |
| 24 | TESTPOINT_DECL(sessiond_thread_notification); |
| 25 | TESTPOINT_DECL(sessiond_handle_notifier_event_pipe); |
| 26 | |
| 27 | #endif /* SESSIOND_TESTPOINT_H */ |