From: Mathieu Desnoyers Date: Tue, 8 Mar 2016 15:49:52 +0000 (-0500) Subject: Fix: rename kvm x86 TRACE_SYSTEM to avoid name clash X-Git-Tag: v2.8.0-rc1~21 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=b36bb1a8d9cb32b6ce199f05f399b1ca639e240e;hp=b36bb1a8d9cb32b6ce199f05f399b1ca639e240e;p=lttng-modules.git Fix: rename kvm x86 TRACE_SYSTEM to avoid name clash The lttng-probe-kvm and lttng-probe-kvm-x86 have the same TRACE_SYSTEM string. Because of that, both modules can't be loaded at the same time. The second module fails to load silently. Rename the TRACE_SYSTEM of lttng-probe-kvm-x86 to avoid the clash. We need to use the LTTNG_TRACEPOINT_EVENT_MAP to perform this namespacing while still hooking onto the kernel tracepoints. Fixes #895 Signed-off-by: Mathieu Desnoyers ---