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