Re: [PATCH V3 02/11] rtla: Add --house-keeping option

From: Daniel Bristot de Oliveira
Date: Mon Jun 12 2023 - 10:24:38 EST


On 6/12/23 16:06, Masami Hiramatsu (Google) wrote:
> On Tue, 6 Jun 2023 18:12:16 +0200
> Daniel Bristot de Oliveira <bristot@xxxxxxxxxx> wrote:
>
>> To avoid having rtla interfering with the measurement threads, add an
>> option for the user to set the CPUs in which rtla should run. For
>> instance:
>>
>> # rtla timerlat top -H 0 -C 1-7
> Isn't it '-c 1-7' instead of '-C', because -C is for cgroup name?

Ooops, you are right.

-- Daniel

> Thanks,
>