提交 265a44bb 编写于 作者: D David Howells

rxrpc: Actually display the tx_data trace retransmission note

Actually display in the tx_data trace the retransmission note added in a
previous patch.
Signed-off-by: NDavid Howells <dhowells@redhat.com>
上级 80378384
...@@ -280,11 +280,12 @@ TRACE_EVENT(rxrpc_tx_data, ...@@ -280,11 +280,12 @@ TRACE_EVENT(rxrpc_tx_data,
__entry->lose = lose; __entry->lose = lose;
), ),
TP_printk("c=%p DATA %08x q=%08x fl=%02x%s", TP_printk("c=%p DATA %08x q=%08x fl=%02x%s%s",
__entry->call, __entry->call,
__entry->serial, __entry->serial,
__entry->seq, __entry->seq,
__entry->flags, __entry->flags,
__entry->retrans ? " *RETRANS*" : "",
__entry->lose ? " *LOSE*" : "") __entry->lose ? " *LOSE*" : "")
); );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册