[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4bbc99b0-3d20-eb22-1996-52474b463fe7@infradead.org>
Date: Mon, 10 Aug 2020 21:56:40 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Orson Zhai <orsonzhai@...il.com>,
Prarit Bhargava <prarit@...hat.com>,
Dave Young <dyoung@...hat.com>, Baoquan He <bhe@...hat.com>,
Vivek Goyal <vgoyal@...hat.com>,
Petr Mladek <pmladek@...e.com>,
Sergey Senozhatsky <sergey.senozhatsky@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Stephen Boyd <sboyd@...nel.org>
Cc: kexec@...ts.infradead.org, linux-kernel@...r.kernel.org,
zhang.lyra@...il.com, ruifeng.zhang1@...soc.com,
cixi.geng1@...soc.com, Orson Zhai <orson.zhai@...soc.com>
Subject: Re: [RFC PATCH] printk: Change timestamp to triplet as mono, boot and
real
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
Powered by blists - more mailing lists