|
@@ -412,10 +412,11 @@ TRACE_EVENT(xs_tcp_data_recv,
|
|
|
__entry->copied, __entry->reclen, __entry->offset)
|
|
|
);
|
|
|
|
|
|
-#define show_rqstp_flags(flags) \
|
|
|
- __print_flags(flags, "|", \
|
|
|
- { (1UL << RQ_SECURE), "RQ_SECURE"}, \
|
|
|
- { (1UL << RQ_LOCAL), "RQ_LOCAL"})
|
|
|
+#define show_rqstp_flags(flags) \
|
|
|
+ __print_flags(flags, "|", \
|
|
|
+ { (1UL << RQ_SECURE), "RQ_SECURE"}, \
|
|
|
+ { (1UL << RQ_LOCAL), "RQ_LOCAL"}, \
|
|
|
+ { (1UL << RQ_USEDEFERRAL), "RQ_USEDEFERRAL"})
|
|
|
|
|
|
TRACE_EVENT(svc_recv,
|
|
|
TP_PROTO(struct svc_rqst *rqst, int status),
|