Migrate tracepoint instrumentation to TP_FIELDS
[lttng-modules.git] / lttng-abi.h
index e029bc70f3e862dc4e54800f3e12488a0b61dda2..06eae78586d2d2a853119c7a37db1328c9f17a71 100644 (file)
@@ -161,7 +161,7 @@ struct lttng_kernel_context {
        } u;
 } __attribute__((packed));
 
-#define FILTER_BYTECODE_MAX_LEN                65536
+#define LTTNG_KERNEL_FILTER_BYTECODE_MAX_LEN           65536
 struct lttng_kernel_filter_bytecode {
        uint32_t len;
        uint32_t reloc_offset;
This page took 0.02275 seconds and 4 git commands to generate.