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 <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
<xs:enumeration value="FUNCTION_ENTRY" />
<xs:enumeration value="NOOP" />
<xs:enumeration value="SYSCALL" />
- <xs:enumeration value="KPROBE" />
- <xs:enumeration value="KRETPROBE" />
</xs:restriction>
</xs:simpleType>