Re: [PATCH v2 4/6] rtla/timerlat: Add --deepest-idle-state for top

2024-08-01 Thread Tomas Glozar
> > Could probably do: > > #ifdef HAVE_LIBCPUPOWER_SUPPORT > > + "--deepest-idle-state n: only go down to idle > > state n on cpus used by timerlat to reduce exit from idle latency", > #else > + "--deepest-idle-state n: [rtla built without > libcp

Re: [PATCH v2 4/6] rtla/timerlat: Add --deepest-idle-state for top

2024-07-31 Thread Steven Rostedt
On Wed, 31 Jul 2024 10:36:53 +0200 tglo...@redhat.com wrote: > From: Tomas Glozar > > Add option to limit deepest idle state on CPUs where timerlat is running > for the duration of the workload. > > Signed-off-by: Tomas Glozar > --- > tools/tracing/rtla/src/timerlat_top.c | 46 +++