X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=instrumentation%2Fevents%2Flttng-module%2Fscsi.h;h=e57e460194c7be576115fd5db879ecdab601726b;hb=aa900596dfbca642c2074734d14cea9b5439ad76;hp=c0088c633d16f3e9c5067577c0b02f8269a84437;hpb=07ce44c3ddf3f2d53de070866c6ae26435abea71;p=lttng-modules.git diff --git a/instrumentation/events/lttng-module/scsi.h b/instrumentation/events/lttng-module/scsi.h index c0088c63..e57e4601 100644 --- a/instrumentation/events/lttng-module/scsi.h +++ b/instrumentation/events/lttng-module/scsi.h @@ -4,7 +4,7 @@ #if !defined(LTTNG_TRACE_SCSI_H) || defined(TRACE_HEADER_MULTI_READ) #define LTTNG_TRACE_SCSI_H -#include "../../../probes/lttng-tracepoint-event.h" +#include #include #include #include @@ -16,7 +16,7 @@ #define scsi_opcode_name(opcode) { opcode, #opcode } #if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,0) \ - || LTTNG_RHEL_KERNEL_RANGE(3,10,0,7,2, 3,11,0,0,0)) + || LTTNG_RHEL_KERNEL_RANGE(3,10,0,327,0,0, 3,11,0,0,0,0)) #define show_opcode_name(val) \ __print_symbolic(val, \ @@ -398,4 +398,4 @@ LTTNG_TRACEPOINT_EVENT(scsi_eh_wakeup, #endif /* LTTNG_TRACE_SCSI_H */ /* This part must be outside protection */ -#include "../../../probes/define_trace.h" +#include