SoW-2020-0003: Trace Hit Counters
[deliverable/lttng-modules.git] / include / lttng / event-notifier-notification.h
CommitLineData
21f58fb7
FD
1/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
2 *
3 * lttng/event-notifier-notification.h
4 *
5 * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
6 */
7
8#ifndef _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H
9#define _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H
10
11#include <lttng/events.h>
12
99d223ad
FD
13void lttng_event_notifier_notification_send(struct lttng_event_notifier *event_notifier,
14 struct lttng_probe_ctx *lttng_probe_ctx,
710e9669
MD
15 const char *stack_data,
16 struct lttng_kernel_notifier_ctx *notif_ctx);
21f58fb7
FD
17
18#endif /* _LTTNG_EVENT_NOTIFIER_NOTIFICATION_H */
This page took 0.024396 seconds and 5 git commands to generate.