Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753897AbYACSFz (ORCPT ); Thu, 3 Jan 2008 13:05:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751886AbYACSFp (ORCPT ); Thu, 3 Jan 2008 13:05:45 -0500 Received: from cantor.suse.de ([195.135.220.2]:37655 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbYACSFo (ORCPT ); Thu, 3 Jan 2008 13:05:44 -0500 To: Steven Rostedt Cc: LKML , Ingo Molnar , Linus Torvalds , Andrew Morton , Peter Zijlstra , Christoph Hellwig , Mathieu Desnoyers , Gregory Haskins , Arnaldo Carvalho de Melo , "William L. Irwin" Subject: Re: [RFC PATCH 00/11] mcount tracing utility From: Andi Kleen References: <20080103071609.478486470@goodmis.org> Date: Thu, 03 Jan 2008 19:05:42 +0100 In-Reply-To: <20080103071609.478486470@goodmis.org> (Steven Rostedt's message of "Thu\, 03 Jan 2008 02\:16\:09 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (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: 815 Lines: 18 Steven Rostedt writes: > The following patch series brings to vanilla Linux a bit of the RT kernel > trace facility. This incorporates the "-pg" profiling option of gcc > that will call the "mcount" function for all functions called in > the kernel. My personal feeling regarding this code was that it would be much simpler/cleaner to implement a driver for the "jump tracer"s implemented in various CPUs. Basically the CPU will write all jumps into a buffer by itself. That allows you to do many traces (although not latency traces) too. -Andi -- 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/