From: Michael Jeanson Date: Thu, 13 May 2021 14:30:24 +0000 (-0400) Subject: Disable x86 error code bitwise enum in default build X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=2eb43df613157244ac7b391f77d81d8149f919b8;hp=2eb43df613157244ac7b391f77d81d8149f919b8;p=lttng-modules.git Disable x86 error code bitwise enum in default build Only generate the bitwise enumerations when CONFIG_LTTNG_EXPERIMENTAL_BITWISE_ENUM is enabled, so the default build does not generate traces which lead to warnings when viewed with babeltrace 1.x and babeltrace 2 with default options. commit 8c7f2a9f2732b11f5cc9798cecb621420cc0e972 Author: Francis Deslauriers Date: Fri Jun 5 18:42:54 2020 -0400 x86: add error code enum to pagefault tracepoints Change-Id: I7901fad216b4774a9bbf3665568f357321805871 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---