From: Mathieu Desnoyers Date: Sat, 25 Jan 2014 00:16:08 +0000 (-0500) Subject: Fix: tracepoint name remapping X-Git-Tag: v2.2.4~6 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=c991463eb37dbbcf53c390a8db52125621153c69;hp=c991463eb37dbbcf53c390a8db52125621153c69;p=lttng-modules.git Fix: tracepoint name remapping Commit "Introduce API to remap event names exposed by LTTng" failed to map the event names enabled by the user to tracepoint names known to the kernel. For instance, tracing with the kmem_kmalloc event enabled is not gathering any event. This issue applies to all tracepoint events declared with a different name within LTTng than within the Linux kernel. Signed-off-by: Mathieu Desnoyers ---