Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933244AbZJaUGz (ORCPT ); Sat, 31 Oct 2009 16:06:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933207AbZJaUGx (ORCPT ); Sat, 31 Oct 2009 16:06:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11853 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933205AbZJaUGx (ORCPT ); Sat, 31 Oct 2009 16:06:53 -0400 To: Steven Rostedt Cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Frederic Weisbecker , Masami Hiramatsu , Peter Zijlstra , Thomas Gleixner , Arnaldo Carvalho de Melo , "H. Peter Anvin" , Li Zefan , Lai Jiangshan , "David S. Miller" , Stephen Hemminger Subject: Re: [PATCH 0/3][RFC] tracing/kprobes: prevent jprobes from crashing function graph tracer References: <20091029205151.852744305@goodmis.org> From: fche@redhat.com (Frank Ch. Eigler) Date: Sat, 31 Oct 2009 16:06:09 -0400 In-Reply-To: <20091029205151.852744305@goodmis.org> (Steven Rostedt's message of "Thu, 29 Oct 2009 16:51:51 -0400") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) 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: 646 Lines: 16 Steven Rostedt writes: > [...] Jprobes and the function graph tracer use the same mechanism > to trace the exit of a function. Unfortunately, only one can be done > at a time. The function graph tracer replaces the return address > with its own handler, but so does jprobes. The two are not > compatible. [...] What about kretprobes? It too uses the same mechanism. - FChE -- 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/