linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Kent Overstreet <kent.overstreet@linux.dev>,
	linux-kernel@vger.kernel.org, linux-bcache@vger.kernel.org,
	colyli@suse.de
Subject: Re: [PATCH 1/3] lib/time_stats: New library for statistics on events
Date: Mon, 29 Aug 2022 16:34:14 -0700	[thread overview]
Message-ID: <1e80af02-ca1a-f320-bd3d-0ab674712da4@infradead.org> (raw)
In-Reply-To: <20220829165344.2958640-2-kent.overstreet@linux.dev>



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

  reply	other threads:[~2022-08-29 23:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-29 16:53 Time stats library (from bcache/bcachefs) & generic latency instrumentation Kent Overstreet
2022-08-29 16:53 ` [PATCH 1/3] lib/time_stats: New library for statistics on events Kent Overstreet
2022-08-29 23:34   ` Randy Dunlap [this message]
2022-08-30  0:00     ` Kent Overstreet
2022-08-29 16:53 ` [PATCH 2/3] bcache: Convert to lib/time_stats Kent Overstreet
2022-08-31 16:00   ` Coly Li
2022-08-31 16:54     ` Kent Overstreet
2022-08-31 17:02       ` Coly Li
2022-08-31 17:36         ` Kent Overstreet
2022-09-01  2:19           ` Coly Li
2022-08-29 16:53 ` [PATCH 3/3] Code tagging based latency tracking Kent Overstreet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1e80af02-ca1a-f320-bd3d-0ab674712da4@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=colyli@suse.de \
    --cc=kent.overstreet@linux.dev \
    --cc=linux-bcache@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).