projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6475309
)
rxrpc: Fix the rxrpc_tx_packet trace line
author
David Howells
<dhowells@redhat.com>
Mon, 8 Oct 2018 18:44:39 +0000
(19:44 +0100)
committer
David Howells
<dhowells@redhat.com>
Mon, 8 Oct 2018 21:42:04 +0000
(22:42 +0100)
Fix the rxrpc_tx_packet trace line by storing the where parameter.
Fixes:
4764c0da69dc
("rxrpc: Trace packet transmission")
Signed-off-by: David Howells <dhowells@redhat.com>
include/trace/events/rxrpc.h
patch
|
blob
|
history
diff --git
a/include/trace/events/rxrpc.h
b/include/trace/events/rxrpc.h
index
837393f
..
573d5b9
100644
(file)
--- a/
include/trace/events/rxrpc.h
+++ b/
include/trace/events/rxrpc.h
@@
-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",