Re: [tip:perf/x86] perf/x86/intel: Support task events with Intel CQM

2015-03-05 Thread Peter Zijlstra
On Thu, Mar 05, 2015 at 01:55:16AM +0100, Ingo Molnar wrote: > That's a fair point. Peter? Indeed, sorry. And its because of a stupid reason. --- Subject: perf: Remove type specific target pointers The only reason CQM had to use a hard-coded pmu type was so it could use cqm_target in hw_perf_eve

Re: [tip:perf/x86] perf/x86/intel: Support task events with Intel CQM

2015-03-04 Thread Ingo Molnar
* Vince Weaver wrote: > On Wed, 25 Feb 2015, tip-bot for Matt Fleming wrote: > > > diff --git a/include/uapi/linux/perf_event.h > > b/include/uapi/linux/perf_event.h > > index 1e3cd07..3c8b45d 100644 > > --- a/include/uapi/linux/perf_event.h > > +++ b/include/uapi/linux/perf_event.h > > @@ -32

Re: [tip:perf/x86] perf/x86/intel: Support task events with Intel CQM

2015-03-03 Thread Vince Weaver
On Wed, 25 Feb 2015, tip-bot for Matt Fleming wrote: > diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h > index 1e3cd07..3c8b45d 100644 > --- a/include/uapi/linux/perf_event.h > +++ b/include/uapi/linux/perf_event.h > @@ -32,6 +32,7 @@ enum perf_type_id { > PERF

[tip:perf/x86] perf/x86/intel: Support task events with Intel CQM

2015-02-25 Thread tip-bot for Matt Fleming
Commit-ID: bfe1fcd2688f557a6b6a88f59ea7619228728bd7 Gitweb: http://git.kernel.org/tip/bfe1fcd2688f557a6b6a88f59ea7619228728bd7 Author: Matt Fleming AuthorDate: Fri, 23 Jan 2015 18:45:46 + Committer: Ingo Molnar CommitDate: Wed, 25 Feb 2015 13:53:34 +0100 perf/x86/intel: Support tas