Rename struct lttng_bytecode_runtime to struct lttng_kernel_bytecode_runtime
[lttng-modules.git] / include / lttng / events-internal.h
index 5c1d356bf2f2bae07d0e9d3883286ec89f65c8c8..2d5c4b12e47961a73e29a5139d9c3a920edeae65 100644 (file)
@@ -20,7 +20,7 @@ struct lttng_kernel_event_common_private {
        uint64_t user_token;
 
        int has_enablers_without_filter_bytecode;
-       /* list of struct lttng_bytecode_runtime, sorted by seqnum */
+       /* list of struct lttng_kernel_bytecode_runtime, sorted by seqnum */
        struct list_head filter_bytecode_runtime_head;
        enum lttng_kernel_abi_instrumentation instrumentation;
        /* Selected by instrumentation */
@@ -85,7 +85,7 @@ struct lttng_kernel_bytecode_filter_ctx {
 struct lttng_enabler {
        enum lttng_enabler_format_type format_type;
 
-       /* head list of struct lttng_bytecode_node */
+       /* head list of struct lttng_kernel_bytecode_node */
        struct list_head filter_bytecode_head;
 
        struct lttng_kernel_abi_event event_param;
@@ -106,7 +106,7 @@ struct lttng_event_notifier_enabler {
        struct list_head node;  /* List of event_notifier enablers */
        struct lttng_event_notifier_group *group;
 
-       /* head list of struct lttng_bytecode_node */
+       /* head list of struct lttng_kernel_bytecode_node */
        struct list_head capture_bytecode_head;
        uint64_t num_captures;
 };
This page took 0.022923 seconds and 4 git commands to generate.