From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757328AbYIYRVM (ORCPT ); Thu, 25 Sep 2008 13:21:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752985AbYIYRU5 (ORCPT ); Thu, 25 Sep 2008 13:20:57 -0400 Received: from tomts22.bellnexxia.net ([209.226.175.184]:56863 "EHLO tomts22-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752380AbYIYRU4 (ORCPT ); Thu, 25 Sep 2008 13:20:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEABNi20hMQWq+/2dsb2JhbACBXrk4gWU Date: Thu, 25 Sep 2008 13:20:54 -0400 From: Mathieu Desnoyers To: Steven Rostedt Cc: Ingo Molnar , Martin Bligh , Linus Torvalds , Peter Zijlstra , Martin Bligh , linux-kernel@vger.kernel.org, Thomas Gleixner , Andrew Morton , prasad@linux.vnet.ibm.com, "Frank Ch. Eigler" , David Wilder , hch@lst.de, Tom Zanussi , Steven Rostedt Subject: Re: [RFC PATCH 1/3] Unified trace buffer Message-ID: <20080925172054.GC29392@Krystal> References: <33307c790809241403w236f2242y18ba44982d962287@mail.gmail.com> <1222339303.16700.197.camel@lappy.programming.kicks-ass.net> <8f3aa8d60809250733q70561e6agfa3b00da83773e9f@mail.gmail.com> <1222354409.16700.215.camel@lappy.programming.kicks-ass.net> <33307c790809250825u567d3680w682899c111e10ed6@mail.gmail.com> <20080925153635.GA12840@elte.hu> <20080925162315.GA649@Krystal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: X-Editor: vi X-Info: http://krystal.dyndns.org:8080 X-Operating-System: Linux/2.6.21.3-grsec (i686) X-Uptime: 13:20:36 up 112 days, 22:01, 10 users, load average: 1.42, 1.85, 1.93 User-Agent: Mutt/1.5.16 (2007-06-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt (rostedt@goodmis.org) wrote: > > On Thu, 25 Sep 2008, Mathieu Desnoyers wrote: > > The problem with sched_clock is that it gives a 1 HZ timestamp accuracy > > for events happening across different CPUs. Within this 1 HZ range, it > > uses the TSC and clip when it reaches a max. Good enough for scheduler > > or for tracing events on a single CPU, but I think it is not exactly > > what we need to reorder events happening across CPUs. > > > > > Hmm, > > sched_clock gives ns accuracy unless the tsc is disabled. And in that > case, we don't have any CPU clock :-/ > Even on architectures with non-synchronized TSCs ? Mathieu > > -- Steve > -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68