From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752344AbZHXLYw (ORCPT ); Mon, 24 Aug 2009 07:24:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752304AbZHXLYu (ORCPT ); Mon, 24 Aug 2009 07:24:50 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:53323 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752302AbZHXLYu (ORCPT ); Mon, 24 Aug 2009 07:24:50 -0400 Date: Mon, 24 Aug 2009 13:24:26 +0200 From: Ingo Molnar To: Frederic Weisbecker Cc: Josh Stone , linux-kernel@vger.kernel.org, Jason Baron , Li Zefan , Steven Rostedt , Peter Zijlstra , Mathieu Desnoyers , Jiaying Zhang , Martin Bligh , Lai Jiangshan Subject: Re: [PATCH v3 1/4] tracing: Rename TIF_SYSCALL_FTRACE->_TRACEPOINT Message-ID: <20090824112426.GA10215@elte.hu> References: <1250795373-32363-1-git-send-email-jistone@redhat.com> <1250917125-6174-1-git-send-email-jistone@redhat.com> <1250917125-6174-2-git-send-email-jistone@redhat.com> <20090823211625.GH6256@nowhere> <20090824084245.GF2424@elte.hu> <20090824111148.GA6130@nowhere> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090824111148.GA6130@nowhere> User-Agent: Mutt/1.5.18 (2008-05-17) 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 * Frederic Weisbecker wrote: > On Mon, Aug 24, 2009 at 10:42:45AM +0200, Ingo Molnar wrote: > > > > * Frederic Weisbecker wrote: > > > > > On Fri, Aug 21, 2009 at 09:58:42PM -0700, Josh Stone wrote: > > > > > > > This thread flag is no longer specific to just ftrace, so > > > > TIF_SYSCALL_TRACEPOINT may be a more apt name. > > > > > > Adding Paul Mundt in Cc, the sh tree also > > > has the syscalls tracing support (in a seperate branch). > > > > Btw., is there an URI for that separate branch? > > > > Ingo > > I guess it's: > > git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git \ > sh/ftrace ok, i checked - this is not a pure topical tree, it's intermingled with other SH changes, so it cannot be pulled into the tracing tree. Obviously only such trees can be pulled into the tracing tree that limit their role to tracing and are non-rebasing. Ingo