Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rcu: Trace expedited grace-period numbers in hexadecimal

This commit reformats the expedited grace-period numbers into hexadecimal
for easier decoding and comparison. The normal grace-period numbers
remain in decimal for the time being.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>

authored by

Paul E. McKenney and committed by
Boqun Feng
a8f7c9c4 2db7ab8c

+1 -1
+1 -1
include/trace/events/rcu.h
··· 207 207 __entry->gpevent = gpevent; 208 208 ), 209 209 210 - TP_printk("%s %ld %s", 210 + TP_printk("%s %#lx %s", 211 211 __entry->rcuname, __entry->gpseq, __entry->gpevent) 212 212 ); 213 213