From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754394AbYJZKgP (ORCPT ); Sun, 26 Oct 2008 06:36:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752456AbYJZKf7 (ORCPT ); Sun, 26 Oct 2008 06:35:59 -0400 Received: from casper.infradead.org ([85.118.1.10]:48562 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbYJZKf6 (ORCPT ); Sun, 26 Oct 2008 06:35:58 -0400 Subject: Re: [PATCH v2][RFC] ftrace: function oprofiler From: Peter Zijlstra To: Steven Rostedt Cc: LKML , Ingo Molnar , Thomas Gleixner , Arnaldo Carvalho de Melo , "Paul E. McKenney" , Andrew Morton , Linus Torvalds , Arjan van de Ven , Frederic Weisbecker In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 26 Oct 2008 11:35:57 +0100 Message-Id: <1225017357.27415.5.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2008-10-25 at 20:55 -0400, Steven Rostedt wrote: > This is a function profiler to count the number of times a function is hit. I have to ask, _why_? It seems like a nice enough gimmick, but is this information actually useful?