X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=b30a60756abe3e8827843bceecfc5d1611016f2d;hb=07aafa15e9c655db53f575f7b9c8ea30ec7f6e26;hp=12de611a8004e968c58724273992313ed9977f2c;hpb=d169b253f6d6fe6f37aa7cb81f0e8b211b8468b4;p=lttng-modules.git diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index 12de611a..b30a6075 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -91,7 +91,7 @@ int lttng_kprobes_event_handler_pre(struct kprobe *p, struct pt_regs *regs) static const struct lttng_kernel_event_field *event_fields[] = { lttng_kernel_static_event_field("ip", lttng_kernel_static_type_integer_from_type(unsigned long, __BYTE_ORDER, 16), - false, false, false), + false, false), }; static const struct lttng_kernel_tracepoint_class tp_class = {