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

Commit bc32d2ea authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "psi: print threshold time in decimal"

parents c5a3cd97 1cbe72d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,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
	)
);