On Wed, Apr 16, 2025 at 09:32:43AM +0200, Gabriele Monaco wrote: > On Wed, 2025-04-16 at 08:51 +0200, Nam Cao wrote: > > diff --git a/kernel/trace/rv/monitors/rtapp/Kconfig > > b/kernel/trace/rv/monitors/rtapp/Kconfig > > new file mode 100644 > > index 000000000000..94689d66a79c > > --- /dev/null > > +++ b/kernel/trace/rv/monitors/rtapp/Kconfig > > @@ -0,0 +1,6 @@ > > +config RV_MON_RTAPP > > + depends on RV > depends on RV_PER_TASK_MONITORS >= 2 > > Not sure we want to be that picky, but what about making sure we can > run the monitor in its entirety?
That makes sense. But CONFIG_RV_PER_TASK_MONITORS doesn't exist yet at this point. I will add this in the commit adding CONFIG_RV_PER_TASK_MONITORS. > Ignore this if your use case doesn't expect both monitors to be run > together. > > Other than that > Reviewed-by: Gabriele Monaco <gmon...@redhat.com> Thanks! Nam