X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=probes%2Flttng-events.h;h=680f466f9a2b40531e3214ef551d7296bf024ba1;hb=c991463eb37dbbcf53c390a8db52125621153c69;hp=bf2e2b9d1df5364cc3213fc70345c38f21d7fd5a;hpb=2f233e7946b38a8cb825d3f7c2338604a6012d79;p=lttng-modules.git diff --git a/probes/lttng-events.h b/probes/lttng-events.h index bf2e2b9d..680f466f 100644 --- a/probes/lttng-events.h +++ b/probes/lttng-events.h @@ -327,6 +327,7 @@ static void __event_probe__##_name(void *__data); static const struct lttng_event_desc __event_desc___##_map = { \ .fields = __event_fields___##_template, \ .name = #_map, \ + .kname = #_name, \ .probe_callback = (void *) TP_PROBE_CB(_template), \ .nr_fields = ARRAY_SIZE(__event_fields___##_template), \ .owner = THIS_MODULE, \