Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757892AbYHCOpY (ORCPT ); Sun, 3 Aug 2008 10:45:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755591AbYHCOpJ (ORCPT ); Sun, 3 Aug 2008 10:45:09 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:63381 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755979AbYHCOpI (ORCPT ); Sun, 3 Aug 2008 10:45:08 -0400 Date: Sun, 3 Aug 2008 10:45:06 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Ming Lei cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Steven Rostedt Subject: Re: [RFC] ftrace: support tracing functions in one module In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1073 Lines: 31 On Sun, 3 Aug 2008, Ming Lei wrote: > Hi, > > IMO, ftrace is a very good tools, which can monitor almost all > functions calling > in the running kernel. The traced result is very complete and intact. > But it seems > too large to grasp the interested content. For example, one may only > have interest in > functions calling in usbcore.ko, but he must trace all the functions > calling in the > kernel, so the tracing result is too large to use it. > > Could you add the support of tracing functions in one module only to ftrace? Look at the set_ftrace_filter in ftrace.txt. You can pick and choose which functions to trace. All the functions that can be traced is in available_filter_functions in the debugfs/tracing directory. Note, the functions must execute at least once before they can be recorded. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/