Re: [ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers

2024-03-10 Thread Alison Schofield
On Wed, Mar 06, 2024 at 03:36:32PM -0800, Dan Williams wrote: > alison.schofield@ wrote: > > From: Alison Schofield > > > > CXL event tracing provides helpers to iterate through a trace > > buffer and extract events of interest. It offers two parsing > > options: a default parser that adds every

Re: [ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers

2024-03-06 Thread Dan Williams
alison.schofield@ wrote: > From: Alison Schofield > > CXL event tracing provides helpers to iterate through a trace > buffer and extract events of interest. It offers two parsing > options: a default parser that adds every field of an event to > a json object, and a private parsing option where

[ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers

2024-03-06 Thread alison . schofield
From: Alison Schofield CXL event tracing provides helpers to iterate through a trace buffer and extract events of interest. It offers two parsing options: a default parser that adds every field of an event to a json object, and a private parsing option where the caller can parse each event as it