Re: [PATCH 0/4] timers: Fix and improve tracing and documentation

From: Peter Zijlstra
Date: Wed Apr 03 2019 - 09:39:45 EST


On Thu, Mar 21, 2019 at 01:09:17PM +0100, Anna-Maria Gleixner wrote:
> Hi,
>
> the patch series was developed during investigating timer problems and
> timer improvements. It contains a struct documentation fix in tick-sched
> and a fixes as well as an improvement for timer tracing.
>
> Thanks,
>
> Anna-Maria
>
>
> Anna-Maria Gleixner (4):
> tick-sched: Update tick_sched struct documentation
> timer: Move trace point to get proper index
> timer: Replace deprecated vsprintf pointer extension %pf by %ps
> trace/timer: Improve timer tracing
>
> include/trace/events/timer.h | 17 +++++++++++------
> kernel/time/tick-sched.h | 13 ++++++++++---
> kernel/time/timer.c | 30 +++++++++++++++++-------------
> 3 files changed, 38 insertions(+), 22 deletions(-)

Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>