Re: [PATCH v4 09/10] trace: platform/x86/intel/ifs: Add trace point to track Intel IFS operations

From: Steven Rostedt
Date: Mon Apr 25 2022 - 10:53:01 EST


On Fri, 22 Apr 2022 13:02:18 -0700
Tony Luck <tony.luck@xxxxxxxxx> wrote:

> Add tracing support which may be useful for debugging systems that fail to complete
> In Field Scan tests.
>
> Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>
> Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>
> ---
> MAINTAINERS | 1 +
> drivers/platform/x86/intel/ifs/runtest.c | 5 ++++
> include/trace/events/intel_ifs.h | 38 ++++++++++++++++++++++++

>From the tracing POV:

Acked-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve