Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756700AbYGNSJS (ORCPT ); Mon, 14 Jul 2008 14:09:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755019AbYGNSIw (ORCPT ); Mon, 14 Jul 2008 14:08:52 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48512 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754826AbYGNSIv (ORCPT ); Mon, 14 Jul 2008 14:08:51 -0400 Date: Mon, 14 Jul 2008 13:02:37 -0500 From: David Teigland To: Steven Rostedt Cc: LKML , Ingo Molnar , Thomas Gleixner , Peter Zijlstra , Clark Williams , Linus Torvalds , Andrew Morton , Randy Dunlap , Jon Masters Subject: Re: [PATCH] ftrace: Documentation Message-ID: <20080714180237.GB11644@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 620 Lines: 22 On Thu, Jul 10, 2008 at 12:46:01PM -0400, Steven Rostedt wrote: > +The File System > +--------------- > + > +Ftrace uses the debugfs file system to hold the control files as well > +as the files to display output. > + > +To mount the debugfs system: > + > + # mkdir /debug > + # mount -t debugfs nodev /debug I believe /sys/kernel/debug is the proper mount point. Dave -- 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/