X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Farch%2Fx86%2Fexceptions.h;h=eb55138a7a2ed2e0029ba0d0e5c40ec1e6727011;hb=cf77d12083b5092eca8c6f9899ec0892756845aa;hp=222841e3bb0ec2e4d9a6e04fa00b69d3fe215122;hpb=da0f6c58f715087f5091551070bf4350bf2768bf;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/arch/x86/exceptions.h b/instrumentation/events/lttng-module/arch/x86/exceptions.h index 222841e3..eb55138a 100644 --- a/instrumentation/events/lttng-module/arch/x86/exceptions.h +++ b/instrumentation/events/lttng-module/arch/x86/exceptions.h @@ -1,7 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ #if !defined(LTTNG_TRACE_EXCEPTIONS_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_EXCEPTIONS_H -#include "../../../../../probes/lttng-tracepoint-event.h" +#include #include #undef TRACE_SYSTEM @@ -44,9 +45,9 @@ LTTNG_EXCEPTIONS_TRACEPOINT_EVENT_INSTANCE_MAP(page_fault_kernel, #endif /* LTTNG_TRACE_EXCEPTIONS_H */ #undef TRACE_INCLUDE_PATH -#define TRACE_INCLUDE_PATH ../instrumentation/events/lttng-module/arch/x86 +#define TRACE_INCLUDE_PATH instrumentation/events/lttng-module/arch/x86 #undef TRACE_INCLUDE_FILE #define TRACE_INCLUDE_FILE exceptions /* This part must be outside protection */ -#include "../../../../../probes/define_trace.h" +#include