Namespace enum lttng_ust_bytecode_interpreter_ret flags with lttng_ust_ prefix
[lttng-ust.git] / include / lttng / ust-tracepoint-event.h
index 72a0cbec1777da7b94f8496b483b9f7e4faf65a4..33aa8d2d073d9ffb8ba8576423a35a1a92e8ccfb 100644 (file)
@@ -828,7 +828,7 @@ void __event_probe__##_provider##___##_name(_TP_ARGS_DATA_PROTO(_args))           \
                        _TP_ARGS_DATA_VAR(_args));                            \
                tp_list_for_each_entry_rcu(__filter_bc_runtime, &__event->filter_bytecode_runtime_head, node) { \
                        if (caa_unlikely(__filter_bc_runtime->interpreter_funcs.filter(__filter_bc_runtime,     \
-                                       __stackvar.__interpreter_stack_data) & LTTNG_INTERPRETER_RECORD_FLAG)) { \
+                               __stackvar.__interpreter_stack_data) & LTTNG_UST_BYTECODE_INTERPRETER_RECORD_FLAG)) { \
                                __filter_record = 1;                          \
                                break;                                        \
                        }                                                     \
This page took 0.023854 seconds and 4 git commands to generate.