Introduce struct lttng_event_counter_enabler
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Jan 2022 19:09:51 +0000 (14:09 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 15 Jul 2024 20:58:48 +0000 (16:58 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9683c18b4d661d65b128a1edda5adb1154d8d543

include/lttng/events-internal.h

index fcda6386414565c8daf7c8e857092bdcf5b4f33d..2067d3fe04c0419e9a877537d8cebfccda9bc384 100644 (file)
@@ -299,6 +299,12 @@ struct lttng_event_recorder_enabler {
        struct lttng_kernel_channel_buffer *chan;
 };
 
+struct lttng_event_counter_enabler {
+       struct lttng_event_enabler_session_common parent;
+       struct lttng_kernel_channel_counter *chan;
+       struct lttng_counter_key key;
+};
+
 struct lttng_event_notifier_enabler {
        struct lttng_event_enabler_common parent;
        uint64_t error_counter_index;
This page took 0.026367 seconds and 4 git commands to generate.