From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130Ab1IPMfu (ORCPT ); Fri, 16 Sep 2011 08:35:50 -0400 Received: from merlin.infradead.org ([205.233.59.134]:52128 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753440Ab1IPMfu convert rfc822-to-8bit (ORCPT ); Fri, 16 Sep 2011 08:35:50 -0400 Subject: Re: [PATCH] ftrace: use a global counter for the global clock From: Peter Zijlstra To: Steven Rostedt Cc: Thomas Gleixner , mingo , linux-kernel Date: Fri, 16 Sep 2011 14:35:42 +0200 In-Reply-To: <1316175506.26295.36.camel@gandalf.stny.rr.com> References: <1316163765.10174.8.camel@twins> <1316175506.26295.36.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Mailer: Evolution 3.0.3- Message-ID: <1316176542.10174.23.camel@twins> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2011-09-16 at 08:18 -0400, Steven Rostedt wrote: > On Fri, 2011-09-16 at 11:02 +0200, Peter Zijlstra wrote: > > no reason to muck about, just use a counter already. > > > > But some of us actually use the global clock as a clock ;) > > How about this patch instead? Very much fine by me. Thanks!