| .. | .. |
|---|
| 2 | 2 | #if !defined(_I915_TRACE_H_) || defined(TRACE_HEADER_MULTI_READ) |
|---|
| 3 | 3 | #define _I915_TRACE_H_ |
|---|
| 4 | 4 | |
|---|
| 5 | | -#ifdef CONFIG_PREEMPT_RT |
|---|
| 6 | | -#define NOTRACE |
|---|
| 7 | | -#endif |
|---|
| 8 | | - |
|---|
| 9 | 5 | #include <linux/stringify.h> |
|---|
| 10 | 6 | #include <linux/types.h> |
|---|
| 11 | 7 | #include <linux/tracepoint.h> |
|---|
| .. | .. |
|---|
| 782 | 778 | TP_ARGS(rq) |
|---|
| 783 | 779 | ); |
|---|
| 784 | 780 | |
|---|
| 785 | | -#if defined(CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS) && !defined(NOTRACE) |
|---|
| 781 | +#if defined(CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS) |
|---|
| 786 | 782 | DEFINE_EVENT(i915_request, i915_request_submit, |
|---|
| 787 | 783 | TP_PROTO(struct i915_request *rq), |
|---|
| 788 | 784 | TP_ARGS(rq) |
|---|