On Tue, 26 May 2026 18:13:53 +0100, Thomas Gleixner <[email protected]> wrote: > > ktime_get_snapshot() is replaced by ktime_get_snapshot_id() which allows to > request a particular CLOCK ID to be captured along with the clocksource > counter. > > Convert the tracing mechanism over and use the new > system_time_snapshot::sys field, which holds the system timestamp selected > by the CLOCK ID argument. > > No functional change intended. > > Signed-off-by: Thomas Gleixner <[email protected]> > Cc: Vincent Donnefort <[email protected]> > Cc: Marc Zyngier <[email protected]> > Cc: Oliver Upton <[email protected]> > Cc: [email protected] > --- > arch/arm64/kvm/hyp_trace.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-)
Acked-by: Marc Zyngier <[email protected]> M. -- Without deviation from the norm, progress is not possible.

