Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4310c4d authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

psi: print threshold time in decimal



Print the threshold registered for a trigger in decimal, which is
more readable.

Change-Id: Ia10bd233845446be62a4ea9d2232ff1ba638c50e
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent a1f75dc3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ TRACE_EVENT(psi_event,
		__entry->threshold = threshold;
	),

	TP_printk("State: %d Threshold: %#llx",
	TP_printk("State: %d Threshold: %#llu ns",
		__entry->state, __entry->threshold
	)
);