Re: [PATCH V4 09/20] rv/monitor: wip instrumentation and Makefile/Kconfig entries

From: Daniel Bristot de Oliveira
Date: Fri Jun 17 2022 - 12:07:45 EST


On 6/16/22 23:00, Randy Dunlap wrote:
>
> On 6/16/22 01:44, Daniel Bristot de Oliveira wrote:
>> diff --git a/kernel/trace/rv/Kconfig b/kernel/trace/rv/Kconfig
>> index 1eafb5adcfcb..e9246b0bec9d 100644
>> --- a/kernel/trace/rv/Kconfig
>> +++ b/kernel/trace/rv/Kconfig
>> @@ -26,6 +26,13 @@ menuconfig RV
>> the system behavior.
>>
>> if RV
>> +config RV_MON_WIP
>> + depends on PREEMPTIRQ_TRACEPOINTS
>> + select DA_MON_EVENTS_IMPLICIT
>> + bool "WIP monitor"
> Does WIP mean work-in-progress? (It does to me.)
>
> If not, please explain what it means in the help text.
>

Wakeup in preemptive. I will add it to the description.

Thanks Randy!
-- Daniel