X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.h;h=19fd5080f5fed73ca6381d60afd161a31c057c3e;hb=c991463eb37dbbcf53c390a8db52125621153c69;hp=37a5db71e5bc1f7543a1a3f2efb3ae0b412c3413;hpb=2f233e7946b38a8cb825d3f7c2338604a6012d79;p=lttng-modules.git diff --git a/lttng-events.h b/lttng-events.h index 37a5db71..19fd5080 100644 --- a/lttng-events.h +++ b/lttng-events.h @@ -162,7 +162,8 @@ struct lttng_ctx { }; struct lttng_event_desc { - const char *name; + const char *name; /* lttng-modules name */ + const char *kname; /* Linux kernel name (tracepoints) */ void *probe_callback; const struct lttng_event_ctx *ctx; /* context */ const struct lttng_event_field *fields; /* event payload */