[RFC PATCH] printk: Change timestamp to triplet as mono, boot and real

Randy Dunlap rdunlap at infradead.org
Tue Aug 11 00:56:40 EDT 2020


On 8/10/20 9:40 PM, Orson Zhai wrote:
> +/*
> + * struct timestanps - Simultaneous mono/boot/real timestamps

typo:        timestamps

> + * @mono:	Monotonic timestamp
> + * @boot:	Boottime timestamp
> + * @real:	Realtime timestamp
> + */
> +struct timestamps {
> +	u64		mono;
> +	u64		boot;
> +	u64		real;
> +};


-- 
~Randy




More information about the kexec mailing list