Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / src / bin / lttng-sessiond / testpoint.hpp
... / ...
CommitLineData
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 */
14TESTPOINT_DECL(sessiond_thread_manage_clients);
15TESTPOINT_DECL(sessiond_thread_manage_clients_before_loop);
16TESTPOINT_DECL(sessiond_thread_registration_apps);
17TESTPOINT_DECL(sessiond_thread_manage_apps);
18TESTPOINT_DECL(sessiond_thread_manage_apps_before_loop);
19TESTPOINT_DECL(sessiond_thread_manage_kernel);
20TESTPOINT_DECL(sessiond_thread_manage_kernel_before_loop);
21TESTPOINT_DECL(sessiond_thread_manage_consumer);
22TESTPOINT_DECL(sessiond_thread_app_manage_notify);
23TESTPOINT_DECL(sessiond_thread_app_reg_dispatch);
24TESTPOINT_DECL(sessiond_thread_notification);
25TESTPOINT_DECL(sessiond_handle_notifier_event_pipe);
26
27#endif /* SESSIOND_TESTPOINT_H */
This page took 0.022347 seconds and 4 git commands to generate.