Re: [PATCH v2] perf: Rewrite core context handling
From: Peter Zijlstra <peterz@infradead.org>
Date: 2022-10-13 11:00:28
Also in:
linux-arm-kernel, linux-perf-users, linux-s390, lkml
From: Peter Zijlstra <peterz@infradead.org>
Date: 2022-10-13 11:00:28
Also in:
linux-arm-kernel, linux-perf-users, linux-s390, lkml
On Thu, Oct 13, 2022 at 03:37:23PM +0530, Ravi Bangoria wrote:
quoted
- refcount_t refcount; + refcount_t refcount; /* event <-> ctx */Ok. We need to remove all those // XXX get/put_ctx() from code which we added to make refcount a pmu_ctx <-> ctx.
Them already gone :-) I've not yet fixed up the typoes, but current version should be here: https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/log/?h=perf/core Thanks!