SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / src / bin / lttng-sessiond / testpoint.h
CommitLineData
8ac94142 1/*
ab5be9fa 2 * Copyright (C) 2012 Christian Babeux <christian.babeux@efficios.com>
8ac94142 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
8ac94142 5 *
8ac94142
CB
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 */
e547b070
MD
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);
9ad42ec1
MD
22TESTPOINT_DECL(sessiond_thread_ht_cleanup);
23TESTPOINT_DECL(sessiond_thread_app_manage_notify);
24TESTPOINT_DECL(sessiond_thread_app_reg_dispatch);
2463b787
JR
25TESTPOINT_DECL(sessiond_thread_notification);
26TESTPOINT_DECL(sessiond_handle_trigger_event_pipe);
8ac94142
CB
27
28#endif /* SESSIOND_TESTPOINT_H */
This page took 0.073253 seconds and 5 git commands to generate.