Re: [ndctl PATCH v5 3/5] cxl/list: collect and parse the poison list records

2023-12-12 Thread Alison Schofield
On Wed, Dec 06, 2023 at 08:39:07PM -0800, Dan Williams wrote: > alison.schofield@ wrote: > > From: Alison Schofield > > snip > > + struct json_object *jerrors, *jpoison, *jobj = NULL; > > + struct jlist_node *jnode, *next; > > + struct event_ctx ectx = { > > + .event_name =

Re: [ndctl PATCH v5 3/5] cxl/list: collect and parse the poison list records

2023-12-06 Thread Dan Williams
alison.schofield@ wrote: > From: Alison Schofield > > Poison list records are logged as events in the kernel tracing > subsystem. To prepare the poison list for cxl list, enable tracing, > trigger the poison list read, and parse the generated cxl_poison > events into a json representation. > >

[ndctl PATCH v5 3/5] cxl/list: collect and parse the poison list records

2023-11-21 Thread alison . schofield
From: Alison Schofield Poison list records are logged as events in the kernel tracing subsystem. To prepare the poison list for cxl list, enable tracing, trigger the poison list read, and parse the generated cxl_poison events into a json representation. Signed-off-by: Alison Schofield ---