Skip to content

Commit

Permalink
rxrpc: Fix the rxrpc_tx_packet trace line
Browse files Browse the repository at this point in the history
Fix the rxrpc_tx_packet trace line by storing the where parameter.

Fixes: 4764c0d ("rxrpc: Trace packet transmission")
Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Oct 8, 2018
1 parent 6475309 commit 4e2abd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/trace/events/rxrpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,7 @@ TRACE_EVENT(rxrpc_tx_packet,
TP_fast_assign(
__entry->call = call_id;
memcpy(&__entry->whdr, whdr, sizeof(__entry->whdr));
__entry->where = where;
),

TP_printk("c=%08x %08x:%08x:%08x:%04x %08x %08x %02x %02x %s %s",
Expand Down

0 comments on commit 4e2abd3

Please sign in to comment.