[perfmon2] [PATCH] Add the IBM POWER7+ processor support.

2013-01-28 Thread Carl E. Love
[PATCH] Add the IBM POWER7+ processor support. The POWER7+ event files are the same as for POWER7. Just need to return success if the processor type is POWER7 or POWER7+. Signed-off-by: Carl Love --- lib/pfmlib_power7.c | 2 +- lib/pfmlib_power_priv.h | 1 + 2 files changed, 2 insertions(+

Re: [perfmon2] [PATCH] Add the IBM POWER7+ processor support.

2013-01-28 Thread Stephane Eranian
Patch applied. Thanks. On Mon, Jan 28, 2013 at 5:16 PM, Carl E. Love wrote: > [PATCH] Add the IBM POWER7+ processor support. > > The POWER7+ event files are the same as for POWER7. Just need to > return success if the processor type is POWER7 or POWER7+. > > Signed-off-by: Carl Love > --- > li