Re: [RFC PATCH 09/16] rv/monitors: wip instrumentation and Makefile/Kconfig entries

From: Daniel Bristot de Oliveira
Date: Thu May 20 2021 - 02:57:50 EST


On 5/19/21 8:14 PM, Randy Dunlap wrote:
> 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).
>
>

WIP means "Wakeup In Preemptive." I will add the long name to the first
occurrence in patch 08, and to the Kconfig.

Thanks!
-- Daniel