Re: [PATCH v4 1/5] powerpc/include: Add data structures and macros for IMC trace mode

2019-05-03 Thread Michael Ellerman
On Tue, 2019-04-16 at 09:48:27 UTC, Anju T Sudhakar wrote: > Add the macros needed for IMC (In-Memory Collection Counters) trace-mode > and data structure to hold the trace-imc record data. > Also, add the new type "OPAL_IMC_COUNTERS_TRACE" in 'opal-api.h', since > there is a new switch case added

[PATCH v4 1/5] powerpc/include: Add data structures and macros for IMC trace mode

2019-04-16 Thread Anju T Sudhakar
Add the macros needed for IMC (In-Memory Collection Counters) trace-mode and data structure to hold the trace-imc record data. Also, add the new type "OPAL_IMC_COUNTERS_TRACE" in 'opal-api.h', since there is a new switch case added in the opal-calls for IMC. Signed-off-by: Anju T Sudhakar

[PATCH v4 1/5] powerpc/include: Add data structures and macros for IMC trace mode

2019-04-15 Thread Anju T Sudhakar
Add the macros needed for IMC (In-Memory Collection Counters) trace-mode and data structure to hold the trace-imc record data. Also, add the new type "OPAL_IMC_COUNTERS_TRACE" in 'opal-api.h', since there is a new switch case added in the opal-calls for IMC. Signed-off-by: Anju T Sudhakar