2 * Copyright (C) 2011 EfficiOS Inc.
4 * SPDX-License-Identifier: GPL-2.0-only
11 #include <lttng/lttng.h>
13 #include "trace-kernel.h"
14 #include "trace-ust.h"
15 #include "lttng-ust-ctl.h"
17 int context_kernel_add(struct ltt_kernel_session
*ksession
,
18 const struct lttng_event_context
*ctx
,
19 const char *channel_name
);
20 int context_ust_add(struct ltt_ust_session
*usess
,
21 enum lttng_domain_type domain
,
22 const struct lttng_event_context
*ctx
,
23 const char *channel_name
);
25 #endif /* _LTT_CONTEXT_H */
This page took 0.02999 seconds and 4 git commands to generate.