From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758228AbZDIENt (ORCPT ); Thu, 9 Apr 2009 00:13:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752914AbZDIENi (ORCPT ); Thu, 9 Apr 2009 00:13:38 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:51059 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbZDIENh (ORCPT ); Thu, 9 Apr 2009 00:13:37 -0400 Date: Thu, 9 Apr 2009 06:13:19 +0200 From: Ingo Molnar To: Li Zefan , Pekka Enberg , Eduard - Gabriel Munteanu Cc: Steven Rostedt , Frederic Weisbecker , LKML , Mathieu Desnoyers , Pekka Paalanen Subject: Re: [PATCH][RESEND] tracing: consolidate documents Message-ID: <20090409041319.GE20692@elte.hu> References: <49DD6E2B.6090200@cn.fujitsu.com> <49DD70E0.9080302@cn.fujitsu.com> <49DD728D.8030608@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49DD728D.8030608@cn.fujitsu.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Li Zefan wrote: > Li Zefan wrote: > > Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new > > directory trace/ > > > > Should we also move kmemtrace.txt to trace/, or leave it in vm/? Eduard, Pekka, any preferences? Are symbolic links in Documentation/ frowned upon? I think it would be best to have the file in both places: We do want to direct people interested in Documentation/vm/ to kmemtrace ... and we do want to let people who are interested in Documentation/trace/ that there's kmemtrace. Tracing and instrumentation is generally a multi-subsystem thing. Ingo