[perfmon2] [PATCH] Uncore support

2011-02-25 Thread Arun Sharma
This is for supporting uncore events. I tested this diff with Lin Ming's uncore patch against the kernel http://thread.gmane.org/gmane.linux.kernel/1071064 diff --git a/include/perfmon/perf_event.h b/include/perfmon/perf_event.h index defc88e..de5691e 100644 --- a/include/perfmon/perf_event.h +++

Re: [perfmon2] [PATCH] Uncore support

2011-02-25 Thread stephane eranian
On Sat, Feb 26, 2011 at 12:23 AM, Arun Sharma wrote: > This is for supporting uncore events. > > I tested this diff with Lin Ming's uncore patch against the kernel > http://thread.gmane.org/gmane.linux.kernel/1071064 > > diff --git a/include/perfmon/perf_event.h b/include/perfmon/perf_event.h > in