Re: [PATCH 1/3] lib/time_stats: New library for statistics on events

From: Randy Dunlap
Date: Mon Aug 29 2022 - 19:34:20 EST




On 8/29/22 09:53, Kent Overstreet wrote:
> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index bbe3ef939c..bfb49505c9 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1728,6 +1728,9 @@ config LATENCYTOP
> Enable this option if you want to use the LatencyTOP tool
> to find out which userspace is blocking on what kernel operations.
>
> +config TIME_STATS
> + bool
> +

Hi Kent,

Why not just in lib/Kconfig?

thanks.
--
~Randy