Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1562097
| From | David Carrillo-Cisneros <davidcc@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] Optimize cgroup ctx switch and remove cpuctx->unique_pmu |
| Date | 2017-01-18 20:30 +0100 |
| Message-ID | <t145H-86O-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
v2: Rename local variable, as suggested by Mark Rutland and
add his Acked-by.
First patch is a resend of ("perf/core: Make cgroup switch visit only
cpuctxs with cgroup events") with updated change log.
Second patch cleans up the now unused cpuctx->unique_pmu.
David Carrillo-Cisneros (2):
perf/core: Make cgroup switch visit only cpuctxs with cgroup events
perf/core: Remove perf_cpu_context::unique_pmu
include/linux/perf_event.h | 2 +-
kernel/events/core.c | 129 ++++++++++++++++-----------------------------
2 files changed, 47 insertions(+), 84 deletions(-)
--
2.11.0.483.g087da7b7c-goog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] Optimize cgroup ctx switch and remove cpuctx->unique_pmu David Carrillo-Cisneros <davidcc@google.com> - 2017-01-18 20:30 +0100
[PATCH v2 2/2] perf/core: Remove perf_cpu_context::unique_pmu David Carrillo-Cisneros <davidcc@google.com> - 2017-01-18 20:30 +0100
Re: [PATCH v2 2/2] perf/core: Remove perf_cpu_context::unique_pmu Peter Zijlstra <peterz@infradead.org> - 2017-01-20 13:30 +0100
Re: [PATCH v2 2/2] perf/core: Remove perf_cpu_context::unique_pmu Mark Rutland <mark.rutland@arm.com> - 2017-01-20 15:30 +0100
Re: [PATCH v2 2/2] perf/core: Remove perf_cpu_context::unique_pmu David Carrillo-Cisneros <davidcc@google.com> - 2017-01-20 22:50 +0100
[tip:perf/core] perf/core: Remove perf_cpu_context::unique_pmu tip-bot for David Carrillo-Cisneros <tipbot@zytor.com> - 2017-01-30 13:00 +0100
[PATCH v2 1/2] perf/core: Make cgroup switch visit only cpuctxs with cgroup events David Carrillo-Cisneros <davidcc@google.com> - 2017-01-18 20:30 +0100
[tip:perf/core] perf/core: Make cgroup switch visit only cpuctxs with cgroup events tip-bot for David Carrillo-Cisneros <tipbot@zytor.com> - 2017-01-30 13:00 +0100
csiph-web