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

From: Randy Dunlap
Date: Wed May 19 2021 - 14:16:12 EST


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.

--
~Randy