From: Francis Deslauriers Date: Wed, 13 Dec 2017 17:08:34 +0000 (-0500) Subject: Fix: remove unused event types in MI XML schema X-Git-Tag: v2.10.3~10 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=cb9dc8472ec2b14da6ca1004ec5cc1ad84b00f61 Fix: remove unused event types in MI XML schema KPROBE and KRETPROBE event types are never produced by the MI output, PROBE and FUNCTION are rightfully used. Using KPROBE and KRETPROBE would be exposing the inner workings of the kernel tracer that should be abstracted to the user. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/mi-lttng-3.0.xsd b/src/common/mi-lttng-3.0.xsd index 8b2e45359..030463558 100644 --- a/src/common/mi-lttng-3.0.xsd +++ b/src/common/mi-lttng-3.0.xsd @@ -73,8 +73,6 @@ THE SOFTWARE. - -