projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d54337
)
bcachefs: Convert tracepoints to use %ps, not %pf
author
Kent Overstreet
<kent.overstreet@gmail.com>
Mon, 16 Nov 2020 18:06:28 +0000
(13:06 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:47 +0000
(17:08 -0400)
Symbol decoding was changed from %pf to %ps
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/trace.h
patch
|
blob
|
history
diff --git
a/fs/bcachefs/trace.h
b/fs/bcachefs/trace.h
index c30fb4d74a954c664cbab38f9f77f958e0b70513..09653c7ed858da689ee04493b13ba8864bd91d67 100644
(file)
--- a/
fs/bcachefs/trace.h
+++ b/
fs/bcachefs/trace.h
@@
-513,7
+513,7
@@
TRACE_EVENT(transaction_restart_ip,
__entry->ip = ip;
),
- TP_printk("%p
F %pF
", (void *) __entry->caller, (void *) __entry->ip)
+ TP_printk("%p
S %pS
", (void *) __entry->caller, (void *) __entry->ip)
);
DECLARE_EVENT_CLASS(transaction_restart,
@@
-568,7
+568,7
@@
TRACE_EVENT(trans_restart_would_deadlock,
__entry->want_iter_type = want_iter_type;
),
- TP_printk("%p
F %pF
because %u have %u:%u want %u:%u",
+ TP_printk("%p
S %pS
because %u have %u:%u want %u:%u",
(void *) __entry->trans_ip,
(void *) __entry->caller_ip,
__entry->reason,