Re: [PATCH v2 1/3] powerpc/time: Export boot_tb and log initial timebase at boot

2025-02-07 Thread Aboorva Devarajan
On Tue, 2025-02-04 at 11:28 +0100, Christophe Leroy wrote: Hi Christophe, > > Le 04/02/2025 à 07:39, Kajol Jain a écrit : > > From: Aboorva Devarajan > > > > - Export `boot_tb` for external use, this is useful in perf vpa-dtl > >interface, where `boot_tb` can be used to convert raw timebas

Re: [PATCH v2 1/3] powerpc/time: Export boot_tb and log initial timebase at boot

2025-02-04 Thread Christophe Leroy
Le 04/02/2025 à 07:39, Kajol Jain a écrit : From: Aboorva Devarajan - Export `boot_tb` for external use, this is useful in perf vpa-dtl interface, where `boot_tb` can be used to convert raw timebase values to it's relative boot timestamp. A modification of boot_tb can be catastrophic

[PATCH v2 1/3] powerpc/time: Export boot_tb and log initial timebase at boot

2025-02-03 Thread Kajol Jain
From: Aboorva Devarajan - Export `boot_tb` for external use, this is useful in perf vpa-dtl interface, where `boot_tb` can be used to convert raw timebase values to it's relative boot timestamp. - Log the initial timebase at `time_init` as it is a useful information which can be referred t