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, >