From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757892Ab0KOQES (ORCPT ); Mon, 15 Nov 2010 11:04:18 -0500 Received: from casper.infradead.org ([85.118.1.10]:34750 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754989Ab0KOQER convert rfc822-to-8bit (ORCPT ); Mon, 15 Nov 2010 11:04:17 -0500 Subject: Re: [RFC][PATCH v2 5/7] taskstats: Improve cumulative CPU time accounting From: Peter Zijlstra To: Martin Schwidefsky Cc: Oleg Nesterov , Michael Holzheu , Shailabh Nagar , Andrew Morton , Venkatesh Pallipadi , Suresh Siddha , Ingo Molnar , John stultz , Thomas Gleixner , Balbir Singh , Heiko Carstens , Roland McGrath , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org In-Reply-To: <20101115165521.21baac60@mschwide.boeblingen.de.ibm.com> References: <20101111170352.732381138@linux.vnet.ibm.com> <20101111170815.404670062@linux.vnet.ibm.com> <20101113183810.GA9021@redhat.com> <20101115165521.21baac60@mschwide.boeblingen.de.ibm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Mon, 15 Nov 2010 17:03:56 +0100 Message-ID: <1289837036.2109.501.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2010-11-15 at 16:55 +0100, Martin Schwidefsky wrote: > What we want is a low-overhead tool that precisely shows > where the cpu spent its time (or didn't because of steal time). The > granularity target is tenths of microseconds, something that should be > possible with decent hardware. To what purpose?