perf: Optimize group_sched_in()
authorPeter Zijlstra <peterz@infradead.org>
Mon, 24 Feb 2014 11:43:31 +0000 (12:43 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 27 Feb 2014 11:43:26 +0000 (12:43 +0100)
commit4a2345937c17722bd2979f662ae909846b4a052a
tree4936c660a961dcbc9369850dfdf785a7c8f976f7
parentc347a2f1793e285b0812343e715bb7e953dbdf68
perf: Optimize group_sched_in()

Use the ctx pmu instead of the event pmu.

When a group leader is a software event but the group contains
hardware events, the entire group is on the hardware PMU.

Using the hardware PMU for the transaction makes most sense since
that's the most expensive one to programm (and software PMUs generally
don't have TXN support anyway).

Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-sctoo9t2f3nn2c9g568928q3@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c