On 5/19/21 4:36 AM, Daniel Bristot de Oliveira wrote: > diff --git a/kernel/trace/rv/Kconfig b/kernel/trace/rv/Kconfig > index 74eb2f216255..4a1088c5ba68 100644 > --- a/kernel/trace/rv/Kconfig > +++ b/kernel/trace/rv/Kconfig > @@ -14,6 +14,13 @@ menuconfig RV > > if RV > > +config RV_MON_WIP > + depends on PREEMPTIRQ_TRACEPOINTS > + tristate "WIP monitor" > + help > + Enable WIP sample monitor, this is a sample monitor that monitor. This > + illustrates the usage of per-cpu monitors. What does WIP mean here? I didn't see that in patch 08 (though I could have missed it -- I did look). -- ~Randy