Re: [RFC PATCH 11/16] rv/monitors: wwnr instrumentation and Makefile/Kconfig entries

From: Daniel Bristot de Oliveira
Date: Thu May 20 2021 - 02:59:58 EST


On 5/19/21 8:16 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 4a1088c5ba68..612b36b97663 100644
>> --- a/kernel/trace/rv/Kconfig
>> +++ b/kernel/trace/rv/Kconfig
>> @@ -21,6 +21,13 @@ config RV_MON_WIP
>> Enable WIP sample monitor, this is a sample monitor that
>> illustrates the usage of per-cpu monitors.
>>
>> +config RV_MON_WWNR
>> + tristate "WWNR monitor"
>> + help
>> + Enable WWNR sample monitor, this is a sample monitor that
>
> monitor. This is
>
>> + illustrates the usage of per-task monitor. The model is
>> + broken on purpose: it serves to test reactors.
>
> and please tell the user what WWNR means, either in the prompt
> or in the help text.
>

yeah, I will do so.

(WWNR stands for "Wakeup while not running")

Thanks!
-- Daniel