Fix: tracepoint name remapping
[lttng-modules.git] / lttng-events.h
index bc5cd9f5271b2b088decd100788cc7edf2e9ddeb..cf31b2e1017f97579446071d4e5816fc8b67ab0c 100644 (file)
@@ -169,7 +169,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 */
This page took 0.024239 seconds and 4 git commands to generate.