From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 9/9] writeback: trace global_dirty_state Date: Fri, 1 Jul 2011 11:18:01 -0400 Message-ID: <20110701151801.GA6661@infradead.org> References: <20110629145245.835998321@intel.com> <20110629145554.698086654@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Jan Kara , Dave Chinner , Christoph Hellwig , Andrew Morton , LKML To: Wu Fengguang Return-path: Content-Disposition: inline In-Reply-To: <20110629145554.698086654@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Jun 29, 2011 at 10:52:54PM +0800, Wu Fengguang wrote: > Add trace event balance_dirty_state for showing the global dirty page > counts and thresholds at each global_dirty_limits() invocation. This > will cover the callers throttle_vm_writeout(), over_bground_thresh() > and each balance_dirty_pages() loop. Given that this is a rather uncontoversial diagnostics patch I'd move it to the front of the queue.