powerpc/include: Add data structures and macros for IMC trace mode
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 <anju@linux.vnet.ibm.com> Reviewed-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:

committed by
Michael Ellerman

parent
860b7d2286
commit
d1720adff3
@@ -1129,6 +1129,7 @@ enum {
|
||||
enum {
|
||||
OPAL_IMC_COUNTERS_NEST = 1,
|
||||
OPAL_IMC_COUNTERS_CORE = 2,
|
||||
OPAL_IMC_COUNTERS_TRACE = 3,
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user