Re: [PATCH 09/13] ocxl: Add trace points

2017-12-20 Thread Frederic Barrat
Le 18/12/2017 à 17:48, Philippe Ombredanne a écrit : --- /dev/null +++ b/drivers/misc/ocxl/trace.h @@ -0,0 +1,189 @@ +/* + * Copyright 2017 IBM Corp. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as publ

Re: [PATCH 09/13] ocxl: Add trace points

2017-12-18 Thread Philippe Ombredanne
Frederic, On Mon, Dec 18, 2017 at 4:21 PM, Frederic Barrat wrote: > Define a few trace points so that we can use the standard tracing > mechanism for debug and/or monitoring. > > Signed-off-by: Frederic Barrat > --- /dev/null > +++ b/drivers/misc/ocxl/trace.h > @@ -0,0 +1,189 @@ > +/* > + * C

[PATCH 09/13] ocxl: Add trace points

2017-12-18 Thread Frederic Barrat
Define a few trace points so that we can use the standard tracing mechanism for debug and/or monitoring. Signed-off-by: Frederic Barrat --- drivers/misc/ocxl/afu_irq.c | 5 ++ drivers/misc/ocxl/context.c | 2 + drivers/misc/ocxl/link.c| 11 ++- drivers/misc/ocxl/trace.c | 13 +++ dri