Re: [PATCH v4] perf bench sched pipe: Add -G/--cgroups option

From: Namhyung Kim
Date: Thu Oct 26 2023 - 13:11:38 EST


On Tue, 17 Oct 2023 13:23:42 -0700, Namhyung Kim wrote:
> The -G/--cgroups option is to put sender and receiver in different
> cgroups in order to measure cgroup context switch overheads.
>
> Users need to make sure the cgroups exist and accessible. The following
> example should the effect of this change. Please don't forget taskset
> before the perf bench to measure cgroup switches properly. Otherwise
> each task would run on a different CPU and generate cgroup switches
> regardless of this change.
>
> [...]

Applied to perf-tools-next, thanks!