diff options
author | Will Deacon <will.deacon@arm.com> | 2016-08-15 13:42:45 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-09-05 14:19:18 +0300 |
commit | c9bbdd4830ab06288bb1d8c00ed8c8c6e80e377a (patch) | |
tree | 6fe8c117689f202e26815b3e4ba4e9a01e65f215 /CREDITS | |
parent | 24cf84672e0a1e0d13f3894b60cd820a0140342a (diff) | |
download | linux-c9bbdd4830ab06288bb1d8c00ed8c8c6e80e377a.tar.xz |
perf/core: Don't pass PERF_EF_START to the PMU ->start callback
PERF_EF_START is a flag to indicate to the PMU ->add() callback that, as
well as claiming the PMU resources required by the event being added,
it should also start the PMU.
Passing this flag to the ->start() callback doesn't make sense, because
->start() always tries to start the PMU. Remove it.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Cc: mark.rutland@arm.com
Link: http://lkml.kernel.org/r/1471257765-29662-1-git-send-email-will.deacon@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions