From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaibhav Nagarnaik Subject: Re: [PATCH] trace: Add tracepoints to fs subsystem Date: Mon, 25 Apr 2011 16:52:05 -0700 Message-ID: References: <1303513209-26436-1-git-send-email-vnagarnaik@google.com> <20110425113723.2666.A69D9226@jp.fujitsu.com> <1303745985.18763.14.camel@gandalf.stny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: KOSAKI Motohiro , Alexander Viro , Ingo Molnar , Michael Rubin , David Sharp , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Jiaying Zhang To: Steven Rostedt Return-path: In-Reply-To: <1303745985.18763.14.camel@gandalf.stny.rr.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Apr 25, 2011 at 8:39 AM, Steven Rostedt wrote: > On Mon, 2011-04-25 at 11:35 +0900, KOSAKI Motohiro wrote: >> > From: Jiaying Zhang >> > >> > Many fs tracepoints can now be traced via ftrace, however there are a >> > few other tracepoints needed. This patch adds entry and exit tracepoints >> > for a few additional functions, viz.: >> > wait_on_buffer >> > block_write_full_page >> > mpage_readpages >> > file_read >> >> Zero background description? >> > > Good point. > > Could you please describe how this is useful, and how one can benefit > from these tracepoints. > I am sending a new patch with a better description and using the template for declaring events. > -- Steve > > > > Thanks Vaibhav Nagarnaik