From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263788AbUEMGFH (ORCPT ); Thu, 13 May 2004 02:05:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263798AbUEMGFH (ORCPT ); Thu, 13 May 2004 02:05:07 -0400 Received: from zero.aec.at ([193.170.194.10]:22799 "EHLO zero.aec.at") by vger.kernel.org with ESMTP id S263788AbUEMGFE (ORCPT ); Thu, 13 May 2004 02:05:04 -0400 To: "Randy.Dunlap" cc: linux-kernel@vger.kernel.org Subject: Re: [patch] kernel modules profile support (2.6.6) References: <1VcTA-5Th-11@gated-at.bofh.it> From: Andi Kleen Date: Thu, 13 May 2004 08:04:36 +0200 In-Reply-To: <1VcTA-5Th-11@gated-at.bofh.it> (Randy Dunlap's message of "Thu, 13 May 2004 03:10:06 +0200") Message-ID: User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org "Randy.Dunlap" writes: > This patch (below) is an update of a 2.4.18 kernel patch that > supports module profiling in the in-kernel profiler. I don't think that's a good idea. Please keep the standard profiler simple. And for anything complex we already have oprofile. -Andi